Searched refs:xstate_offsets (Results 1 – 1 of 1) sorted by relevance
80 static unsigned int xstate_offsets[XFEATURE_MAX] __ro_after_init = variable147 return xstate_offsets[xfeature]; in xfeature_get_offset()221 xstate_offsets[XFEATURE_FP] = 0; in setup_xstate_cache()225 xstate_offsets[XFEATURE_SSE] = xstate_sizes[XFEATURE_FP]; in setup_xstate_cache()242 xstate_offsets[i] = ebx; in setup_xstate_cache()249 WARN_ONCE(last_good_offset > xstate_offsets[i], in setup_xstate_cache()252 last_good_offset = xstate_offsets[i]; in setup_xstate_cache()566 unsigned int offset = xstate_offsets[topmost]; in xstate_calculate_size()1142 if (zerofrom < xstate_offsets[i]) in __copy_xstate_to_uabi_buf()1143 membuf_zero(&to, xstate_offsets[i] - zerofrom); in __copy_xstate_to_uabi_buf()[all …]