Searched refs:BUS_MCEERR_AO (Results 1 – 7 of 7) sorted by relevance
119 #ifdef BUS_MCEERR_AO in signalfd_copyinfo()126 kinfo->si_code == BUS_MCEERR_AO)) in signalfd_copyinfo()
220 #define BUS_MCEERR_AO (__SI_FAULT|5) macro
166 #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()
88 the SIGBUS(BUS_MCEERR_AO) on behalf of the process, you should
217 si.si_code = BUS_MCEERR_AO; in kill_proc()
2751 #ifdef BUS_MCEERR_AO in copy_siginfo_to_user()2757 (from->si_code == BUS_MCEERR_AR || from->si_code == BUS_MCEERR_AO)) in copy_siginfo_to_user()
404 The kill is done using a catchable SIGBUS with BUS_MCEERR_AO, so processes can