Searched refs:do_sea (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/arm64/mm/ |
| D | fault.c | 650 static int do_sea(unsigned long addr, unsigned int esr, struct pt_regs *regs) in do_sea() function 689 { do_sea, SIGBUS, BUS_OBJERR, "synchronous external abort" }, 693 { do_sea, SIGKILL, SI_KERNEL, "level 0 (translation table walk)" }, 694 { do_sea, SIGKILL, SI_KERNEL, "level 1 (translation table walk)" }, 695 { do_sea, SIGKILL, SI_KERNEL, "level 2 (translation table walk)" }, 696 { do_sea, SIGKILL, SI_KERNEL, "level 3 (translation table walk)" }, 697 …{ do_sea, SIGBUS, BUS_OBJERR, "synchronous parity or ECC error" }, // Reserved when RAS is imple… 701 …{ do_sea, SIGKILL, SI_KERNEL, "level 0 synchronous parity error (translation table walk)" }, // R… 702 …{ do_sea, SIGKILL, SI_KERNEL, "level 1 synchronous parity error (translation table walk)" }, // R… 703 …{ do_sea, SIGKILL, SI_KERNEL, "level 2 synchronous parity error (translation table walk)" }, // R… [all …]
|