Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/
Dpmu.c44 if (!kvm_arm_support_pmu_v3() || !kvm_pmu_switch_needed(attr)) in kvm_set_pmu_events()
60 if (!kvm_arm_support_pmu_v3()) in kvm_clr_pmu_events()
136 if (!kvm_arm_support_pmu_v3() || !has_vhe()) in kvm_vcpu_pmu_restore_guest()
157 if (!kvm_arm_support_pmu_v3() || !has_vhe()) in kvm_vcpu_pmu_restore_host()
183 if (!kvm_arm_support_pmu_v3() || !has_vhe()) in kvm_set_pmuserenr()
Darm.c395 r = kvm_arm_support_pmu_v3(); in kvm_vm_ioctl_check_extension()
1420 if (!kvm_arm_support_pmu_v3()) in system_supported_vcpu_features()
/linux-6.12.1/include/kvm/
Darm_pmu.h42 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()) \
103 static inline bool kvm_arm_support_pmu_v3(void) in kvm_arm_support_pmu_v3() function
/linux-6.12.1/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h218 if (kvm_arm_support_pmu_v3()) { in __activate_traps_common()
254 if (kvm_arm_support_pmu_v3()) { in __deactivate_traps_common()