Lines Matching refs:xstate_comp_offsets
60 static unsigned int xstate_comp_offsets[sizeof(xfeatures_mask)*8]; variable
203 int offset = xstate_comp_offsets[feature_bit]; in fpstate_sanitize_xstate()
359 xstate_comp_offsets[0] = 0; in setup_xstate_comp()
360 xstate_comp_offsets[1] = offsetof(struct fxregs_state, xmm_space); in setup_xstate_comp()
365 xstate_comp_offsets[i] = xstate_offsets[i]; in setup_xstate_comp()
372 xstate_comp_offsets[FIRST_EXTENDED_XFEATURE] = in setup_xstate_comp()
382 xstate_comp_offsets[i] = xstate_comp_offsets[i-1] in setup_xstate_comp()
386 xstate_comp_offsets[i] = in setup_xstate_comp()
387 ALIGN(xstate_comp_offsets[i], 64); in setup_xstate_comp()
403 i, xstate_comp_offsets[i], i, xstate_sizes[i]); in print_xstate_offset_size()
823 return (void *)xsave + xstate_comp_offsets[feature_nr]; in __raw_xsave_addr()