Home
last modified time | relevance | path

Searched refs:ILL_ILLOPC (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsiginfo-consts.h73 ILL_ILLOPC = 1, /* Illegal opcode. */ enumerator
74 # define ILL_ILLOPC ILL_ILLOPC macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsiginfo-consts.h73 ILL_ILLOPC = 1, /* Illegal opcode. */ enumerator
74 # define ILL_ILLOPC ILL_ILLOPC macro
/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dtraps.c96 { "Oops - execute packet", SIGILL, ILL_ILLOPC },
97 { "Oops - undefined instruction", SIGILL, ILL_ILLOPC },
98 { "Oops - resource conflict", SIGILL, ILL_ILLOPC },
101 { "Oops - loops buffer", SIGILL, ILL_ILLOPC },
103 { "Oops - unknown exception", SIGILL, ILL_ILLOPC }
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dtraps.c74 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC)
75 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC)
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dtraps.c411 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_undefinstr()
418 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in do_bti()
484 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in user_cache_maint_handler()
537 force_signal_inject(SIGILL, ILL_ILLOPC, regs->pc, 0); in mrs_handler()
789 arm64_force_sig_fault(SIGILL, ILL_ILLOPC, pc, in bad_el0_sync()
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dtraps.c208 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_illinsn()
217 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_fpe()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsyscall_64.c65 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception()
88 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in system_call_exception()
H A Dtraps.c1585 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in program_check_exception()
1689 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in altivec_unavailable_exception()
1706 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in vsx_unavailable_exception()
1846 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in facility_unavailable_exception()
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dexceptions.c86 _exception(SIGILL, regs, ILL_ILLOPC, addr); in full_exception()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dtraps.c112 sig = SIGILL; code = ILL_ILLOPC; in ia64_bad_break()
409 force_sig_fault(SIGILL, ILL_ILLOPC, in ia64_illegal_op_fault()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Duprobes.c370 do_report_trap(regs, SIGILL, ILL_ILLOPC, NULL); in handle_insn_ril()
374 do_report_trap(regs, SIGILL, ILL_ILLOPC , NULL); in handle_insn_ril()
H A Dtraps.c181 do_trap(regs, signal, ILL_ILLOPC, "illegal operation"); in illegal_op()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dfault.c46 SIGILL, ILL_ILLOPC, in spufs_handle_event()
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dtraps.c155 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dtraps.c103 SIGILL, ILL_ILLOPC, "illegal instruction");
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dsiginfo.h185 #define ILL_ILLOPC 1 /* illegal opcode */ macro
/OK3568_Linux_fs/kernel/arch/csky/abiv2/
H A Dfpu.c104 code = ILL_ILLOPC; in fpu_fpe()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dsiginfo.h185 #define ILL_ILLOPC 1 /* illegal opcode */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dsiginfo.h185 #define ILL_ILLOPC 1 /* illegal opcode */ macro
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dtraps.c495 SIGILL, ILL_ILLOPC, pc, 0, 6); in do_undefinstr()
744 SIGILL, ILL_ILLOPC, (void __user *)addr, instr, 0); in baddataabort()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dtraps.c390 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)regs->pc, 0, current); in do_entIF()
405 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)regs->pc, 0); in do_entDbg()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dtraps_32.c119 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc, 0, current); in do_illegal_instruction()
/OK3568_Linux_fs/kernel/arch/openrisc/kernel/
H A Dtraps.c458 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)address); in do_illegal_instruction()
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dtraps.c1035 si_code = ILL_ILLOPC; in trap_c()
1103 si_code = ILL_ILLOPC; in trap_c()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dtraps.c576 si_code = ILL_ILLOPC; in handle_interruption()

12