Home
last modified time | relevance | path

Searched refs:cpu_self (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/uts/i86pc/os/
H A Dmach_kdi.c164 cpu->cpu_self = cpu; in boot_kdi_tmpinit()
187 cpu->cpu_self = cpu; in boot_kdi_tmpinit()
H A Dmlsetup.c117 cpu[0]->cpu_self = cpu[0]; in mlsetup()
H A Dmp_startup.c352 cp->cpu_self = cp; in mp_cpu_configure_common()
/titanic_44/usr/src/uts/i86xpv/os/
H A Dmach_kdi.c173 cpu->cpu_self = cpu; in boot_kdi_tmpinit()
228 cpu->cpu_self = cpu; in boot_kdi_tmpinit()
/titanic_44/usr/src/uts/sun4/os/
H A Dmp_startup.c134 cp->cpu_self = cp; in common_startup_init()
353 cp->cpu_self = cp; in setup_cpu_common()
H A Dmlsetup.c142 cpu0.cpu_self = &cpu0; in mlsetup()
/titanic_44/usr/src/uts/common/os/
H A Dmain.c396 ASSERT(CPU == CPU->cpu_self); in main()
/titanic_44/usr/src/uts/intel/amd64/ml/
H A Damd64.il38 / by the computed value of the offset of "cpu_self".
/titanic_44/usr/src/uts/intel/ia32/ml/
H A Dia32.il40 / by the computed value of the offset of "cpu_self".
/titanic_44/usr/src/uts/i86pc/ml/
H A Doffsets.in195 cpu_self
/titanic_44/usr/src/uts/common/sys/
H A Dcpuvar.h86 struct cpu *cpu_self; /* pointer to itself */ member