Home
last modified time | relevance | path

Searched refs:T_PAGE_FAULT (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/osfmk/i386/
H A Dtrap.c752 if (T_PAGE_FAULT == type) { in kernel_trap()
848 case T_PAGE_FAULT: in kernel_trap()
949 if (type == T_PAGE_FAULT) { in kernel_trap()
1001 …if ((regs->isf.trapno == T_PAGE_FAULT) && (regs->isf.err == (T_PF_PROT | T_PF_EXECUTE)) && (regs->… in panic_trap()
1008 regs->isf.trapno == T_PAGE_FAULT && in panic_trap()
1137 (type == T_PAGE_FAULT || type == T_INVALID_OPCODE || type == T_GENERAL_PROTECTION)) { in user_trap()
1160 if (type == T_PAGE_FAULT) { in user_trap()
1299 case T_PAGE_FAULT: in user_trap()
1388 if (type == T_PAGE_FAULT) { in user_trap()
1423 (cs == USER64_CS || cs == USER_CS) && (type != T_PAGE_FAULT || vaddr != rip)) { in user_trap()
H A Dtrap.h79 #define T_PAGE_FAULT 14 macro
H A Dtrap_internal.h67 (1U << T_PAGE_FAULT) | \
/xnu-12377.61.12/osfmk/x86_64/
H A Didt64.s165 pushq $(T_PAGE_FAULT)
168 pushq $(T_PAGE_FAULT)
700 cmpl $(T_PAGE_FAULT), 8+ISF64_TRAPNO(%rsp)
1252 cmpl $T_PAGE_FAULT, R64_TRAPNO(%r15)
1292 cmpl $T_PAGE_FAULT, R64_TRAPNO(%r15)
/xnu-12377.61.12/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c416 case T_PAGE_FAULT: in kdp_i386_trap()