Home
last modified time | relevance | path

Searched refs:kvm_arm_pmu_v3_ready (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/kvm/
Darm_pmu.h33 #define kvm_arm_pmu_v3_ready(v) ((v)->arch.pmu.ready) macro
64 #define kvm_arm_pmu_v3_ready(v) (false) macro
/Linux-v5.10/arch/arm64/kvm/
Dsys_regs.c714 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmcr()
743 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmselr()
764 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmceid()
799 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmu_evcntr()
855 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmu_evtyper()
895 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmcnten()
926 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pminten()
955 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmovs()
980 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmswinc()
997 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmuserenr()
Dpmu-emul.c387 if (!kvm_arm_pmu_v3_ready(vcpu)) in kvm_pmu_update_state()