Searched refs:ESR_ELx_EC_UNKNOWN (Results 1 – 8 of 8) 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
607 case ESR_ELx_EC_UNKNOWN: in el1h_64_sync_handler() 928 case ESR_ELx_EC_UNKNOWN: in el0t_64_sync_handler() 1064 case ESR_ELx_EC_UNKNOWN: in el0t_32_sync_handler()
831 [ESR_ELx_EC_UNKNOWN] = "Unknown/Uncategorized",
12 #define ESR_ELx_EC_UNKNOWN UL(0x00) macro
13 #define ESR_ELx_EC_UNKNOWN UL(0x00) macro
252 u64 esr = (ESR_ELx_EC_UNKNOWN << ESR_ELx_EC_SHIFT); in inject_undef64()