Lines Matching full:translation
278 * If we now have a valid translation, treat the translation fault as in is_spurious_el1_translation_fault()
286 * treat the translation fault as spurious. in is_spurious_el1_translation_fault()
366 "Ignoring spurious kernel translation fault at virtual address %016lx\n", addr)) in __do_kernel_fault()
401 * at all, so we report them as level 0 translation faults. in set_thread_esr()
404 * precedence over translation fault for a real access to empty in set_thread_esr()
407 * type", so we ignore this wrinkle and just return the translation in set_thread_esr()
428 * Claim a level 0 translation fault. in set_thread_esr()
746 { do_translation_fault, SIGSEGV, SEGV_MAPERR, "level 0 translation fault" },
747 { do_translation_fault, SIGSEGV, SEGV_MAPERR, "level 1 translation fault" },
748 { do_translation_fault, SIGSEGV, SEGV_MAPERR, "level 2 translation fault" },
749 { do_translation_fault, SIGSEGV, SEGV_MAPERR, "level 3 translation fault" },
762 { do_sea, SIGKILL, SI_KERNEL, "level 0 (translation table walk)" },
763 { do_sea, SIGKILL, SI_KERNEL, "level 1 (translation table walk)" },
764 { do_sea, SIGKILL, SI_KERNEL, "level 2 (translation table walk)" },
765 { do_sea, SIGKILL, SI_KERNEL, "level 3 (translation table walk)" },
770 …{ do_sea, SIGKILL, SI_KERNEL, "level 0 synchronous parity error (translation table walk)" }, // R…
771 …{ do_sea, SIGKILL, SI_KERNEL, "level 1 synchronous parity error (translation table walk)" }, // R…
772 …{ do_sea, SIGKILL, SI_KERNEL, "level 2 synchronous parity error (translation table walk)" }, // R…
773 …{ do_sea, SIGKILL, SI_KERNEL, "level 3 synchronous parity error (translation table walk)" }, // R…