Searched refs:xstate_size (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dprocess.c7 unsigned int xstate_size; variable
18 memcpy(dst->thread.xstate, src->thread.xstate, xstate_size);
79 if (!xstate_size)
82 task_xstate_cachep = kmem_cache_create("task_xstate", xstate_size,
96 xstate_size = sizeof(struct sh_fpu_hard_struct);
98 xstate_size = sizeof(struct sh_fpu_soft_struct);
100 xstate_size = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dxsave.c128 if (fx_sw_user->xstate_size < min_xstate_size ||
129 fx_sw_user->xstate_size > xstate_size ||
130 fx_sw_user->xstate_size > fx_sw_user->extended_size)
163 BUG_ON(sig_xstate_size < xstate_size);
184 xstate_size))
326 int size_extended = (xstate_size - sizeof(struct i387_fxsave_struct)) +
340 fx_sw_reserved.xstate_size = xstate_size;
397 init_xstate_buf = alloc_bootmem_align(xstate_size,
[all...]
H A Di387.c42 unsigned int xstate_size; variable
43 EXPORT_SYMBOL_GPL(xstate_size); variable
66 * Note that xstate_size might be overwriten later during
71 xstate_size = sizeof(struct i387_soft_struct);
76 xstate_size = sizeof(struct i387_fxsave_struct);
79 xstate_size = sizeof(struct i387_fsave_struct);
129 memset(fx, 0, xstate_size);
135 memset(fp, 0, xstate_size);
541 if (__copy_to_user(&buf->_fxsr_env[0], fx, xstate_size))
657 err = restore_i387_fxsave(buf, fx_sw_user.xstate_size);
[all...]
H A Dprocess.c62 kmem_cache_create("task_xstate", xstate_size,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/
H A Dfpu.c26 memset(fp, 0, xstate_size);
30 memset(fp, 0, xstate_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dxsave.h34 extern unsigned int xstate_size;
90 if (unlikely(err) && __clear_user(buf, xstate_size))
H A Dsigcontext.h33 __u32 xstate_size; /* actual xsave state size, based on the member in struct:_fpx_sw_bytes
36 * 'xstate_size'.
H A Di387.h480 memcpy(dst->state, src->state, xstate_size);
H A Dprocessor.h422 extern unsigned int xstate_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dprocessor.h113 extern unsigned int xstate_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dx86.c2384 xstate_size);
2402 guest_xsave->region, xstate_size);

Completed in 132 milliseconds