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

/fuchsia/zircon/kernel/arch/x86/
H A Dregisters.cpp79 static uint64_t xss_component_bitmap = 0; variable
320 !(xss_component_bitmap & X86_XSAVE_STATE_BIT_PT)) {
417 xss_component_bitmap = ((uint64_t)leaf.d << 32) | leaf.c;
420 LTRACEF("xss bitmap: %016" PRIx64 "\n", xss_component_bitmap);
436 !(xss_component_bitmap & (1ULL << i))) {
668 if (!xsaves_supported || !(xss_component_bitmap & X86_XSAVE_STATE_BIT_PT))

Completed in 22 milliseconds