Home
last modified time | relevance | path

Searched refs:pmc_is_gp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/kvm/
H A Dpmu.c386 if (pmc_is_gp(pmc)) in check_pmu_event_filter()
678 if (pmc_is_gp(pmc)) in kvm_pmu_reset()
795 if (pmc_is_gp(pmc)) { in cpl_is_matched()
H A Dpmu.h83 static inline bool pmc_is_gp(struct kvm_pmc *pmc) in pmc_is_gp() function