Home
last modified time | relevance | path

Searched refs:system_supports_pmuv3 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/kvm/
H A Dpmu.c44 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()
/linux/include/kvm/
H A Darm_pmu.h83 if (!has_vhe() && system_supports_pmuv3()) \
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h310 if (system_supports_pmuv3()) { in __activate_traps_common()
339 if (system_supports_pmuv3()) { in __deactivate_traps_common()
/linux/arch/arm64/include/asm/
H A Dcpufeature.h869 static inline bool system_supports_pmuv3(void) in system_supports_pmuv3() function