Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
syscall.h File Reference

x86 (IA32) specific syscall header More...

#include <zephyr/types.h>
#include <stdbool.h>
#include <zephyr/linker/sections.h>

Go to the source code of this file.

Macros

#define USER_CODE_SEG   0x2b /* at dpl=3 */
#define USER_DATA_SEG   0x33 /* at dpl=3 */

Detailed Description

x86 (IA32) specific syscall header

This header contains the x86 specific syscall interface. It is included by the syscall interface architecture-abstraction header (include/arch/syscall.h)

Macro Definition Documentation

◆ USER_CODE_SEG

#define USER_CODE_SEG   0x2b /* at dpl=3 */

◆ USER_DATA_SEG

#define USER_DATA_SEG   0x33 /* at dpl=3 */