Searched refs:system_supports_pmuv3 (Results 1 – 4 of 4) sorted by relevance
44 if (!system_supports_pmuv3() || !kvm_pmu_switch_needed(attr)) in kvm_set_pmu_events()60 if (!system_supports_pmuv3()) in kvm_clr_pmu_events()136 if (!system_supports_pmuv3() || !has_vhe()) in kvm_vcpu_pmu_restore_guest()157 if (!system_supports_pmuv3() || !has_vhe()) in kvm_vcpu_pmu_restore_host()183 if (!system_supports_pmuv3() || !has_vhe()) in kvm_set_pmuserenr()
83 if (!has_vhe() && system_supports_pmuv3()) \
310 if (system_supports_pmuv3()) { in __activate_traps_common()339 if (system_supports_pmuv3()) { in __deactivate_traps_common()
869 static inline bool system_supports_pmuv3(void) in system_supports_pmuv3() function