Home
last modified time | relevance | path

Searched refs:BUS_MCEERR_AO (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dosdep.h544 #ifndef BUS_MCEERR_AO
545 #define BUS_MCEERR_AO 5 macro
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dhwpoison.rst93 注意,如果你想有一个专门的线程代表进程处理SIGBUS(BUS_MCEERR_AO),你应该在
/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h257 #define BUS_MCEERR_AO 5 macro
/openbmc/qemu/system/
H A Dcpus.c373 if (siginfo->si_code != BUS_MCEERR_AO && siginfo->si_code != BUS_MCEERR_AR) { in sigbus_handler()
/openbmc/linux/Documentation/mm/
H A Dhwpoison.rst99 the SIGBUS(BUS_MCEERR_AO) on behalf of the process, you should
/openbmc/qemu/linux-user/
H A Dfd-trans.c1644 #ifdef BUS_MCEERR_AO in host_to_target_signalfd_siginfo()
1647 tinfo->ssi_code == BUS_MCEERR_AO)) { in host_to_target_signalfd_siginfo()
/openbmc/qemu/target/arm/
H A Dkvm.c2370 assert(code == BUS_MCEERR_AR || code == BUS_MCEERR_AO); in kvm_arch_on_sigbus_vcpu()
2399 if (code == BUS_MCEERR_AO) { in kvm_arch_on_sigbus_vcpu()
/openbmc/linux/kernel/
H A Dsignal.c1771 WARN_ON((code != BUS_MCEERR_AO) && (code != BUS_MCEERR_AR)); in force_sig_mceerr()
1785 WARN_ON((code != BUS_MCEERR_AO) && (code != BUS_MCEERR_AR)); in send_sig_mceerr()
3333 (si_code >= BUS_MCEERR_AR) && (si_code <= BUS_MCEERR_AO)) in siginfo_layout()
/openbmc/linux/mm/
H A Dmemory-failure.c361 ret = send_sig_mceerr(BUS_MCEERR_AO, (void __user *)tk->addr, in kill_proc()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c750 assert(code == BUS_MCEERR_AR || code == BUS_MCEERR_AO); in kvm_arch_on_sigbus_vcpu()
777 if (code == BUS_MCEERR_AO) { in kvm_arch_on_sigbus_vcpu()
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst447 The kill is done using a catchable SIGBUS with BUS_MCEERR_AO, so processes can