Searched refs:xstate_offsets (Results 1 – 1 of 1) sorted by relevance
64 static unsigned int xstate_offsets[XFEATURE_MAX] = { [ 0 ... XFEATURE_MAX - 1] = -1}; variable264 xstate_offsets[XFEATURE_FP] = 0; in setup_xstate_features()268 xstate_offsets[XFEATURE_SSE] = xstate_sizes[XFEATURE_FP]; in setup_xstate_features()287 xstate_offsets[i] = ebx; in setup_xstate_features()294 WARN_ONCE(last_good_offset > xstate_offsets[i], in setup_xstate_features()297 last_good_offset = xstate_offsets[i]; in setup_xstate_features()382 xstate_comp_offsets[i] = xstate_offsets[i]; in setup_xstate_comp_offsets()1099 copy_part(&to, &last, xstate_offsets[XFEATURE_SSE], in copy_xstate_to_kernel()1119 copy_part(&to, &last, xstate_offsets[i], in copy_xstate_to_kernel()1151 offset = xstate_offsets[i]; in copy_kernel_to_xstate()[all …]