segment_not_present   26 arch/x86/include/asm/traps.h asmlinkage void segment_not_present(void);
segment_not_present   80 arch/x86/kernel/idt.c 	INTG(X86_TRAP_NP,		segment_not_present),
segment_not_present  294 arch/x86/kernel/traps.c DO_ERROR(X86_TRAP_NP,     SIGBUS,           0, NULL, "segment not present", segment_not_present)
segment_not_present  624 arch/x86/xen/enlighten_pv.c 	{ segment_not_present,         xen_segment_not_present,         false },