Searched refs:ESR_ELx_FnV (Results 1 – 5 of 5) sorted by relevance
167 GUEST_ASSERT_EQ(esr & ESR_ELx_FnV, ESR_ELx_FnV); in expect_sea_handler()170 GUEST_ASSERT_EQ(esr & ESR_ELx_FnV, 0); in expect_sea_handler()211 if (!(esr & ESR_ELx_FnV)) { in run_vm()221 far_invalid = esr & ESR_ELx_FnV; in run_vm()
22 return !(fsc == ESR_ELx_FSC_EXTABT && (esr & ESR_ELx_FnV)); in __fault_safe_to_translate()
107 (esr & ESR_ELx_FnV) >> ESR_ELx_FnV_SHIFT); in mem_abort_decode() 880 if (esr & ESR_ELx_FnV) { in do_sea()
103 #define ESR_ELx_FnV (UL(1) << ESR_ELx_FnV_SHIFT) macro
2192 ESR_ELx_FnV | in kvm_handle_guest_sea() 2224 if (!(esr & ESR_ELx_FnV)) in kvm_handle_guest_abort()