Searched refs:BUS_MCEERR_AO (Results 1 – 11 of 11) sorted by relevance
544 #ifndef BUS_MCEERR_AO545 #define BUS_MCEERR_AO 5 macro
93 注意,如果你想有一个专门的线程代表进程处理SIGBUS(BUS_MCEERR_AO),你应该在
257 #define BUS_MCEERR_AO 5 macro
373 if (siginfo->si_code != BUS_MCEERR_AO && siginfo->si_code != BUS_MCEERR_AR) { in sigbus_handler()
99 the SIGBUS(BUS_MCEERR_AO) on behalf of the process, you should
1644 #ifdef BUS_MCEERR_AO in host_to_target_signalfd_siginfo()1647 tinfo->ssi_code == BUS_MCEERR_AO)) { in host_to_target_signalfd_siginfo()
2370 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()
1771 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()
361 ret = send_sig_mceerr(BUS_MCEERR_AO, (void __user *)tk->addr, in kill_proc()
750 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()
447 The kill is done using a catchable SIGBUS with BUS_MCEERR_AO, so processes can