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

/fuchsia/zircon/kernel/arch/x86/
H A Dregisters.cpp115 uint64_t xstate_bv; member in struct:xsave_area
200 area->xstate_bv |= X86_XSAVE_STATE_BIT_SSE;
206 area->xcomp_bv |= area->xstate_bv;
584 if (!(area->xstate_bv & state_component_bit)) {
593 area->xstate_bv |= state_component_bit;
610 if (!(area->xstate_bv & state_component_bit)) {
616 area->xstate_bv |= state_component_bit;
650 if (!(area->xstate_bv & state_component_bit)) {
656 area->xstate_bv |= state_component_bit;

Completed in 26 milliseconds