Home
last modified time | relevance | path

Searched refs:BUS_MCEERR_AR (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/include/uapi/asm-generic/
Dsiginfo.h218 #define BUS_MCEERR_AR (__SI_FAULT|4) macro
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dras.c386 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in recover_mce()
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dopal.c505 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in opal_recover_mce()
515 _exception(SIGBUS, regs, BUS_MCEERR_AR, regs->nip); in opal_recover_mce()
/linux-4.1.27/arch/powerpc/mm/
Dfault.c136 info.si_code = BUS_MCEERR_AR; in do_sigbus()
/linux-4.1.27/fs/
Dsignalfd.c125 (kinfo->si_code == BUS_MCEERR_AR || in signalfd_copyinfo()
/linux-4.1.27/arch/arm64/kernel/
Dsignal32.c172 (from->si_code == BUS_MCEERR_AR || from->si_code == BUS_MCEERR_AO)) in copy_siginfo_to_user32()
/linux-4.1.27/arch/x86/mm/
Dfault.c875 code = BUS_MCEERR_AR; in do_sigbus()
/linux-4.1.27/mm/
Dmemory-failure.c208 si.si_code = BUS_MCEERR_AR; in kill_proc()
/linux-4.1.27/kernel/
Dsignal.c2757 (from->si_code == BUS_MCEERR_AR || from->si_code == BUS_MCEERR_AO)) in copy_siginfo_to_user()
/linux-4.1.27/arch/x86/kvm/
Dmmu.c2779 info.si_code = BUS_MCEERR_AR; in kvm_send_hwpoison_signal()