Lines Matching refs:xstate_size
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()
176 err |= __put_user(FP_XSTATE_MAGIC2, (__u32 *)(buf + xstate_size)); in save_xstate_epilog()
213 if (unlikely(err) && __clear_user(buf, xstate_size)) in save_user_xstate()
264 if (__copy_to_user(buf_fx, xsave, xstate_size)) in save_xstate_sig()
337 int state_size = xstate_size; in __restore_xstate_sig()
371 state_size = fx_sw_user.xstate_size; in __restore_xstate_sig()
439 int size = xstate_size + FP_XSTATE_MAGIC2_SIZE; in prepare_fx_sw_frame()
447 fx_sw_reserved.xstate_size = xstate_size; in prepare_fx_sw_frame()
544 init_xstate_buf = alloc_bootmem_align(xstate_size, in setup_init_fpu_buf()
594 xstate_size = ebx; in init_xstate_size()
598 xstate_size = FXSAVE_SIZE + XSAVE_HDR_SIZE; in init_xstate_size()
602 xstate_size += eax; in init_xstate_size()
640 update_regset_xstate_info(xstate_size, pcntxt_mask); in xstate_enable_boot_cpu()
659 pcntxt_mask, xstate_size, in xstate_enable_boot_cpu()
686 alloc_bootmem_align(xstate_size, __alignof__(struct xsave_struct)); in eager_fpu_init_bp()