Home
last modified time | relevance | path

Searched refs:kvm_arm_support_pmu_v3 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm64/kvm/
H A Dpmu.c42 if (!kvm_arm_support_pmu_v3() || !kvm_pmu_switch_needed(attr)) in kvm_set_pmu_events()
58 if (!kvm_arm_support_pmu_v3()) in kvm_clr_pmu_events()
181 if (!kvm_arm_support_pmu_v3() || !has_vhe()) in kvm_vcpu_pmu_restore_guest()
202 if (!kvm_arm_support_pmu_v3() || !has_vhe()) in kvm_vcpu_pmu_restore_host()
228 if (!kvm_arm_support_pmu_v3() || !has_vhe()) in kvm_set_pmuserenr()
H A Dreset.c258 if (kvm_vcpu_has_pmu(vcpu) && !kvm_arm_support_pmu_v3()) { in kvm_reset_vcpu()
H A Dsys_regs.c731 if (!kvm_arm_support_pmu_v3()) in reset_pmu_reg()
774 if (!kvm_arm_support_pmu_v3()) in reset_pmcr()
H A Darm.c296 r = kvm_arm_support_pmu_v3(); in kvm_vm_ioctl_check_extension()
/openbmc/linux/include/kvm/
H A Darm_pmu.h43 static __always_inline bool kvm_arm_support_pmu_v3(void) in kvm_arm_support_pmu_v3() function
89 if (!has_vhe() && kvm_arm_support_pmu_v3()) \
109 static inline bool kvm_arm_support_pmu_v3(void) in kvm_arm_support_pmu_v3() function
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h186 if (kvm_arm_support_pmu_v3()) { in __activate_traps_common()
222 if (kvm_arm_support_pmu_v3()) { in __deactivate_traps_common()