Lines Matching defs:chipid
36 * Note: We assume that chipid == portid. This is not necessarily true.
53 chipid_t chipid;
56 chipid = cpunodes[cpuid].portid;
57 return (!CPUSET_ISNULL(chips[chipid]));
61 * Indicate that this core (cpuid) resides on the chip indicated by chipid.
65 cmp_add_cpu(chipid_t chipid, processorid_t cpuid)
67 CPUSET_ADD(chips[chipid], cpuid);
76 chipid_t chipid;
79 chipid = cpunodes[cpuid].portid;
80 CPUSET_DEL(chips[chipid], cpuid);
96 chipid_t chipid;
103 chipid = cpunodes[cpuid].portid;
104 mycores = chips[chipid];
133 /* This CPU is not a CMP, so by definition chipid==cpuid */