Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/fpu/
H A Dxstate.c1087 static void copy_feature(bool from_xstate, struct membuf *to, void *xstate, in copy_feature() function
1116 copy_feature(header.xfeatures & XFEATURE_MASK_FP, &to, &xsave->i387, in copy_xstate_to_kernel()
1120 copy_feature(header.xfeatures & (XFEATURE_MASK_SSE | XFEATURE_MASK_YMM), in copy_xstate_to_kernel()
1125 copy_feature(header.xfeatures & XFEATURE_MASK_FP, in copy_xstate_to_kernel()
1130 copy_feature(header.xfeatures & XFEATURE_MASK_SSE, in copy_xstate_to_kernel()
1163 copy_feature(header.xfeatures & BIT_ULL(i), &to, in copy_xstate_to_kernel()