Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtrapnr.h26 #define X86_TRAP_NM 7 /* Device Not Available */ macro
H A Didtentry.h604 DECLARE_IDTENTRY(X86_TRAP_NM, exc_device_not_available);
/linux/arch/x86/kernel/
H A Didt.c89 INTG(X86_TRAP_NM, asm_exc_device_not_available),
/linux/arch/x86/entry/
H A Dentry_fred.c191 case X86_TRAP_NM: return exc_device_not_available(regs); in fred_hwexc()