Searched refs:do_sea (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/arm64/mm/ |
| H A D | fault.c | 861 static int do_sea(unsigned long far, unsigned long esr, struct pt_regs *regs) in do_sea() function 925 { do_sea, SIGBUS, BUS_OBJERR, "synchronous external abort" }, 928 { do_sea, SIGKILL, SI_KERNEL, "level -1 (translation table walk)" }, 929 { do_sea, SIGKILL, SI_KERNEL, "level 0 (translation table walk)" }, 930 { do_sea, SIGKILL, SI_KERNEL, "level 1 (translation table walk)" }, 931 { do_sea, SIGKILL, SI_KERNEL, "level 2 (translation table walk)" }, 932 { do_sea, SIGKILL, SI_KERNEL, "level 3 (translation table walk)" }, 933 …{ do_sea, SIGBUS, BUS_OBJERR, "synchronous parity or ECC error" }, // Reserved when RAS is imple… 936 …{ do_sea, SIGKILL, SI_KERNEL, "level -1 synchronous parity error (translation table walk)" }, // … 937 …{ do_sea, SIGKILL, SI_KERNEL, "level 0 synchronous parity error (translation table walk)" }, // R… [all …]
|