Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dvm_machdep.c112 get_pcb_td(struct thread *td) in get_pcb_td() function
179 pcb2 = get_pcb_td(td2); in cpu_fork()
353 td->td_pcb = pcb = get_pcb_td(td); in cpu_thread_alloc()
H A Dmachdep.c2481 thread0.td_pcb = get_pcb_td(&thread0); in init386()
/f-stack/freebsd/amd64/amd64/
H A Dvm_machdep.c109 get_pcb_td(struct thread *td) in get_pcb_td() function
173 td2->td_pcb = pcb2 = get_pcb_td(td2); in cpu_fork()
354 td->td_pcb = pcb = get_pcb_td(td); in cpu_thread_alloc()
H A Dmachdep.c1828 thread0.td_pcb = get_pcb_td(&thread0); in hammer_time()
/f-stack/freebsd/x86/include/
H A Dx86_var.h150 struct pcb *get_pcb_td(struct thread *td);