Lines Matching refs:ExceptionVectors
37 class ExceptionVectors(): class
70 ExceptionVectors.IV_DIVIDE_ERROR: 8,
71 ExceptionVectors.IV_DEBUG: 5,
72 ExceptionVectors.IV_BREAKPOINT: 5,
73 ExceptionVectors.IV_OVERFLOW: 16,
74 ExceptionVectors.IV_BOUND_RANGE: 16,
75 ExceptionVectors.IV_INVALID_OPCODE: 4,
76 ExceptionVectors.IV_DEVICE_NOT_AVAILABLE: 8,
77 ExceptionVectors.IV_DOUBLE_FAULT: 7,
78 ExceptionVectors.IV_COPROC_SEGMENT_OVERRUN: 11,
79 ExceptionVectors.IV_INVALID_TSS: 11,
80 ExceptionVectors.IV_SEGMENT_NOT_PRESENT: 11,
81 ExceptionVectors.IV_STACK_FAULT: 11,
82 ExceptionVectors.IV_GENERAL_PROTECTION: 11,
83 ExceptionVectors.IV_PAGE_FAULT: 11,
84 ExceptionVectors.IV_X87_FPU_FP_ERROR: 7,