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

Function fpurstor

freebsd/i386/i386/npx.c:1314–1324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1312}
1313
1314static void
1315fpurstor(union savefpu *addr)
1316{
1317
1318 if (use_xsave)
1319 xrstor((char *)addr, xsave_mask);
1320 else if (cpu_fxsr)
1321 fxrstor(addr);
1322 else
1323 frstor(addr);
1324}
1325
1326#ifdef DEV_ISA
1327/*

Callers 4

restore_npx_curthreadFunction · 0.85
npxresumeFunction · 0.85
npxsetregsFunction · 0.85
fpu_kern_enterFunction · 0.85

Calls 1

xrstorFunction · 0.85

Tested by

no test coverage detected