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

/xnu-2422.115.4/osfmk/mach/i386/
H A Dsyscall_sw.h145 #define I386_SYSCALL_NUMBER_MASK (0xFFFF) macro
/xnu-2422.115.4/bsd/dev/i386/
H A Dsystemcalls.c128 code = regs->eax & I386_SYSCALL_NUMBER_MASK;
543 code = regs->eax & I386_SYSCALL_NUMBER_MASK;
/xnu-2422.115.4/bsd/dev/dtrace/
H A Dsystrace.c54 #define I386_SYSCALL_NUMBER_MASK (0xFFFF) macro
141 code = saved_state32(tagged_regs)->eax & I386_SYSCALL_NUMBER_MASK;

Completed in 19 milliseconds