Home
last modified time | relevance | path

Searched refs:xstate_offsets (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/x86/kernel/fpu/
H A Dxstate.c152 return xstate_offsets[xfeature]; in xfeature_get_offset()
227 xstate_offsets[XFEATURE_FP] = 0; in setup_xstate_cache()
248 xstate_offsets[i] = ebx; in setup_xstate_cache()
255 WARN_ONCE(last_good_offset > xstate_offsets[i], in setup_xstate_cache()
258 last_good_offset = xstate_offsets[i]; in setup_xstate_cache()
555 unsigned int offset = xstate_offsets[topmost]; in xstate_calculate_size()
1151 if (zerofrom < xstate_offsets[i]) in __copy_xstate_to_uabi_buf()
1152 membuf_zero(&to, xstate_offsets[i] - zerofrom); in __copy_xstate_to_uabi_buf()
1171 zerofrom = xstate_offsets[i] + xstate_sizes[i]; in __copy_xstate_to_uabi_buf()
1282 offset = xstate_offsets[i]; in copy_uabi_to_xstate()
[all …]