Home
last modified time | relevance | path

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

/Linux-v5.10/include/kvm/
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
/Linux-v5.10/arch/arm64/kvm/
Dpmu-emul.c816 bool kvm_arm_support_pmu_v3(void) in kvm_arm_support_pmu_v3() function
916 if (!kvm_arm_support_pmu_v3() || in kvm_arm_pmu_v3_set_attr()
1038 if (kvm_arm_support_pmu_v3() && in kvm_arm_pmu_v3_has_attr()
Dreset.c71 r = kvm_arm_support_pmu_v3(); in kvm_arch_vm_ioctl_check_extension()