Searched refs:XFEATURE_MASK_FP (Results 1 – 5 of 5) sorted by relevance
229 print_xstate_feature(XFEATURE_MASK_FP); in print_xstate_features()366 (XFEATURE_MASK_FP | \991 header.xfeatures &= XFEATURE_MASK_FP; in copy_xstate_to_uabi_buf()995 header.xfeatures &= XFEATURE_MASK_FP | XFEATURE_MASK_SSE; in copy_xstate_to_uabi_buf()1004 copy_feature(header.xfeatures & XFEATURE_MASK_FP, &to, &xsave->i387, in copy_xstate_to_uabi_buf()1013 copy_feature(header.xfeatures & XFEATURE_MASK_FP, in copy_xstate_to_uabi_buf()1110 mask = XFEATURE_MASK_FP | XFEATURE_MASK_SSE | XFEATURE_MASK_YMM; in copy_uabi_to_xstate()1123 if (!(hdr.xfeatures & XFEATURE_MASK_FP)) { in copy_uabi_to_xstate()
378 fpu->state.xsave.header.xfeatures |= XFEATURE_MASK_FP; in fpregs_set()
127 #define XFEATURE_MASK_FP (1 << XFEATURE_FP) macro140 #define XFEATURE_MASK_FPSSE (XFEATURE_MASK_FP | XFEATURE_MASK_SSE)
28 #define XFEATURE_MASK_USER_SUPPORTED (XFEATURE_MASK_FP | \
208 #define KVM_SUPPORTED_XCR0 (XFEATURE_MASK_FP | XFEATURE_MASK_SSE \988 if (!(xcr0 & XFEATURE_MASK_FP)) in __kvm_set_xcr()998 valid_bits = vcpu->arch.guest_supported_xcr0 | XFEATURE_MASK_FP; in __kvm_set_xcr()10665 vcpu->arch.xcr0 = XFEATURE_MASK_FP; in fx_init()10911 vcpu->arch.xcr0 = XFEATURE_MASK_FP; in kvm_vcpu_reset()