Searched refs:pm_domain (Results 1 – 3 of 3) sorted by relevance
493 if (dptr->pm_domain == domain) in cpupm_alloc_domains()500 dptr->pm_domain = domain; in cpupm_alloc_domains()540 uint32_t pm_domain; in cpupm_remove_domains() local546 pm_domain = mach_state->ms_pstate.cma_domain->pm_domain; in cpupm_remove_domains()549 pm_domain = mach_state->ms_tstate.cma_domain->pm_domain; in cpupm_remove_domains()552 pm_domain = mach_state->ms_cstate.cma_domain->pm_domain; in cpupm_remove_domains()562 if (dptr->pm_domain == pm_domain) in cpupm_remove_domains()685 return (mach_state->ms_pstate.cma_domain->pm_domain); in cpupm_plat_domain_id()692 return (mach_state->ms_cstate.cma_domain->pm_domain); in cpupm_plat_domain_id()
179 uint32_t pm_domain; in ppm_alloc_pstate_domains() local188 pm_domain = mach_state->ms_pstate.cma_domain->pm_domain; in ppm_alloc_pstate_domains()195 sub_domain = pm_domain | PPM_CPU_PSTATE_DOMAIN_FLG; in ppm_alloc_pstate_domains()216 pm_domain); in ppm_alloc_pstate_domains()
48 uint32_t pm_domain; member