Home
last modified time | relevance | path

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

/Linux-v5.4/include/kvm/
Darm_pmu.h50 bool kvm_arm_support_pmu_v3(void);
91 static inline bool kvm_arm_support_pmu_v3(void) { return false; } in kvm_arm_support_pmu_v3() function
/Linux-v5.4/virt/kvm/arm/
Dpmu.c669 bool kvm_arm_support_pmu_v3(void) in kvm_arm_support_pmu_v3() function
714 if (!kvm_arm_support_pmu_v3()) in kvm_arm_pmu_v3_init()
839 if (kvm_arm_support_pmu_v3() && in kvm_arm_pmu_v3_has_attr()
/Linux-v5.4/arch/arm64/kvm/
Dreset.c78 r = kvm_arm_support_pmu_v3(); in kvm_arch_vm_ioctl_check_extension()