Home
last modified time | relevance | path

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

/Linux-v5.4/include/kvm/
Darm_pmu.h32 #define kvm_arm_pmu_v3_ready(v) ((v)->arch.pmu.ready) macro
62 #define kvm_arm_pmu_v3_ready(v) (false) macro
/Linux-v5.4/arch/arm64/kvm/
Dsys_regs.c676 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmcr()
705 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmselr()
726 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmceid()
764 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmu_evcntr()
820 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmu_evtyper()
860 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmcnten()
891 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pminten()
920 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmovs()
945 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmswinc()
962 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmuserenr()
/Linux-v5.4/virt/kvm/arm/
Dpmu.c373 if (!kvm_arm_pmu_v3_ready(vcpu)) in kvm_pmu_update_state()