Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/mm/
Dfault.c706 static int do_sea(unsigned long far, unsigned long esr, struct pt_regs *regs) in do_sea() function
766 { do_sea, SIGBUS, BUS_OBJERR, "synchronous external abort" },
770 { do_sea, SIGKILL, SI_KERNEL, "level 0 (translation table walk)" },
771 { do_sea, SIGKILL, SI_KERNEL, "level 1 (translation table walk)" },
772 { do_sea, SIGKILL, SI_KERNEL, "level 2 (translation table walk)" },
773 { do_sea, SIGKILL, SI_KERNEL, "level 3 (translation table walk)" },
774 …{ do_sea, SIGBUS, BUS_OBJERR, "synchronous parity or ECC error" }, // Reserved when RAS is imple…
778 …{ do_sea, SIGKILL, SI_KERNEL, "level 0 synchronous parity error (translation table walk)" }, // R…
779 …{ do_sea, SIGKILL, SI_KERNEL, "level 1 synchronous parity error (translation table walk)" }, // R…
780 …{ do_sea, SIGKILL, SI_KERNEL, "level 2 synchronous parity error (translation table walk)" }, // R…
[all …]