Home
last modified time | relevance | path

Searched refs:XSTATE_EXTEND_MASK (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/
Dxsave.h20 #define XSTATE_EXTEND_MASK (~(XSTATE_FPSSE | (1ULL << 63))) macro
/arch/x86/kvm/
Dcpuid.c33 xstate_bv &= XSTATE_EXTEND_MASK; in xstate_required_size()
Dx86.c661 if ((xcr0 ^ old_xcr0) & XSTATE_EXTEND_MASK) in __kvm_set_xcr()