Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/
Dtraps.c188 static __always_inline void __user *error_get_trap_addr(struct pt_regs *regs) in error_get_trap_addr() function
196 FPE_INTDIV, error_get_trap_addr(regs)); in DEFINE_IDTENTRY()
211 ILL_ILLOPN, error_get_trap_addr(regs)); in handle_invalid_op()
1224 force_sig_fault(SIGILL, ILL_ILLOPC, error_get_trap_addr(regs)); in handle_xfd_event()