Searched refs:ESR_ELx_EC (Results 1 – 11 of 11) sorted by relevance
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()
163 GUEST_ASSERT_EQ(ESR_ELx_EC(esr), ESR_ELx_EC_DABT_CUR); in expect_sea_handler()205 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()
102 ESR_ELx_EC(esr), esr_get_class_string(esr), in mem_abort_decode()269 return ESR_ELx_EC(esr) == ESR_ELx_EC_IABT_CUR; in is_el1_instruction_abort()274 return ESR_ELx_EC(esr) == ESR_ELx_EC_DABT_CUR; in is_el1_data_abort()469 switch (ESR_ELx_EC(esr)) { in set_thread_esr()567 return ESR_ELx_EC(esr) == ESR_ELx_EC_IABT_LOW; in is_el0_instruction_abort()
450 switch (ESR_ELx_EC(esr)) { in el1h_64_sync_handler()757 switch (ESR_ELx_EC(esr)) { in el0t_64_sync_handler()907 switch (ESR_ELx_EC(esr)) { in el0t_32_sync_handler()
422 return ESR_ELx_EC(kvm_vcpu_get_esr(vcpu)); in kvm_vcpu_trap_get_class()
902 ESR_ELx_EC(read_sysreg_el2(SYS_ESR)) == ESR_ELx_EC_PAC) in synchronize_vcpu_pstate()
512 ec = ESR_ELx_EC(read_sysreg(esr_el1)); in route_exception()
901 switch (ESR_ELx_EC(esr)) { in handle_trap()
721 ec = ESR_ELx_EC(esr); in host_inject_mem_abort()