HomeSort by: relevance | last modified time | path
    Searched refs:bootmid (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc/sparc/
cpuvar.h 222 extern int bootmid; /* Module ID of boot CPU */
autoconf.c 443 (PI_INTR_VA + (_MAXNBPG * CPU_MID2CPUNO(bootmid)));
461 *((u_int *)ICR_ITR) = CPU_MID2CPUNO(bootmid);
1273 if (bootmid != 0 && mid != bootmid)
1289 if (node == bootnode && bootmid != 0) {
cpu.c 153 int bootmid; /* Module ID of boot CPU */ variable in typeref:typename:int
521 if (bootmid == 0)
522 bootmid = mid;
1371 if (node == 0 && CPU_ISSUN4M && bootmid != 0) {
1385 if (mid == bootmid) {
2149 bootmid = mp->minfo->getmid();

Completed in 14 milliseconds