Home
last modified time | relevance | path

Searched refs:PMC_PHW_FLAG_IS_ENABLED (Results 1 – 17 of 17) sorted by relevance

/NextBSD/sys/dev/hwpmc/
HDhwpmc_tsc.c140 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in tsc_describe()
215 tsc_pc->tc_hw.phw_state = PMC_PHW_FLAG_IS_ENABLED | in tsc_pcpu_init()
HDhwpmc_arm64.c390 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in arm64_describe()
451 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in arm64_pcpu_init()
HDhwpmc_armv7.c366 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in armv7_describe()
427 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in armv7_pcpu_init()
HDhwpmc_xscale.c527 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in xscale_describe()
582 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in xscale_pcpu_init()
HDhwpmc_soft.c179 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in soft_describe()
253 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in soft_pcpu_init()
HDhwpmc_powerpc.c123 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in powerpc_describe()
HDhwpmc_mips.c335 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in mips_describe()
390 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in mips_pcpu_init()
HDhwpmc_amd.c727 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in amd_describe()
793 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in amd_pcpu_init()
HDhwpmc_ppro.c355 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in p6_pcpu_init()
761 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in p6_describe()
HDhwpmc_uncore.c120 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in uncore_pcpu_init()
256 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in ucf_describe()
962 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in ucp_describe()
HDhwpmc_ppc970.c562 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in ppc970_pcpu_init()
HDhwpmc_mod.c3260 (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED)) { in pmc_syscall_handler()
3261 phw->phw_state &= ~PMC_PHW_FLAG_IS_ENABLED; in pmc_syscall_handler()
3264 (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) == 0) { in pmc_syscall_handler()
3265 phw->phw_state |= PMC_PHW_FLAG_IS_ENABLED; in pmc_syscall_handler()
3471 if ((phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) == 0 || in pmc_syscall_handler()
HDhwpmc_e500.c461 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in e500_pcpu_init()
HDhwpmc_piv.c619 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in p4_pcpu_init()
1585 if (p4_pcpu[cpu]->pc_p4pmcs[ri].phw_state & PMC_PHW_FLAG_IS_ENABLED) { in p4_describe()
HDhwpmc_mpc7xxx.c574 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in mpc7xxx_pcpu_init()
HDhwpmc_core.c144 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in core_pcpu_init()
315 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in iaf_describe()
2422 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in iap_describe()
/NextBSD/sys/sys/
HDpmc.h867 #define PMC_PHW_FLAG_IS_ENABLED (PMC_PHW_FLAGS_TO_STATE(0x01)) macro