Home
last modified time | relevance | path

Searched refs:PMCN_NONE (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_e500.c283 if (config != PMCN_NONE) { in e500_set_pmc()
341 e500_set_pmc(cpu, i, PMCN_NONE); in e500_pcpu_init()
H A Dhwpmc_power8.c72 if (config != PMCN_NONE) { in power8_set_pmc()
H A Dhwpmc_ppc970.c259 if (config == PMCN_NONE) in ppc970_set_pmc()
H A Dhwpmc_mpc7xxx.c389 if (config != PMCN_NONE) { in mpc7xxx_set_pmc()
H A Dhwpmc_powerpc.c261 powerpc_set_pmc(cpu, ri, PMCN_NONE); in powerpc_stop_pmc()
/freebsd/sys/powerpc/include/
H A Dspr.h695 #define PMCN_NONE 0 /* Count nothing */ macro