Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtraps.h26 void handle_invalid_op(struct pt_regs *regs);
/openbmc/linux/arch/x86/kernel/
H A Dtraps.c247 void handle_invalid_op(struct pt_regs *regs) in handle_invalid_op() function
249 static inline void handle_invalid_op(struct pt_regs *regs) in handle_invalid_op()
312 handle_invalid_op(regs); in DEFINE_IDTENTRY_RAW()
/openbmc/linux/arch/x86/mm/
H A Dfault.c469 handle_invalid_op(regs); in is_f00f_bug()