Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dsignalfd.c119 #ifdef BUS_MCEERR_AO in signalfd_copyinfo()
126 kinfo->si_code == BUS_MCEERR_AO)) in signalfd_copyinfo()
/linux-4.4.14/include/uapi/asm-generic/
Dsiginfo.h220 #define BUS_MCEERR_AO (__SI_FAULT|5) macro
/linux-4.4.14/arch/arm64/kernel/
Dsignal32.c166 #ifdef BUS_MCEERR_AO in copy_siginfo_to_user32()
172 (from->si_code == BUS_MCEERR_AR || from->si_code == BUS_MCEERR_AO)) in copy_siginfo_to_user32()
/linux-4.4.14/Documentation/vm/
Dhwpoison.txt88 the SIGBUS(BUS_MCEERR_AO) on behalf of the process, you should
/linux-4.4.14/mm/
Dmemory-failure.c208 si.si_code = BUS_MCEERR_AO; in kill_proc()
/linux-4.4.14/kernel/
Dsignal.c2697 #ifdef BUS_MCEERR_AO in copy_siginfo_to_user()
2703 (from->si_code == BUS_MCEERR_AR || from->si_code == BUS_MCEERR_AO)) in copy_siginfo_to_user()
/linux-4.4.14/Documentation/sysctl/
Dvm.txt404 The kill is done using a catchable SIGBUS with BUS_MCEERR_AO, so processes can