Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
A Dxstate.c1113 static void copy_feature(bool from_xstate, struct membuf *to, void *xstate, in copy_feature() function
1162 copy_feature(header.xfeatures & XFEATURE_MASK_FP, &to, &xsave->i387, in __copy_xstate_to_uabi_buf()
1166 copy_feature(header.xfeatures & (XFEATURE_MASK_SSE | XFEATURE_MASK_YMM), in __copy_xstate_to_uabi_buf()
1171 copy_feature(header.xfeatures & XFEATURE_MASK_FP, in __copy_xstate_to_uabi_buf()
1176 copy_feature(header.xfeatures & XFEATURE_MASK_SSE, in __copy_xstate_to_uabi_buf()
1219 copy_feature(header.xfeatures & BIT_ULL(i), &to, in __copy_xstate_to_uabi_buf()

Completed in 6 milliseconds