Home
last modified time | relevance | path

Searched refs:X86_TRAP_NM (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dtrapnr.h14 #define X86_TRAP_NM 7 /* Device Not Available */ macro
H A Didtentry.h551 DECLARE_IDTENTRY(X86_TRAP_NM, exc_device_not_available);
/openbmc/linux/arch/x86/kernel/
H A Didt.c88 INTG(X86_TRAP_NM, asm_exc_device_not_available),