Searched refs:ESR_ELx_EC_UNKNOWN (Results 1 – 6 of 6) sorted by relevance
335 TEST_EXCEPTION(ESR_ELx_EC_UNKNOWN, acc->read_cntr(pmc_idx)); in test_access_invalid_pmc_regs()336 TEST_EXCEPTION(ESR_ELx_EC_UNKNOWN, acc->write_cntr(pmc_idx, 0)); in test_access_invalid_pmc_regs()337 TEST_EXCEPTION(ESR_ELx_EC_UNKNOWN, acc->read_typer(pmc_idx)); in test_access_invalid_pmc_regs()338 TEST_EXCEPTION(ESR_ELx_EC_UNKNOWN, acc->write_typer(pmc_idx, 0)); in test_access_invalid_pmc_regs()
153 ESR_ELx_EC_UNKNOWN, guest_undef_handler); in test_guest_no_gicv3()
24 #define ESR_ELx_EC_UNKNOWN (0x00) macro
447 case ESR_ELx_EC_UNKNOWN: in el1h_64_sync_handler()773 case ESR_ELx_EC_UNKNOWN: in el0t_64_sync_handler()910 case ESR_ELx_EC_UNKNOWN: in el0t_32_sync_handler()
12 #define ESR_ELx_EC_UNKNOWN UL(0x00) macro
252 u64 esr = (ESR_ELx_EC_UNKNOWN << ESR_ELx_EC_SHIFT); in inject_undef64()