Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dpmu.c495 if (pmc_is_gp(pmc)) in pmc_is_event_allowed()
838 if (pmc_is_gp(pmc)) in kvm_pmu_reset()
946 if (pmc_is_gp(pmc)) { in cpl_is_matched()
H A Dpmu.h115 static inline bool pmc_is_gp(struct kvm_pmc *pmc) in pmc_is_gp() function