Searched refs:do_sea (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | fault.c | 622 static int do_sea(unsigned long addr, unsigned int esr, struct pt_regs *regs) in do_sea() function 670 { do_sea, SIGBUS, BUS_OBJERR, "synchronous external abort" }, 674 { do_sea, SIGKILL, SI_KERNEL, "level 0 (translation table walk)" }, 675 { do_sea, SIGKILL, SI_KERNEL, "level 1 (translation table walk)" }, 676 { do_sea, SIGKILL, SI_KERNEL, "level 2 (translation table walk)" }, 677 { do_sea, SIGKILL, SI_KERNEL, "level 3 (translation table walk)" }, 678 { do_sea, SIGBUS, BUS_OBJERR, "synchronous parity or ECC error" }, // Reserved when RAS is implemented 682 { do_sea, SIGKILL, SI_KERNEL, "level 0 synchronous parity error (translation table walk)" }, // Reserved when RAS is implemented 683 { do_sea, SIGKILL, SI_KERNEL, "level 1 synchronous parity error (translation table walk)" }, // Reserved when RAS is implemented 684 { do_sea, SIGKIL [all...] |
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | fault.c | 731 static int do_sea(unsigned long far, unsigned long esr, struct pt_regs *regs) in do_sea() function 791 { do_sea, SIGBUS, BUS_OBJERR, "synchronous external abort" }, 795 { do_sea, SIGKILL, SI_KERNEL, "level 0 (translation table walk)" }, 796 { do_sea, SIGKILL, SI_KERNEL, "level 1 (translation table walk)" }, 797 { do_sea, SIGKILL, SI_KERNEL, "level 2 (translation table walk)" }, 798 { do_sea, SIGKILL, SI_KERNEL, "level 3 (translation table walk)" }, 799 { do_sea, SIGBUS, BUS_OBJERR, "synchronous parity or ECC error" }, // Reserved when RAS is implemented 803 { do_sea, SIGKILL, SI_KERNEL, "level 0 synchronous parity error (translation table walk)" }, // Reserved when RAS is implemented 804 { do_sea, SIGKILL, SI_KERNEL, "level 1 synchronous parity error (translation table walk)" }, // Reserved when RAS is implemented 805 { do_sea, SIGKIL [all...] |
Completed in 3 milliseconds