Searched refs:area (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.
66 // they are inside the legacy xsave area. Use XSAVE_FIRST_EXT_COMPONENT for
105 static_assert(sizeof(x86_xsave_legacy_area) == 416, "Size of legacy xsave area should match spec.");
139 // Sets the portions of the xsave legacy area such that the x87 state is considered in its "initial
147 // The initial value of the FTW register is 0xffff. The FTW field in the xsave area is an
192 // want to make to the init state is having SIMD exceptions masked. The "legacy" area
194 xsave_area* area = reinterpret_cast<xsave_area*>(extended_register_init_state); local
195 set_x87_initial_state(&area->legacy);
196 set_sse_initial_state(&area
577 xsave_area* area = reinterpret_cast<xsave_area*>(register_state); local
[all...]

Completed in 24 milliseconds