Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtraps.h28 noinstr bool handle_bug(struct pt_regs *regs);
/linux/drivers/gpu/drm/ci/xfails/
H A Dvkms-none-skips.txt285 # ? handle_bug+0x54/0x90
391 # ? handle_bug+0x54/0x90
497 # ? handle_bug+0x54/0x90
603 # ? handle_bug+0x54/0x90
709 # ? handle_bug+0x54/0x90
/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()