Searched refs:xstate_offsets (Results 1 – 1 of 1) sorted by relevance
84 static unsigned int xstate_offsets[XFEATURE_MAX] __ro_after_init = variable151 return xstate_offsets[xfeature]; in xfeature_get_offset()226 xstate_offsets[XFEATURE_FP] = 0; in setup_xstate_cache()230 xstate_offsets[XFEATURE_SSE] = xstate_sizes[XFEATURE_FP]; in setup_xstate_cache()247 xstate_offsets[i] = ebx; in setup_xstate_cache()254 WARN_ONCE(last_good_offset > xstate_offsets[i], in setup_xstate_cache()257 last_good_offset = xstate_offsets[i]; in setup_xstate_cache()566 unsigned int offset = xstate_offsets[topmost]; in xstate_calculate_size()1012 return (void __user *)xsave + xstate_offsets[xfeature_nr]; in get_xsave_addr_user()1167 if (zerofrom < xstate_offsets[i]) in __copy_xstate_to_uabi_buf()[all …]