Lines Matching full:fault
46 #define T_PROTFLT 9 /* protection fault */
48 #define T_PAGEFLT 12 /* page fault */
49 #define T_ALIGNFLT 14 /* alignment fault */
51 #define T_DIVIDE 18 /* integer divide fault */
54 #define T_BOUND 21 /* bound instruction fault */
55 #define T_DNA 22 /* device not available fault */
56 #define T_DOUBLEFLT 23 /* double fault */
57 #define T_FPOPFLT 24 /* fp coprocessor operand fetch fault */
58 #define T_TSSFLT 25 /* invalid tss fault */
59 #define T_SEGNPFLT 26 /* segment not present fault */
60 #define T_STKFLT 27 /* stack fault */