Searched refs:PMC_PHW_FLAG_IS_ENABLED (Results 1 – 17 of 17) sorted by relevance
140 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()
390 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()
366 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()
527 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()
179 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()
123 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in powerpc_describe()
335 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()
727 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()
355 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()
120 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()
562 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in ppc970_pcpu_init()
3260 (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()
461 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in e500_pcpu_init()
619 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()
574 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in mpc7xxx_pcpu_init()
144 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()
867 #define PMC_PHW_FLAG_IS_ENABLED (PMC_PHW_FLAGS_TO_STATE(0x01)) macro