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

/fuchsia/zircon/kernel/arch/x86/
H A Dregisters.cpp116 uint64_t xcomp_bv; member in struct:xsave_area
205 area->xcomp_bv |= XSAVE_XCOMP_BV_COMPACT;
206 area->xcomp_bv |= area->xstate_bv;
600 if (!(area->xcomp_bv & XSAVE_XCOMP_BV_COMPACT)) {
622 // Compacted format used. The corresponding bit in xcomp_bv indicates whether the component is
624 if (!(area->xcomp_bv & state_component_bit)) {
635 if (!(area->xcomp_bv & (1ul << i))) {

Completed in 20 milliseconds