Searched refs:fxsave (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/
H A Dregisters.cpp53 static void fxsave(void* register_state);
109 // Always valid, even when using the older fxsave.
114 // The xsave header. It and the extended regions are only valid when using xsave, not fxsave.
183 /* We currently assume that if xsave isn't support fxsave is */
193 // of the xsave structure is valid for fxsave as well.
344 // to fxsave, but the buffer is required to be large enough.
361 fxsave(register_state);
498 static void fxsave(void* register_state) { function
499 __asm__ __volatile__("fxsave %0"

Completed in 26 milliseconds