Searched refs:XSTATE_EXTEND_MASK (Results 1 – 3 of 3) sorted by relevance
20 #define XSTATE_EXTEND_MASK (~(XSTATE_FPSSE | (1ULL << 63))) macro
33 xstate_bv &= XSTATE_EXTEND_MASK; in xstate_required_size()
661 if ((xcr0 ^ old_xcr0) & XSTATE_EXTEND_MASK) in __kvm_set_xcr()