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

Function npxresume

freebsd/i386/i386/npx.c:966–979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964}
965
966void
967npxresume(union savefpu *addr)
968{
969 register_t cr0;
970
971 if (!hw_float)
972 return;
973
974 cr0 = rcr0();
975 npxinit(false);
976 stop_emulating();
977 fpurstor(addr);
978 load_cr0(cr0);
979}
980
981void
982npxdrop(void)

Callers 2

acpi_sleep_machdepFunction · 0.85
cpususpend_handlerFunction · 0.85

Calls 4

npxinitFunction · 0.85
fpurstorFunction · 0.85
rcr0Function · 0.50
load_cr0Function · 0.50

Tested by

no test coverage detected