Searched refs:xstate_comp_offsets (Results 1 – 1 of 1) sorted by relevance
66 static unsigned int xstate_comp_offsets[XFEATURE_MAX] = { [ 0 ... XFEATURE_MAX - 1] = -1}; variable193 int offset = xstate_comp_offsets[feature_bit]; in fpstate_sanitize_xstate()375 xstate_comp_offsets[XFEATURE_FP] = 0; in setup_xstate_comp_offsets()376 xstate_comp_offsets[XFEATURE_SSE] = offsetof(struct fxregs_state, in setup_xstate_comp_offsets()382 xstate_comp_offsets[i] = xstate_offsets[i]; in setup_xstate_comp_offsets()396 xstate_comp_offsets[i] = next_offset; in setup_xstate_comp_offsets()439 i, xstate_comp_offsets[i], i, xstate_sizes[i]); in print_xstate_offset_size()906 return (void *)xsave + xstate_comp_offsets[xfeature_nr]; in __raw_xsave_addr()1283 memmove(xbuf + xstate_comp_offsets[i], in copy_supervisor_to_kernel()