Home
last modified time | relevance | path

Searched refs:POWERPC_PMC_KERNEL_ENABLE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_powerpc.h40 #define POWERPC_PMC_KERNEL_ENABLE (0x1 << 30) macro
43 #define POWERPC_PMC_ENABLE (POWERPC_PMC_KERNEL_ENABLE | POWERPC_PMC_USER_ENABLE)
H A Dhwpmc_power8.c76 if (config & POWERPC_PMC_KERNEL_ENABLE) in power8_set_pmc()
193 config |= POWERPC_PMC_KERNEL_ENABLE; in power8_allocate_pmc()
H A Dhwpmc_powerpc.c217 config |= POWERPC_PMC_KERNEL_ENABLE; in powerpc_allocate_pmc()