Searched refs:T_PAGE_FAULT (Results 1 – 4 of 4) sorted by relevance
79 #define T_PAGE_FAULT 14 macro167 (1U << T_PAGE_FAULT) | \
689 if (T_PAGE_FAULT == type) { in kernel_trap()785 case T_PAGE_FAULT: in kernel_trap()866 if (type == T_PAGE_FAULT) { in kernel_trap()916 …if ((regs->isf.trapno == T_PAGE_FAULT) && (regs->isf.err == (T_PF_PROT | T_PF_EXECUTE)) && (regs->… in panic_trap()923 regs->isf.trapno == T_PAGE_FAULT && in panic_trap()1030 (type == T_PAGE_FAULT || type == T_INVALID_OPCODE || type == T_GENERAL_PROTECTION)) { in user_trap()1053 if (type == T_PAGE_FAULT) { in user_trap()1192 case T_PAGE_FAULT: in user_trap()1281 if (type == T_PAGE_FAULT) { in user_trap()1316 (cs == USER64_CS || cs == USER_CS) && (type != T_PAGE_FAULT || vaddr != rip)) { in user_trap()
414 case T_PAGE_FAULT: in kdp_i386_trap()
165 pushq $(T_PAGE_FAULT)168 pushq $(T_PAGE_FAULT)700 cmpl $(T_PAGE_FAULT), 8+ISF64_TRAPNO(%rsp)