Searched refs:EXC_SYSCALL (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | exception_types.h | 90 #define EXC_SYSCALL 7 /* System calls. */ macro 149 #define EXC_MASK_SYSCALL (1 << EXC_SYSCALL)
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | bsd_i386.c | 536 i386_exception(EXC_SYSCALL, call_number, 1); in mach_call_munger() 544 i386_exception(EXC_SYSCALL, call_number, 1); in mach_call_munger() 585 i386_exception(EXC_SYSCALL, call_number, 1); in mach_call_munger() 655 i386_exception(EXC_SYSCALL, regs->rax, 1); in mach_call_munger64() 661 i386_exception(EXC_SYSCALL, regs->rax, 1); in mach_call_munger64() 701 i386_exception(EXC_SYSCALL, regs->rax, 1); in mach_call_munger64()
|
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | bsd_arm64.c | 305 exception_triage(EXC_SYSCALL, &exc_code, 1); in mach_syscall()
|
| /xnu-8019.80.24/osfmk/x86_64/ |
| H A D | idt64.s | 1898 CCALL3(i386_exception, $(EXC_SYSCALL), %rax, $1) 1938 CCALL3(i386_exception, $EXC_SYSCALL, $0x6000, $1)
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | locore.s | 677 mov r0, #EXC_SYSCALL
|