Searched refs:ESR_ELx_EC_UNKNOWN (Results 1 – 4 of 4) sorted by relevance
341 TEST_EXCEPTION(ESR_ELx_EC_UNKNOWN, acc->read_cntr(pmc_idx)); in test_access_invalid_pmc_regs()342 TEST_EXCEPTION(ESR_ELx_EC_UNKNOWN, acc->write_cntr(pmc_idx, 0)); in test_access_invalid_pmc_regs()343 TEST_EXCEPTION(ESR_ELx_EC_UNKNOWN, acc->read_typer(pmc_idx)); in test_access_invalid_pmc_regs()344 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
12 #define ESR_ELx_EC_UNKNOWN UL(0x00) macro
Completed in 9 milliseconds