Searched refs:get_pcb_td (Results 1 – 5 of 5) sorted by relevance
112 get_pcb_td(struct thread *td) in get_pcb_td() function179 pcb2 = get_pcb_td(td2); in cpu_fork()353 td->td_pcb = pcb = get_pcb_td(td); in cpu_thread_alloc()
2481 thread0.td_pcb = get_pcb_td(&thread0); in init386()
109 get_pcb_td(struct thread *td) in get_pcb_td() function173 td2->td_pcb = pcb2 = get_pcb_td(td2); in cpu_fork()354 td->td_pcb = pcb = get_pcb_td(td); in cpu_thread_alloc()
1828 thread0.td_pcb = get_pcb_td(&thread0); in hammer_time()
150 struct pcb *get_pcb_td(struct thread *td);