Lines Matching defs:cpuid
37 * Returns 1 if cpuid is CMP-capable, 0 otherwise.
41 cmp_cpu_is_cmp(processorid_t cpuid)
47 * Indicate that this core (cpuid) resides on the chip indicated by chipid.
52 cmp_add_cpu(chipid_t chipid, processorid_t cpuid)
57 * Indicate that this core (cpuid) is being DR removed.
61 cmp_delete_cpu(processorid_t cpuid)
66 * Called when cpuid is being onlined or offlined. If the offlined
73 cmp_error_resteer(processorid_t cpuid)
84 cmp_cpu_to_chip(processorid_t cpuid)
86 return (cpu[cpuid]->cpu_m.cpu_chip);