Home
last modified time | relevance | path

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

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