Home
last modified time | relevance | path

Searched refs:kvm_arm_support_pmu_v3 (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dpmu.c42 if (!kvm_arm_support_pmu_v3() || !kvm_pmu_switch_needed(attr)) in kvm_set_pmu_events()
58 if (!kvm_arm_support_pmu_v3()) 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()
228 if (!kvm_arm_support_pmu_v3() || !has_vhe()) in kvm_set_pmuserenr()
H A Dreset.c258 if (kvm_vcpu_has_pmu(vcpu) && !kvm_arm_support_pmu_v3()) { in kvm_reset_vcpu()
H A Dsys_regs.c725 if (!kvm_arm_support_pmu_v3()) in reset_pmu_reg()
768 if (!kvm_arm_support_pmu_v3()) in reset_pmcr()
H A Darm.c296 r = kvm_arm_support_pmu_v3(); in kvm_vm_ioctl_check_extension()
/kernel/linux/linux-5.10/include/kvm/
H A Darm_pmu.h52 bool kvm_arm_support_pmu_v3(void);
93 static inline bool kvm_arm_support_pmu_v3(void) { return false; } in kvm_arm_support_pmu_v3() function
/kernel/linux/linux-6.6/include/kvm/
H A Darm_pmu.h43 static __always_inline bool kvm_arm_support_pmu_v3(void) in kvm_arm_support_pmu_v3() function
109 static inline bool kvm_arm_support_pmu_v3(void) in kvm_arm_support_pmu_v3() function
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h186 if (kvm_arm_support_pmu_v3()) { in __activate_traps_common()
222 if (kvm_arm_support_pmu_v3()) { in __deactivate_traps_common()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dpmu-emul.c821 bool kvm_arm_support_pmu_v3(void) in kvm_arm_support_pmu_v3() function
921 if (!kvm_arm_support_pmu_v3() || in kvm_arm_pmu_v3_set_attr()
1043 if (kvm_arm_support_pmu_v3() && in kvm_arm_pmu_v3_has_attr()
H A Dreset.c71 r = kvm_arm_support_pmu_v3(); in kvm_arch_vm_ioctl_check_extension()
H A Dsys_regs.c673 if (!kvm_arm_support_pmu_v3()) in reset_pmcr()

Completed in 15 milliseconds