xstate_comp_offsets 63 arch/x86/kernel/fpu/xstate.c static unsigned int xstate_comp_offsets[sizeof(xfeatures_mask)*8]; xstate_comp_offsets 197 arch/x86/kernel/fpu/xstate.c int offset = xstate_comp_offsets[feature_bit]; xstate_comp_offsets 353 arch/x86/kernel/fpu/xstate.c xstate_comp_offsets[0] = 0; xstate_comp_offsets 354 arch/x86/kernel/fpu/xstate.c xstate_comp_offsets[1] = offsetof(struct fxregs_state, xmm_space); xstate_comp_offsets 359 arch/x86/kernel/fpu/xstate.c xstate_comp_offsets[i] = xstate_offsets[i]; xstate_comp_offsets 366 arch/x86/kernel/fpu/xstate.c xstate_comp_offsets[FIRST_EXTENDED_XFEATURE] = xstate_comp_offsets 376 arch/x86/kernel/fpu/xstate.c xstate_comp_offsets[i] = xstate_comp_offsets[i-1] xstate_comp_offsets 380 arch/x86/kernel/fpu/xstate.c xstate_comp_offsets[i] = xstate_comp_offsets 381 arch/x86/kernel/fpu/xstate.c ALIGN(xstate_comp_offsets[i], 64); xstate_comp_offsets 397 arch/x86/kernel/fpu/xstate.c i, xstate_comp_offsets[i], i, xstate_sizes[i]); xstate_comp_offsets 813 arch/x86/kernel/fpu/xstate.c return (void *)xsave + xstate_comp_offsets[xfeature_nr];