Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/kvm/
Dpmu.c42 if (!kvm_arm_support_pmu_v3() || !pmu || !kvm_pmu_switch_needed(attr)) in kvm_set_pmu_events()
58 if (!kvm_arm_support_pmu_v3() || !pmu) 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()
Dreset.c301 if (kvm_vcpu_has_pmu(vcpu) && !kvm_arm_support_pmu_v3()) { in kvm_reset_vcpu()
Dsys_regs.c610 if (!kvm_arm_support_pmu_v3()) in reset_pmu_reg()
645 if (!kvm_arm_support_pmu_v3()) in reset_pmcr()
Darm.c274 r = kvm_arm_support_pmu_v3(); in kvm_vm_ioctl_check_extension()
/Linux-v6.1/include/kvm/
Darm_pmu.h45 static __always_inline bool kvm_arm_support_pmu_v3(void) in kvm_arm_support_pmu_v3() function
98 static inline bool kvm_arm_support_pmu_v3(void) in kvm_arm_support_pmu_v3() function
/Linux-v6.1/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h83 if (kvm_arm_support_pmu_v3()) { in __activate_traps_common()
108 if (kvm_arm_support_pmu_v3()) in __deactivate_traps_common()