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

Function fpusave_fxsave

freebsd/amd64/amd64/fpu.c:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249static void
250fpusave_fxsave(void *addr)
251{
252
253 fxsave((char *)addr);
254}
255
256static void
257fpurestore_fxrstor(void *addr)

Callers 1

fpuinitstateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected