Searched refs:xstate_offsets (Results 1 – 1 of 1) sorted by relevance
65 static unsigned int xstate_offsets[XFEATURE_MAX] __ro_after_init = variable179 xstate_offsets[XFEATURE_FP] = 0; in setup_xstate_features()183 xstate_offsets[XFEATURE_SSE] = xstate_sizes[XFEATURE_FP]; in setup_xstate_features()202 xstate_offsets[i] = ebx; in setup_xstate_features()209 WARN_ONCE(last_good_offset > xstate_offsets[i], in setup_xstate_features()212 last_good_offset = xstate_offsets[i]; in setup_xstate_features()297 xstate_comp_offsets[i] = xstate_offsets[i]; in setup_xstate_comp_offsets()1058 if (zerofrom < xstate_offsets[i]) in copy_xstate_to_uabi_buf()1059 membuf_zero(&to, xstate_offsets[i] - zerofrom); in copy_xstate_to_uabi_buf()1080 zerofrom = xstate_offsets[i] + xstate_sizes[i]; in copy_xstate_to_uabi_buf()[all …]