Home
last modified time | relevance | path

Searched refs:handle_bug (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtraps.h28 noinstr bool handle_bug(struct pt_regs *regs);
/linux/arch/x86/mm/
H A Dextable.c414 if (handle_bug(regs)) in early_fixup_exception()
/linux/arch/x86/kernel/
H A Dtraps.c400 noinstr bool handle_bug(struct pt_regs *regs) in handle_bug() function
489 if (!user_mode(regs) && handle_bug(regs)) in DEFINE_IDTENTRY_RAW()