Searched refs:ILL_PRVOPC (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/arch/s390/kernel/ |
D | traps.c | 147 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC, 285 do_trap(regs, SIGILL, ILL_PRVOPC, "space switch event"); in space_switch_exception()
|
/linux-4.4.14/arch/arc/kernel/ |
D | traps.c | 80 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC)
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | exceptions.c | 144 _exception(SIGILL, regs, ILL_PRVOPC, addr); in full_exception()
|
/linux-4.4.14/arch/nios2/kernel/ |
D | traps.c | 166 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea); in handle_supervisor_instr()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | traps.c | 234 code = ILL_PRVOPC; in do_illegal_opcode()
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | siginfo.h | 184 #define ILL_PRVOPC (__SI_FAULT|5) /* privileged opcode */ macro
|
/linux-4.4.14/arch/m32r/kernel/ |
D | traps.c | 276 DO_ERROR_INFO(0x100, SIGILL, "privileged instruction", pie_handler, ILL_PRVOPC, regs->bpc)
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | traps.c | 330 info.si_code = ILL_PRVOPC; in trap_c()
|
/linux-4.4.14/arch/frv/kernel/ |
D | traps.c | 84 info.si_code = ILL_PRVOPC; in illegal_instruction()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | traps_32.c | 141 info.si_code = ILL_PRVOPC; in do_priv_instruction()
|
D | traps_64.c | 2549 info.si_code = ILL_PRVOPC; in do_privop()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | traps.c | 103 { "Oops - privilege", SIGILL, ILL_PRVOPC },
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | traps.c | 70 [EXCEP_PRIVINS >> 3] = { SIGILL, ILL_PRVOPC },
|
/linux-4.4.14/arch/parisc/kernel/ |
D | traps.c | 586 si.si_code = ILL_PRVOPC; in handle_interruption()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | traps.c | 1242 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in program_check_exception() 1756 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in CacheLockingException()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | traps.c | 1036 info.si_code = ILL_PRVOPC; in trap_c()
|