Lines Matching defs:cpu_info
178 struct cpu_info {
191 * SPARC cpu_info structures live at two VAs: one global
192 * VA (so each CPU can access any other CPU's cpu_info)
194 * CPU and maps to that CPU's cpu_info. Since the alias
195 * CPUINFO_VA is how we locate our cpu_info, we have to
199 struct cpu_info * volatile ci_self;
359 void (*hotfix)(struct cpu_info *);
384 * Start/End VA's of this cpu_info region; we upload the other pages
385 * in this region that aren't part of the cpu_info to uvm.
416 #define cpuinfo (*(struct cpu_info *)CPUINFO_VA)