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

/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dsyscall_sw.h145 #define I386_SYSCALL_NUMBER_MASK (0xFFFF) macro
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsystemcalls.c132 code = regs->eax & I386_SYSCALL_NUMBER_MASK;
557 code = regs->eax & I386_SYSCALL_NUMBER_MASK;
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.c54 #define I386_SYSCALL_NUMBER_MASK (0xFFFF) macro
145 code = saved_state32(tagged_regs)->eax & I386_SYSCALL_NUMBER_MASK;

Completed in 15 milliseconds