Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
H A Dxstate.c91 static unsigned int xstate_offsets[XFEATURE_MAX] __ro_after_init = variable
183 return xstate_offsets[xfeature]; in xfeature_get_offset()
245 return xstate_offsets[*(unsigned int *)xfeature1] - in compare_xstate_offsets()
246 xstate_offsets[*(unsigned int *)xfeature2]; in compare_xstate_offsets()
262 xstate_offsets[XFEATURE_FP] = 0; in setup_xstate_cache()
266 xstate_offsets[XFEATURE_SSE] = xstate_sizes[XFEATURE_FP]; in setup_xstate_cache()
283 xstate_offsets[xfeature] = ebx; in setup_xstate_cache()
604 offset = xstate_offsets[topmost]; in xstate_calculate_size()
1074 return (void __user *)xsave + xstate_offsets[xfeature_nr]; in get_xsave_addr_user()
1229 if (zerofrom < xstate_offsets[xfeature]) in __copy_xstate_to_uabi_buf()
[all …]