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

/fuchsia/zircon/kernel/arch/x86/
H A Dregisters.cpp77 static uint64_t xcr0_component_bitmap = 0; variable
289 !(xcr0_component_bitmap & X86_XSAVE_STATE_BIT_AVX)) {
312 (xcr0_component_bitmap & xsave_avx512) != xsave_avx512) {
410 xcr0_component_bitmap = ((uint64_t)leaf.d << 32) | leaf.a;
419 LTRACEF("xcr0 bitmap: %016" PRIx64 "\n", xcr0_component_bitmap);
423 DEBUG_ASSERT((xcr0_component_bitmap & 0x3) == 0x3);
424 if ((xcr0_component_bitmap & 0x3) != 0x3) {
426 xcr0_component_bitmap);
435 if (!(xcr0_component_bitmap & (1ULL << i)) &&
447 !!(xcr0_component_bitmap
[all...]

Completed in 77 milliseconds