Searched refs:xstate_comp_offsets (Results 1 – 1 of 1) sorted by relevance
69 static unsigned int xstate_comp_offsets[XFEATURE_MAX] __ro_after_init = variable290 xstate_comp_offsets[XFEATURE_FP] = 0; in setup_xstate_comp_offsets()291 xstate_comp_offsets[XFEATURE_SSE] = offsetof(struct fxregs_state, in setup_xstate_comp_offsets()297 xstate_comp_offsets[i] = xstate_offsets[i]; in setup_xstate_comp_offsets()311 xstate_comp_offsets[i] = next_offset; in setup_xstate_comp_offsets()354 i, xstate_comp_offsets[i], i, xstate_sizes[i]); in print_xstate_offset_size()857 return (void *)xsave + xstate_comp_offsets[xfeature_nr]; in __raw_xsave_addr()