Searched refs:segment_not_present (Results 1 - 4 of 4) sorted by relevance

/arch/x86/include/asm/
H A Dtraps.h27 asmlinkage void segment_not_present(void);
49 #define trace_segment_not_present segment_not_present
/arch/x86/kernel/
H A Dtraps.c235 DO_ERROR(X86_TRAP_NP, SIGBUS, "segment not present", segment_not_present)
817 set_intr_gate(X86_TRAP_NP, segment_not_present);
H A Dentry_32.S900 ENTRY(segment_not_present) function
906 END(segment_not_present)
H A Dentry_64.S1086 idtentry segment_not_present do_segment_not_present has_error_code=1

Completed in 62 milliseconds