Lines Matching refs:xstate_offsets
84 static unsigned int xstate_offsets[XFEATURE_MAX] __ro_after_init = variable
151 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()
1168 membuf_zero(&to, xstate_offsets[i] - zerofrom); in __copy_xstate_to_uabi_buf()
1187 zerofrom = xstate_offsets[i] + xstate_sizes[i]; in __copy_xstate_to_uabi_buf()
1298 offset = xstate_offsets[i]; in copy_uabi_to_xstate()
1876 .offset = xstate_offsets[i], in dump_xsave_layout_desc()