Searched refs:POWERPC_PMC_ENABLE (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_powerpc.h45 #define POWERPC_PMC_ENABLE (POWERPC_PMC_KERNEL_ENABLE | POWERPC_PMC_USER_ENABLE) macro
H A Dhwpmc_ppc970.c410 config = pm->pm_md.pm_powerpc.pm_powerpc_evsel & ~POWERPC_PMC_ENABLE;
417 config = ~pm->pm_md.pm_powerpc.pm_powerpc_evsel & POWERPC_PMC_ENABLE;
635 config |= POWERPC_PMC_ENABLE;
H A Dhwpmc_mpc7xxx.c450 config = pm->pm_md.pm_powerpc.pm_powerpc_evsel & ~POWERPC_PMC_ENABLE;
491 config = ~pm->pm_md.pm_powerpc.pm_powerpc_evsel & POWERPC_PMC_ENABLE;
636 config |= POWERPC_PMC_ENABLE;

Completed in 255 milliseconds