Searched refs:xstate_offsets (Results 1 – 1 of 1) sorted by relevance
81 static unsigned int xstate_offsets[XFEATURE_MAX] __ro_after_init = variable148 return xstate_offsets[xfeature]; in xfeature_get_offset()222 xstate_offsets[XFEATURE_FP] = 0; in setup_xstate_cache()226 xstate_offsets[XFEATURE_SSE] = xstate_sizes[XFEATURE_FP]; in setup_xstate_cache()243 xstate_offsets[i] = ebx; in setup_xstate_cache()250 WARN_ONCE(last_good_offset > xstate_offsets[i], in setup_xstate_cache()253 last_good_offset = xstate_offsets[i]; in setup_xstate_cache()562 unsigned int offset = xstate_offsets[topmost]; in xstate_calculate_size()1146 if (zerofrom < xstate_offsets[i]) in __copy_xstate_to_uabi_buf()1147 membuf_zero(&to, xstate_offsets[i] - zerofrom); in __copy_xstate_to_uabi_buf()[all …]