HomeSort by: relevance | last modified time | path
    Searched refs:T_PROTFLT (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/x86/include/
trap.h 41 #define T_PROTFLT 4 /* protection fault */
  /src/sys/arch/amd64/amd64/
trap.c 132 "protection fault", /* 4 T_PROTFLT */
300 if ((type == T_PROTFLT || type == T_PAGEFLT) &&
328 case T_PROTFLT:
345 case T_PROTFLT|T_USER: /* protection fault */
378 case T_PROTFLT|T_USER:
amd64_trap.S 430 TRAP_NJ(T_PROTFLT)
  /src/sys/arch/amd64/stand/prekern/
trap.S 106 TRAPENTRY(T_PROTFLT)
  /src/sys/arch/i386/i386/
trap.c 142 "protection fault", /* 4 T_PROTFLT */
332 if ((type == T_PROTFLT || type == T_PAGEFLT) &&
360 case T_PROTFLT:
453 case T_PROTFLT|T_USER: /* protection fault */
492 case T_PROTFLT|T_USER:
i386_trap.S 247 TRAP(T_PROTFLT)
  /src/sys/arch/x86/x86/
kgdb_machdep.c 143 case T_PROTFLT:

Completed in 14 milliseconds