Lines Matching defs:cpuid
155 * @cpuid: id of the cpu whose proc struct pointer should be returned.
160 const struct pm_proc *pm_get_proc(uint32_t cpuid)
162 if (cpuid < ARRAY_SIZE(pm_procs_all)) {
163 return &pm_procs_all[cpuid];
166 NOTICE("ERROR: cpuid: %d proc NULL\n", cpuid);
361 uint32_t cpuid = pm_get_cpuid(proc->node_id);
364 if (cpuid == UNDEFINED_CPUID) {
378 mmio_write_32(APU_PCIL_CORE_X_IDS_POWER_REG(cpuid),
381 mmio_write_32(APU_PCIL_CORE_X_IDS_WAKE_REG(cpuid),