Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Dtraps.c147 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/
Dtraps.c80 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC)
/linux-4.4.14/arch/microblaze/kernel/
Dexceptions.c144 _exception(SIGILL, regs, ILL_PRVOPC, addr); in full_exception()
/linux-4.4.14/arch/nios2/kernel/
Dtraps.c166 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea); in handle_supervisor_instr()
/linux-4.4.14/arch/avr32/kernel/
Dtraps.c234 code = ILL_PRVOPC; in do_illegal_opcode()
/linux-4.4.14/include/uapi/asm-generic/
Dsiginfo.h184 #define ILL_PRVOPC (__SI_FAULT|5) /* privileged opcode */ macro
/linux-4.4.14/arch/m32r/kernel/
Dtraps.c276 DO_ERROR_INFO(0x100, SIGILL, "privileged instruction", pie_handler, ILL_PRVOPC, regs->bpc)
/linux-4.4.14/arch/blackfin/kernel/
Dtraps.c330 info.si_code = ILL_PRVOPC; in trap_c()
/linux-4.4.14/arch/frv/kernel/
Dtraps.c84 info.si_code = ILL_PRVOPC; in illegal_instruction()
/linux-4.4.14/arch/sparc/kernel/
Dtraps_32.c141 info.si_code = ILL_PRVOPC; in do_priv_instruction()
Dtraps_64.c2549 info.si_code = ILL_PRVOPC; in do_privop()
/linux-4.4.14/arch/c6x/kernel/
Dtraps.c103 { "Oops - privilege", SIGILL, ILL_PRVOPC },
/linux-4.4.14/arch/mn10300/kernel/
Dtraps.c70 [EXCEP_PRIVINS >> 3] = { SIGILL, ILL_PRVOPC },
/linux-4.4.14/arch/parisc/kernel/
Dtraps.c586 si.si_code = ILL_PRVOPC; in handle_interruption()
/linux-4.4.14/arch/powerpc/kernel/
Dtraps.c1242 _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/
Dtraps.c1036 info.si_code = ILL_PRVOPC; in trap_c()