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

/fuchsia/zircon/kernel/arch/x86/
H A Dregisters.cpp41 // Offset in xsave area that components >= 2 start at.
44 // The first xsave component in the extended (non-legacy) area.
50 // Bit in XCOMP_BV field of xsave indicating compacted format.
57 static void xsave(void* register_state, uint64_t feature_mask);
66 // they are inside the legacy xsave area. Use XSAVE_FIRST_EXT_COMPONENT for
80 /* Maximum total size for xsave, if all features are enabled */
105 static_assert(sizeof(x86_xsave_legacy_area) == 416, "Size of legacy xsave area should match spec.");
114 // The xsave header. It and the extended regions are only valid when using xsave, not fxsave.
139 // Sets the portions of the xsave legac
530 static void xsave(void* register_state, uint64_t feature_mask) { function
[all...]

Completed in 16 milliseconds