Searched refs:SI_KERNEL (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/arm64/mm/ |
H A D | fault.c | 775 { do_bad, SIGKILL, SI_KERNEL, "ttbr address size fault" }, 776 { do_bad, SIGKILL, SI_KERNEL, "level 1 address size fault" }, 777 { do_bad, SIGKILL, SI_KERNEL, "level 2 address size fault" }, 778 { do_bad, SIGKILL, SI_KERNEL, "level 3 address size fault" }, 783 { do_bad, SIGKILL, SI_KERNEL, "unknown 8" }, 787 { do_bad, SIGKILL, SI_KERNEL, "unknown 12" }, 793 { do_bad, SIGKILL, SI_KERNEL, "unknown 18" }, 794 { do_bad, SIGKILL, SI_KERNEL, "unknown 19" }, 795 { do_sea, SIGKILL, SI_KERNEL, "level 0 (translation table walk)" }, 796 { do_sea, SIGKILL, SI_KERNEL, "level 1 (translation table walk)" }, [all …]
|
/openbmc/linux/include/trace/events/ |
H A D | signal.h | 19 __entry->code = SI_KERNEL; \
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | siginfo.h | 180 #define SI_KERNEL 0x80 /* sent by the kernel from somewhere */ macro
|
/openbmc/linux/kernel/ |
H A D | signal.c | 1152 q->info.si_code = SI_KERNEL; in __send_signal_locked() 1251 force = (info->si_code == SI_KERNEL); in send_signal_locked() 1675 info.si_code = SI_KERNEL; in force_sig() 1689 info.si_code = SI_KERNEL; in force_fatal_sig() 1702 info.si_code = SI_KERNEL; in force_exit_sig() 3307 if (si_code == SI_KERNEL) in known_siginfo_layout() 3327 if ((si_code > SI_USER) && (si_code < SI_KERNEL)) { in siginfo_layout()
|
/openbmc/qemu/bsd-user/ |
H A D | signal.c | 209 case SI_KERNEL: in host_to_target_siginfo_noswap()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | fpsimd.c | 513 force_signal_inject(SIGKILL, SI_KERNEL, 0, 0); in fpsimd_save()
|
/openbmc/qemu/linux-user/ |
H A D | signal.c | 372 case SI_KERNEL: in host_to_target_siginfo_noswap()
|
H A D | strace.c | 188 case SI_KERNEL: in print_si_code() 255 case SI_KERNEL: in get_target_siginfo()
|