Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dxsave.c107 struct _fpx_sw_bytes *fx_sw) in check_for_xstate() argument
113 if (__copy_from_user(fx_sw, &buf->sw_reserved[0], sizeof(*fx_sw))) in check_for_xstate()
117 if (fx_sw->magic1 != FP_XSTATE_MAGIC1 || in check_for_xstate()
118 fx_sw->xstate_size < min_xstate_size || in check_for_xstate()
119 fx_sw->xstate_size > xstate_size || in check_for_xstate()
120 fx_sw->xstate_size > fx_sw->extended_size) in check_for_xstate()
129 if (__get_user(magic2, (__u32 __user *)(fpstate + fx_sw->xstate_size)) in check_for_xstate()