Searched refs:T_PAGEFLT (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/sys/x86/include/
H A Dtrap.h49 #define T_PAGEFLT 12 /* page fault */ macro
86 #define BUS_PAGE_FAULT T_PAGEFLT /* page fault protection base */
/freebsd-10.2-release/sys/i386/i386/
H A Dtrap.c133 "page fault", /* 12 T_PAGEFLT */
251 if ((type == T_PROTFLT || type == T_PAGEFLT) &&
282 if (type != T_PAGEFLT &&
289 if (type == T_PAGEFLT) {
382 case T_PAGEFLT: /* page fault */
531 case T_PAGEFLT: /* page fault */
766 if ((type == T_PAGEFLT) || (type == T_PROTFLT))
969 if (type == T_PAGEFLT) {
H A Dexception.s135 TRAP(T_PAGEFLT)
/freebsd-10.2-release/sys/amd64/amd64/
H A Dtrap.c122 "page fault", /* 12 T_PAGEFLT */
329 case T_PAGEFLT: /* page fault */
439 case T_PAGEFLT: /* page fault */
806 if (type == T_PAGEFLT) {
H A Dexception.S299 movl $T_PAGEFLT,TF_TRAPNO(%rsp)
/freebsd-10.2-release/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.c500 case T_PAGEFLT:
/freebsd-10.2-release/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.c506 case T_PAGEFLT:
/freebsd-10.2-release/sys/i386/xen/
H A Dexception.s141 TRAP(T_PAGEFLT)
/freebsd-10.2-release/sys/i386/svr4/
H A Dsvr4_machdep.c346 case T_PAGEFLT:
/freebsd-10.2-release/sys/i386/linux/
H A Dlinux_sysvec.c176 14, /* 12 T_PAGEFLT */
216 case T_PAGEFLT:
/freebsd-10.2-release/sys/amd64/linux32/
H A Dlinux32_sysvec.c190 14, /* 12 T_PAGEFLT */
237 case T_PAGEFLT:

Completed in 71 milliseconds