ILL_PRVOPC
DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC)
do_trap_error(regs, SIGILL, ILL_PRVOPC, regs->pc,
si_code = ILL_PRVOPC;
_exception(SIGILL, regs, ILL_PRVOPC, addr);
_exception(SIGILL, fp, ILL_PRVOPC, fp->ea);
si_code = ILL_PRVOPC;
_exception(SIGILL, regs, ILL_PRVOPC, regs->nip);
_exception(SIGILL, regs, ILL_PRVOPC, regs->nip);
DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC, "privileged operation")
do_trap(regs, SIGILL, ILL_PRVOPC, "space switch event");
send_sig_fault(SIGILL, ILL_PRVOPC, (void __user *)pc, current);
force_sig_fault(SIGILL, ILL_PRVOPC, (void __user *)regs->tpc);