Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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
/kernel/linux/linux-5.10/arch/arm64/kvm/
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()
Dreset.c71 r = kvm_arm_support_pmu_v3(); in kvm_arch_vm_ioctl_check_extension()
Dsys_regs.c667 if (!kvm_arm_support_pmu_v3()) in reset_pmcr()