Searched refs:ESR_ELx_EC (Results 1 – 11 of 11) sorted by relevance
204 switch (ESR_ELx_EC(esr)) { in kvm_handle_guest_debug()410 u8 esr_ec = ESR_ELx_EC(esr); in kvm_get_exit_handler()535 } else if (ESR_ELx_EC(esr) == ESR_ELx_EC_BRK64 && in nvhe_hyp_panic_handler()556 ESR_ELx_EC(esr) == ESR_ELx_EC_BRK64 && in nvhe_hyp_panic_handler()
20 GUEST_ASSERT_EQ(ESR_ELx_EC(esr), ESR_ELx_EC_DABT_CUR); in expect_sea_handler()222 GUEST_ASSERT_EQ(ESR_ELx_EC(esr), ESR_ELx_EC_SERROR); in expect_serror_handler()258 GUEST_ASSERT_EQ(ESR_ELx_EC(esr), ESR_ELx_EC_DABT_CUR); in expect_sea_s1ptw_handler()
166 GUEST_ASSERT_EQ(ESR_ELx_EC(esr), ESR_ELx_EC_DABT_CUR); in expect_sea_handler()208 TEST_ASSERT_EQ(ESR_ELx_EC(esr), ESR_ELx_EC_DABT_LOW); in run_vm()
297 ec = ESR_ELx_EC(esr); in guest_sync_handler()
73 #define ESR_ELx_EC(esr) (((esr) & ESR_ELx_EC_MASK) >> ESR_ELx_EC_SHIFT) macro400 const unsigned long ec = ESR_ELx_EC(esr); in esr_is_data_abort()407 return ESR_ELx_EC(esr) == ESR_ELx_EC_BRK64 && in esr_is_cfi_brk()
101 ESR_ELx_EC(esr), esr_get_class_string(esr), in mem_abort_decode()248 return ESR_ELx_EC(esr) == ESR_ELx_EC_IABT_CUR; in is_el1_instruction_abort()253 return ESR_ELx_EC(esr) == ESR_ELx_EC_DABT_CUR; in is_el1_data_abort()429 switch (ESR_ELx_EC(esr)) { in set_thread_esr()527 return ESR_ELx_EC(esr) == ESR_ELx_EC_IABT_LOW; in is_el0_instruction_abort()
434 switch (ESR_ELx_EC(esr)) { in el1h_64_sync_handler()741 switch (ESR_ELx_EC(esr)) { in el0t_64_sync_handler()891 switch (ESR_ELx_EC(esr)) { in el0t_32_sync_handler()
420 return ESR_ELx_EC(kvm_vcpu_get_esr(vcpu)); in kvm_vcpu_trap_get_class()
869 ESR_ELx_EC(read_sysreg_el2(SYS_ESR)) == ESR_ELx_EC_PAC) in synchronize_vcpu_pstate()
697 switch (ESR_ELx_EC(esr)) { in handle_trap()
516 ec = ESR_ELx_EC(read_sysreg(esr_el1)); in route_exception()