Searched refs:I386_SYSCALL_NUMBER_MASK (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/osfmk/mach/i386/
H A Dsyscall_sw.h145 #define I386_SYSCALL_NUMBER_MASK (0xFFFF) macro
/xnu-2782.1.97/bsd/dev/i386/
H A Dsystemcalls.c119 code = regs->eax & I386_SYSCALL_NUMBER_MASK;
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsystrace.c42 #define I386_SYSCALL_NUMBER_MASK (0xFFFF) macro
129 code = saved_state32(tagged_regs)->eax & I386_SYSCALL_NUMBER_MASK;

Completed in 24 milliseconds