Searched refs:T_PAGE_FAULT (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dtrap.h79 #define T_PAGE_FAULT 14 macro
H A Dtrap.c474 vm_map_t map = 0; /* protected by T_PAGE_FAULT */
566 if (T_PAGE_FAULT == type) {
681 case T_PAGE_FAULT:
868 if ((regs->isf.trapno == T_PAGE_FAULT) && (regs->isf.err == (T_PF_PROT | T_PF_EXECUTE)) && (regs->isf.rip == regs->cr2)) {
1111 case T_PAGE_FAULT:
H A Didt.s674 pushl $(T_PAGE_FAULT) /* mark a page fault trap */
H A Didt64.s994 push $(T_PAGE_FAULT)
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c445 case T_PAGE_FAULT:
/darwin-on-arm/xnu/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c447 case T_PAGE_FAULT:
/darwin-on-arm/xnu/osfmk/x86_64/
H A Didt64.s617 push $(T_PAGE_FAULT)

Completed in 184 milliseconds