Home
last modified time | relevance | path

Searched refs:t0stack (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/i86pc/os/
H A Dmlsetup.c108 extern char t0stack[]; in mlsetup()
287 t0.t_stkbase = t0stack; in mlsetup()
/titanic_44/usr/src/uts/sun4v/ml/
H A Dmach_locore.s108 .global t0stack
110 .type t0stack, #object
111 t0stack: label
114 .size t0stack, T0STKSZ
/titanic_44/usr/src/uts/sun4/os/
H A Dmlsetup.c126 extern char t0stack[]; in mlsetup()
149 t0.t_stkbase = t0stack; in mlsetup()
/titanic_44/usr/src/uts/sun4u/ml/
H A Dmach_locore.s108 .global t0stack
110 .type t0stack, #object
111 t0stack: label
114 .size t0stack, T0STKSZ
/titanic_44/usr/src/uts/i86pc/ml/
H A Dlocore.s117 .globl t0stack
133 .comm t0stack, DEFAULTSTKSZ, 32
174 leaq t0stack(%rip), %rsp
274 movl $t0stack + DEFAULTSTKSZ - REGSIZE, %esp