MCPcopy Create free account
hub / github.com/F-Stack/f-stack / get_pcb_user_save_pcb

Function get_pcb_user_save_pcb

freebsd/amd64/amd64/vm_machdep.c:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115struct savefpu *
116get_pcb_user_save_pcb(struct pcb *pcb)
117{
118 struct thread *td;
119
120 td = __containerof(pcb, struct thread, td_md.md_pcb);
121 return (get_pcb_user_save_td(td));
122}
123
124void *
125alloc_fpusave(int flags)

Callers 7

cpu_forkFunction · 0.70
cpu_thread_allocFunction · 0.70
cpu_copy_threadFunction · 0.70
fpugetregsFunction · 0.70
fpu_kern_enterFunction · 0.70
fpu_kern_leaveFunction · 0.70
fpu_kern_threadFunction · 0.70

Calls 1

get_pcb_user_save_tdFunction · 0.70

Tested by

no test coverage detected