Searched refs:i386_exception (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dtrap.h119 extern void i386_exception(
H A Dbsd_i386.c432 i386_exception(EXC_SYSCALL, call_number, 1);
440 i386_exception(EXC_SYSCALL, call_number, 1);
508 i386_exception(EXC_SYSCALL, regs->rax, 1);
514 i386_exception(EXC_SYSCALL, regs->rax, 1);
H A Dfpu.c835 i386_exception(EXC_BAD_ACCESS, VM_PROT_READ|VM_PROT_EXECUTE, 0);
869 i386_exception(EXC_ARITHMETIC,
962 i386_exception(EXC_ARITHMETIC,
H A Dtrap.c226 i386_exception(EXC_BAD_ACCESS, kr, vaddr);
1121 i386_exception(exc, code, subcode);
1159 i386_exception( function
1166 DEBUG_KPRINT_SYSCALL_MACH("i386_exception: exc=%d code=0x%llx subcode=0x%llx\n",
/xnu-2782.1.97/osfmk/x86_64/
H A Didt64.s1385 CCALL3(i386_exception, $(EXC_SYSCALL), %rax, $1)
1426 CCALL3(i386_exception, $EXC_SYSCALL, $0x6000, $1)

Completed in 26 milliseconds