Searched refs:ILL_PRVOPC (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/arch/arc/kernel/ |
D | traps.c | 69 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC)
|
/linux-6.6.21/arch/s390/kernel/ |
D | traps.c | 117 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC, 241 do_trap(regs, SIGILL, ILL_PRVOPC, "space switch event"); in space_switch_exception()
|
/linux-6.6.21/arch/microblaze/kernel/ |
D | exceptions.c | 135 _exception(SIGILL, regs, ILL_PRVOPC, addr); in full_exception()
|
/linux-6.6.21/arch/nios2/kernel/ |
D | traps.c | 157 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea); in handle_supervisor_instr()
|
/linux-6.6.21/include/uapi/asm-generic/ |
D | siginfo.h | 200 #define ILL_PRVOPC 5 /* privileged opcode */ macro
|
/linux-6.6.21/arch/csky/kernel/ |
D | traps.c | 226 do_trap_error(regs, SIGILL, ILL_PRVOPC, regs->pc, in do_trap_priv()
|
/linux-6.6.21/arch/sparc/kernel/ |
D | traps_32.c | 125 send_sig_fault(SIGILL, ILL_PRVOPC, (void __user *)pc, current); in do_priv_instruction()
|
D | traps_64.c | 2708 force_sig_fault(SIGILL, ILL_PRVOPC, (void __user *)regs->tpc); in do_privop()
|
/linux-6.6.21/arch/parisc/kernel/ |
D | traps.c | 580 si_code = ILL_PRVOPC; in handle_interruption()
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | traps.c | 1620 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in do_program_check() 2143 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
|
/linux-6.6.21/arch/m68k/kernel/ |
D | traps.c | 1037 si_code = ILL_PRVOPC; in trap_c()
|