Home
last modified time | relevance | path

Searched refs:SPR_MMCR0_PMC1CE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_power8.c103 mmcr0 |= SPR_MMCR0_FCECE | SPR_MMCR0_PMC1CE | SPR_MMCR0_PMCNCE; in power8_pcpu_init()
H A Dhwpmc_ppc970.c307 SPR_MMCR0_FCECE | SPR_MMCR0_PMC1CE | SPR_MMCR0_PMCNCE | in ppc970_pcpu_init()
H A Dhwpmc_mpc7xxx.c404 SPR_MMCR0_FCECE | SPR_MMCR0_PMC1CE | SPR_MMCR0_PMCNCE); in mpc7xxx_pcpu_init()
/freebsd/sys/powerpc/include/
H A Dspr.h408 #define SPR_MMCR0_PMC1CE 0x00008000 /* PMC1 condition enable */ macro