Searched refs:CPUCFG6_PMP (Results 1 – 5 of 5) sorted by relevance
24 if (!(cfg6 & CPUCFG6_PMP)) in has_pmu_support()45 pr_info(" Counters present: %s\n", cfg6 & CPUCFG6_PMP ? "yes" : "no"); in dump_pmu_caps()
301 return arch->cpucfg[6] & CPUCFG6_PMP; in kvm_guest_has_pmu()
133 #define CPUCFG6_PMP BIT(0) macro
241 if (config & CPUCFG6_PMP) in cpu_probe_common()
796 if (val & CPUCFG6_PMP) { in kvm_check_cpucfg()