Searched refs:PMC_PHW_FLAG_IS_ENABLED (Results 1 – 12 of 12) sorted by relevance
128 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in tsc_describe()201 tsc_pc->tc_hw.phw_state = PMC_PHW_FLAG_IS_ENABLED | in tsc_pcpu_init()
115 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in uncore_pcpu_init()244 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in ucf_describe()553 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in ucp_describe()
419 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in arm64_describe()463 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in arm64_pcpu_init()
383 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()
174 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in soft_describe()248 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in soft_pcpu_init()
119 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in powerpc_describe()161 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in powerpc_pcpu_init()
145 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in core_pcpu_init()341 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in iaf_describe()807 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in iap_describe()
443 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in CLASSDEP_FN4()488 phw->phw_state |= PMC_PHW_FLAG_IS_ENABLED; in CLASSDEP_FN2()
578 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in cmn600_describe()622 phw->phw_state |= PMC_PHW_FLAG_IS_ENABLED; in cmn600_pcpu_init()
894 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in amd_describe()960 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in amd_pcpu_init()
3489 if ((phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) == 0 || in pmc_do_op_pmcallocate()4198 (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED)) { in pmc_syscall_handler()4199 phw->phw_state &= ~PMC_PHW_FLAG_IS_ENABLED; in pmc_syscall_handler()4202 (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) == 0) { in pmc_syscall_handler()4203 phw->phw_state |= PMC_PHW_FLAG_IS_ENABLED; in pmc_syscall_handler()
919 #define PMC_PHW_FLAG_IS_ENABLED (PMC_PHW_FLAGS_TO_STATE(0x01)) macro