Home
last modified time | relevance | path

Searched refs:ESR_ELx_EC_UNKNOWN (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/kvm/arm64/
H A Dvpmu_counter_access.c335 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()
H A Didreg-idst.c93 ESR_ELx_EC_UNKNOWN, guest_undef_handler); in test_guest_feat_idst()
H A Dno-vgic-v3.c
H A Dno-vgic.c254 ESR_ELx_EC_UNKNOWN, guest_undef_handler); in test_guest_no_vgic()
/linux/tools/perf/util/kvm-stat-arch/
H A Darm64_exception_types.h24 #define ESR_ELx_EC_UNKNOWN (0x00) macro
/linux/arch/arm64/kernel/
H A Dentry-common.c459 case ESR_ELx_EC_UNKNOWN: in el1h_64_sync_handler()
785 case ESR_ELx_EC_UNKNOWN: in el0t_64_sync_handler()
922 case ESR_ELx_EC_UNKNOWN: in el0t_32_sync_handler()
/linux/tools/arch/arm64/include/asm/
H A Desr.h12 #define ESR_ELx_EC_UNKNOWN UL(0x00) macro
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c887 inject_host_exception((ESR_ELx_EC_UNKNOWN << ESR_ELx_EC_SHIFT) | in handle_host_mte()