Lines Matching full:translation
269 * If we now have a valid translation, treat the translation fault as in is_spurious_el1_translation_fault()
277 * treat the translation fault as spurious. in is_spurious_el1_translation_fault()
312 "Ignoring spurious kernel translation fault at virtual address %016lx\n", addr)) in __do_kernel_fault()
338 * at all, so we report them as level 0 translation faults. in set_thread_esr()
341 * precedence over translation fault for a real access to empty in set_thread_esr()
344 * type", so we ignore this wrinkle and just return the translation in set_thread_esr()
365 * Claim a level 0 translation fault. in set_thread_esr()
658 { do_translation_fault, SIGSEGV, SEGV_MAPERR, "level 0 translation fault" },
659 { do_translation_fault, SIGSEGV, SEGV_MAPERR, "level 1 translation fault" },
660 { do_translation_fault, SIGSEGV, SEGV_MAPERR, "level 2 translation fault" },
661 { do_translation_fault, SIGSEGV, SEGV_MAPERR, "level 3 translation fault" },
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)" },
682 …{ do_sea, SIGKILL, SI_KERNEL, "level 0 synchronous parity error (translation table walk)" }, // R…
683 …{ do_sea, SIGKILL, SI_KERNEL, "level 1 synchronous parity error (translation table walk)" }, // R…
684 …{ do_sea, SIGKILL, SI_KERNEL, "level 2 synchronous parity error (translation table walk)" }, // R…
685 …{ do_sea, SIGKILL, SI_KERNEL, "level 3 synchronous parity error (translation table walk)" }, // R…