Home
last modified time | relevance | path

Searched refs:X86_TRAP_NP (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dtrapnr.h18 #define X86_TRAP_NP 11 /* Segment Not Present */ macro
H A Didtentry.h563 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_NP, exc_segment_not_present);
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dtrapnr.h18 #define X86_TRAP_NP 11 /* Segment Not Present */ macro
H A Didtentry.h562 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_NP, exc_segment_not_present);
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Didt.c83 INTG(X86_TRAP_NP, asm_exc_segment_not_present),
H A Dtraps.c279 do_error_trap(regs, error_code, "segment not present", X86_TRAP_NP, in DEFINE_IDTENTRY_ERRORCODE()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Didt.c91 INTG(X86_TRAP_NP, asm_exc_segment_not_present),
H A Dtraps.c282 do_error_trap(regs, error_code, "segment not present", X86_TRAP_NP, in DEFINE_IDTENTRY_ERRORCODE()

Completed in 6 milliseconds