Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm64/kvm/
Dpmu.c36 if (!kvm_arm_support_pmu_v3() || !ctx || !kvm_pmu_switch_needed(attr)) in kvm_set_pmu_events()
52 if (!kvm_arm_support_pmu_v3() || !ctx) in kvm_clr_pmu_events()
175 if (!kvm_arm_support_pmu_v3() || !has_vhe()) in kvm_vcpu_pmu_restore_guest()
196 if (!kvm_arm_support_pmu_v3() || !has_vhe()) in kvm_vcpu_pmu_restore_host()
Dreset.c262 if (kvm_vcpu_has_pmu(vcpu) && !kvm_arm_support_pmu_v3()) { in kvm_reset_vcpu()
Dpmu-emul.c746 !kvm_arm_support_pmu_v3() && !is_protected_kvm_enabled()) in kvm_host_pmu_init()
Dsys_regs.c607 if (!kvm_arm_support_pmu_v3()) in reset_pmu_reg()
642 if (!kvm_arm_support_pmu_v3()) in reset_pmcr()
Darm.c264 r = kvm_arm_support_pmu_v3(); in kvm_vm_ioctl_check_extension()
/Linux-v5.15/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h91 if (kvm_arm_support_pmu_v3()) { in __activate_traps_common()
105 if (kvm_arm_support_pmu_v3()) in __deactivate_traps_common()
/Linux-v5.15/include/kvm/
Darm_pmu.h18 static __always_inline bool kvm_arm_support_pmu_v3(void) in kvm_arm_support_pmu_v3() function