Home
last modified time | relevance | path

Searched refs:bootmid (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sparc/sparc/
H A Dautoconf.c445 (PI_INTR_VA + (_MAXNBPG * CPU_MID2CPUNO(bootmid))); in bootstrap4m()
463 *((u_int *)ICR_ITR) = CPU_MID2CPUNO(bootmid); in bootstrap4m()
1275 if (bootmid != 0 && mid != bootmid) in mainbus_attach()
1291 if (node == bootnode && bootmid != 0) { in mainbus_attach()
H A Dcpu.c153 int bootmid; /* Module ID of boot CPU */ variable
521 if (bootmid == 0) in cpu_attach()
522 bootmid = mid; in cpu_attach()
1371 if (node == 0 && CPU_ISSUN4M && bootmid != 0) { in getcacheinfo_obp()
1385 if (mid == bootmid) { in getcacheinfo_obp()
2149 bootmid = mp->minfo->getmid(); in getcpuinfo()
H A Dcpuvar.h222 extern int bootmid; /* Module ID of boot CPU */