Lines Matching +full:7 +full:- +full:segment
1 /* SPDX-License-Identifier: GPL-2.0 */
6 * Event type codes used by FRED, Intel VT-x and AMD SVM
15 #define EVENT_TYPE_OTHER 7 // FRED SYSCALL/SYSENTER, VT-x MTF
19 #define X86_TRAP_DE 0 /* Divide-by-zero */
21 #define X86_TRAP_NMI 2 /* Non-maskable Interrupt */
26 #define X86_TRAP_NM 7 /* Device Not Available */
28 #define X86_TRAP_OLD_MF 9 /* Coprocessor Segment Overrun */
30 #define X86_TRAP_NP 11 /* Segment Not Present */
31 #define X86_TRAP_SS 12 /* Stack Segment Fault */
35 #define X86_TRAP_MF 16 /* x87 Floating-Point Exception */
38 #define X86_TRAP_XF 19 /* SIMD Floating-Point Exception */