Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_perf.c46 if (ppc_get_pmu_inuse()) { in switch_pmu_to_guest()
189 get_lppaca()->pmcregs_in_use = ppc_get_pmu_inuse(); in switch_pmu_to_host()
194 if (ppc_get_pmu_inuse()) { in switch_pmu_to_host()
/openbmc/linux/arch/powerpc/include/asm/
H A Dpmc.h38 static inline int ppc_get_pmu_inuse(void) in ppc_get_pmu_inuse() function