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

Function init_xsave

freebsd/amd64/amd64/fpu.c:263–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263static void
264init_xsave(void)
265{
266
267 if (use_xsave)
268 return;
269 if ((cpu_feature2 & CPUID2_XSAVE) == 0)
270 return;
271 use_xsave = 1;
272 TUNABLE_INT_FETCH("hw.use_xsave", &use_xsave);
273}
274
275DEFINE_IFUNC(, void, fpusave, (void *))
276{

Callers 1

fpu.cFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected