Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/
Dtraps.c198 static __always_inline void __user *error_get_trap_addr(struct pt_regs *regs) in error_get_trap_addr() function
206 FPE_INTDIV, error_get_trap_addr(regs)); in DEFINE_IDTENTRY()
296 ILL_ILLOPN, error_get_trap_addr(regs)); in handle_invalid_op()
1301 force_sig_fault(SIGILL, ILL_ILLOPC, error_get_trap_addr(regs)); in handle_xfd_event()