Searched refs:ESR_ELx_EC (Results 1 – 4 of 4) sorted by relevance
73 #define ESR_ELx_EC(esr) (((esr) & ESR_ELx_EC_MASK) >> ESR_ELx_EC_SHIFT) macro398 const unsigned long ec = ESR_ELx_EC(esr); in esr_is_data_abort()405 return ESR_ELx_EC(esr) == ESR_ELx_EC_BRK64 && in esr_is_cfi_brk()
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()
303 ec = ESR_ELx_EC(esr); in guest_sync_handler()
480 ec = ESR_ELx_EC(read_sysreg(esr_el1)); in route_exception()
Completed in 8 milliseconds