Searched refs:pcb32_sp (Results 1 – 3 of 3) sorted by relevance
104 pcb->pcb_un.un_32.pcb32_sp = (u_int)p2->p_addr + USPACE_SVC_STACK_TOP; in cpu_fork()108 pcb->pcb_tf = tf = (struct trapframe *)pcb->pcb_un.un_32.pcb32_sp - 1; in cpu_fork()124 pcb->pcb_un.un_32.pcb32_sp = (u_int)sf; in cpu_fork()
287 curpcb->pcb_un.un_32.pcb32_sp = (u_int)proc0.p_addr + in cpu_startup()291 curpcb->pcb_tf = (struct trapframe *)curpcb->pcb_un.un_32.pcb32_sp - 1; in cpu_startup()
63 u_int pcb32_sp; /* used */ member