Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/mm/
H A Dhwpoison.rst93 注意,如果你想有一个专门的线程代表进程处理SIGBUS(BUS_MCEERR_AO),你应该在
/linux/include/uapi/asm-generic/
H A Dsiginfo.h252 #define BUS_MCEERR_AO 5 macro
/linux/Documentation/mm/
H A Dhwpoison.rst99 the SIGBUS(BUS_MCEERR_AO) on behalf of the process, you should
/linux/kernel/
H A Dsignal.c1723 WARN_ON((code != BUS_MCEERR_AO) && (code != BUS_MCEERR_AR)); in force_sig_mceerr()
1737 WARN_ON((code != BUS_MCEERR_AO) && (code != BUS_MCEERR_AR)); in send_sig_mceerr()
3466 (si_code >= BUS_MCEERR_AR) && (si_code <= BUS_MCEERR_AO)) in siginfo_layout()
/linux/mm/
H A Dmemory-failure.c305 ret = send_sig_mceerr(BUS_MCEERR_AO, (void __user *)tk->addr, in kill_proc()
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst516 The kill is done using a catchable SIGBUS with BUS_MCEERR_AO, so processes can