Searched refs:ExceptionVectors (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-2.7.6/scripts/coredump/gdbstubs/arch/ |
D | x86.py | 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, [all …]
|
D | x86_64.py | 48 class ExceptionVectors(): class 79 ExceptionVectors.IV_DIVIDE_ERROR: 8, 80 ExceptionVectors.IV_DEBUG: 5, 81 ExceptionVectors.IV_BREAKPOINT: 5, 82 ExceptionVectors.IV_OVERFLOW: 16, 83 ExceptionVectors.IV_BOUND_RANGE: 16, 84 ExceptionVectors.IV_INVALID_OPCODE: 4, 85 ExceptionVectors.IV_DEVICE_NOT_AVAILABLE: 8, 86 ExceptionVectors.IV_DOUBLE_FAULT: 7, 87 ExceptionVectors.IV_COPROC_SEGMENT_OVERRUN: 11, [all …]
|