Home
last modified time | relevance | path

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

/Linux-v4.19/include/kvm/
Darm_pmu.h42 #define kvm_arm_pmu_v3_ready(v) ((v)->arch.pmu.ready) macro
71 #define kvm_arm_pmu_v3_ready(v) (false) macro
/Linux-v4.19/arch/arm64/kvm/
Dsys_regs.c668 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmcr()
694 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmselr()
715 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmceid()
753 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmu_evcntr()
809 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmu_evtyper()
848 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmcnten()
878 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pminten()
907 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmovs()
932 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmswinc()
949 if (!kvm_arm_pmu_v3_ready(vcpu)) in access_pmuserenr()
/Linux-v4.19/virt/kvm/arm/
Dpmu.c211 if (!kvm_arm_pmu_v3_ready(vcpu)) in kvm_pmu_update_state()