OSXSAVE
OSXSAVE is a processor feature flag that indicates the operating system supports saving and restoring extended processor states across context switches using the XSAVE/XRSTOR instructions and the XSTATE mechanism. It is reported by the processor’s CPUID instruction, and its presence allows the kernel to manage the full set of architectural and microarchitectural state that may be enabled for a program or thread.
When OSXSAVE is set, the operating system can use XSAVE, XRSTOR and related instructions to save and
In practice, the OS allocates per-task storage for the XSTATE region and uses XSAVE/XRSTOR during context switches
In summary, OSXSAVE signifies that the operating system can leverage the XSTATE framework to save and restore