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

Function fpuuserinited

freebsd/amd64/amd64/fpu.c:916–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914}
915
916void
917fpuuserinited(struct thread *td)
918{
919 struct pcb *pcb;
920
921 CRITICAL_ASSERT(td);
922 pcb = td->td_pcb;
923 if (PCB_USER_FPU(pcb))
924 set_pcb_flags(pcb,
925 PCB_FPUINITDONE | PCB_USERFPUINITDONE);
926 else
927 set_pcb_flags(pcb, PCB_FPUINITDONE);
928}
929
930int
931fpusetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size)

Callers 4

fpugetregsFunction · 0.85
fpusetregsFunction · 0.85
set_fpregsFunction · 0.85
set_fpregs32Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected