Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
249
static void
250
fpusave_fxsave(void *addr)
251
{
252
253
fxsave((char *)addr);
254
}
255
256
static void
257
fpurestore_fxrstor(void *addr)
Callers
1
fpuinitstate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected