Searched refs:i386_exception (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/osfmk/i386/ |
| H A D | trap_internal.h | 72 extern void i386_exception(
|
| H A D | bsd_i386.c | 535 i386_exception(EXC_SYSCALL, call_number, 1); in mach_call_munger() 543 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()
|
| H A D | trap.c | 1340 i386_exception(exc, code, subcode); in user_trap() 1542 i386_exception( in i386_exception() function
|
| /xnu-10063.141.1/osfmk/x86_64/ |
| H A D | idt64.s | 1898 CCALL3(i386_exception, $(EXC_SYSCALL), %rax, $1) 1938 CCALL3(i386_exception, $EXC_SYSCALL, $0x6000, $1)
|