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

/darwin-on-arm/xnu/osfmk/i386/
H A Dtrap.h121 extern void i386_exception(
H A Dbsd_i386.c465 i386_exception(EXC_SYSCALL, call_number, 1);
473 i386_exception(EXC_SYSCALL, call_number, 1);
540 i386_exception(EXC_SYSCALL, regs->rax, 1);
546 i386_exception(EXC_SYSCALL, regs->rax, 1);
H A Dfpu.c879 i386_exception(EXC_BAD_ACCESS, VM_PROT_READ|VM_PROT_EXECUTE, 0);
913 i386_exception(EXC_ARITHMETIC,
1001 i386_exception(EXC_ARITHMETIC,
H A Dtrap.c228 i386_exception(EXC_BAD_ACCESS, kr, vaddr);
1163 i386_exception(exc, code, subcode);
1201 i386_exception( function
1208 DEBUG_KPRINT_SYSCALL_MACH("i386_exception: exc=%d code=0x%llx subcode=0x%llx\n",
H A Didt64.s1640 CCALL5(i386_exception, $(EXC_SYSCALL), %eax, $0, $1, $0)
1683 CCALL5(i386_exception, $EXC_SYSCALL, $0x6000, $0, $1, $0)
/darwin-on-arm/xnu/osfmk/x86_64/
H A Didt64.s1272 CCALL3(i386_exception, $(EXC_SYSCALL), %rax, $1)
1315 CCALL3(i386_exception, $EXC_SYSCALL, $0x6000, $1)

Completed in 38 milliseconds