Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/entry/
Dentry_fred.c191 case X86_TRAP_NM: return exc_device_not_available(regs); in fred_hwexc()
/linux-6.12.1/arch/x86/include/asm/
Didtentry.h604 DECLARE_IDTENTRY(X86_TRAP_NM, exc_device_not_available);
/linux-6.12.1/arch/x86/kernel/
Dtraps.c1318 DEFINE_IDTENTRY(exc_device_not_available) in DEFINE_IDTENTRY() argument
/linux-6.12.1/arch/x86/xen/
Denlighten_pv.c721 TRAP_ENTRY(exc_device_not_available, false ),