Home
last modified time | relevance | path

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

/arch/x86/um/os-Linux/
A Dmcontext.c106 int *fp_size) in get_fpstate() argument
120 *fp_size = sizeof(struct _fpstate); in get_fpstate()
138 *fp_size = res->sw_reserved.extended_size - in get_fpstate()
151 int fp_size, xstate_size; in get_stub_state() local
158 fpstate_stub = get_fpstate(data, mcontext, &fp_size); in get_stub_state()
164 xstate_size = fp_size - offsetof(struct _fpstate_32, _fxsr_env); in get_stub_state()
167 xstate_size = fp_size; in get_stub_state()
209 int fp_size, xstate_size; in set_stub_state() local
222 fpstate_stub = get_fpstate(data, mcontext, &fp_size); in set_stub_state()
228 xstate_size = fp_size - offsetof(struct _fpstate_32, _fxsr_env); in set_stub_state()
[all …]
/arch/um/os-Linux/
A Dstart_up.c328 unsigned long fp_size; in init_seccomp() local
333 get_stub_state(regs, seccomp_test_stub_data, &fp_size); in init_seccomp()
334 host_fp_size = fp_size; in init_seccomp()

Completed in 7 milliseconds