Searched refs:phw_state (Results 1 – 12 of 12) sorted by relevance
127 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in tsc_describe()200 tsc_pc->tc_hw.phw_state = PMC_PHW_FLAG_IS_ENABLED | in tsc_pcpu_init()
114 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in uncore_pcpu_init()243 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in ucf_describe()552 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in ucp_describe()
577 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in cmn600_describe()617 phw->phw_state = PMC_PHW_CPU_TO_STATE(cpu) | in cmn600_pcpu_init()621 phw->phw_state |= PMC_PHW_FLAG_IS_ENABLED; in cmn600_pcpu_init()
442 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in CLASSDEP_FN4()483 phw->phw_state = PMC_PHW_CPU_TO_STATE(cpu) | in CLASSDEP_FN2()487 phw->phw_state |= PMC_PHW_FLAG_IS_ENABLED; in CLASSDEP_FN2()
382 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in armv7_describe()426 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in armv7_pcpu_init()
173 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in soft_describe()247 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in soft_pcpu_init()
432 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in arm64_get_config() 476 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in arm64_pcpu_init()
118 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in powerpc_describe()160 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in powerpc_pcpu_init()
144 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in core_pcpu_init()340 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in iaf_describe()806 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in iap_describe()
666 if ((phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) != 0) { in amd_describe()719 phw->phw_state = PMC_PHW_FLAG_IS_ENABLED | in amd_pcpu_init()
3415 (pmc_pcpu[(cpu)]->pc_hwpmcs[(n)]->phw_state & \ in pmc_do_op_pmcallocate()3488 if ((phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) == 0 || in pmc_do_op_pmcallocate()4197 (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED)) { in pmc_syscall_handler()4198 phw->phw_state &= ~PMC_PHW_FLAG_IS_ENABLED; in pmc_syscall_handler()4201 (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) == 0) { in pmc_syscall_handler()4202 phw->phw_state |= PMC_PHW_FLAG_IS_ENABLED; in pmc_syscall_handler()
897 uint32_t phw_state; /* see PHW_* macros below */ member