Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/
Dpmu.h228 static inline bool pmc_is_globally_enabled(struct kvm_pmc *pmc) in pmc_is_globally_enabled() function
Dpmu.c394 return pmc_is_globally_enabled(pmc) && pmc_speculative_in_use(pmc) && in pmc_event_is_allowed()
/linux-6.6.21/arch/x86/kvm/vmx/
Dpmu_intel.c758 !pmc_is_globally_enabled(pmc) || !pmc->perf_event) in intel_pmu_cross_mapped_check()