Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/entry/
Dentry_fred.c194 case X86_TRAP_NP: return exc_segment_not_present(regs, error_code); in fred_hwexc()
/linux-6.12.1/arch/x86/include/asm/
Didtentry.h615 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_NP, exc_segment_not_present);
/linux-6.12.1/arch/x86/kernel/
Dtraps.c331 DEFINE_IDTENTRY_ERRORCODE(exc_segment_not_present) in DEFINE_IDTENTRY_ERRORCODE() argument
/linux-6.12.1/arch/x86/xen/
Denlighten_pv.c724 TRAP_ENTRY(exc_segment_not_present, false ),