Searched refs:sigill (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | unaligned.c | 200 goto sigill; in emulate_load_store_insn() 354 goto sigill; in emulate_load_store_insn() 377 goto sigill; in emulate_load_store_insn() 432 goto sigill; in emulate_load_store_insn() 574 goto sigill; in emulate_load_store_insn() 602 sigill: in emulate_load_store_insn() 1136 goto sigill; in emulate_load_store_microMIPS() 1158 goto sigill; in emulate_load_store_microMIPS() 1200 goto sigill; in emulate_load_store_microMIPS() 1229 sigill: in emulate_load_store_microMIPS() [all …]
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | pauth-2.c | 8 static void sigill(int sig, siginfo_t *info, void *vuc) in sigill() function 81 .sa_sigaction = sigill, in main()
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | syscall_arg_fault.c | 87 static void sigill(int sig, siginfo_t *info, void *ctx_void) in sigill() function 118 sethandler(SIGILL, sigill, SA_ONSTACK); in main()
|
H A D | fsgsbase.c | 82 static void sigill(int sig, siginfo_t *si, void *ctx_void) in sigill() function 606 sethandler(SIGILL, sigill, 0); in main()
|
/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A D | hwcap.c | 581 DEF_SIGHANDLER_FUNC(sigill, SIGILL); 686 DEF_INST_RAISE_SIG(sigill, SIGILL);
|
/openbmc/linux/kernel/events/ |
H A D | uprobes.c | 2135 goto sigill; in handle_trampoline() 2139 goto sigill; in handle_trampoline() 2163 sigill: in handle_trampoline()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | traps.c | 1563 goto sigill; in do_program_check() 1618 sigill: in do_program_check()
|
H A D | interrupt_64.S | 205 system_call_vectored sigill 0x7ff0
|