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

Function init_xsave

freebsd/i386/i386/npx.c:343–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343static void
344init_xsave(void)
345{
346
347 if (use_xsave)
348 return;
349 if (!cpu_fxsr || (cpu_feature2 & CPUID2_XSAVE) == 0)
350 return;
351 use_xsave = 1;
352 TUNABLE_INT_FETCH("hw.use_xsave", &use_xsave);
353}
354
355DEFINE_IFUNC(, void, fpusave, (union savefpu *))
356{

Callers 1

npx.cFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected