Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
A Dsigcontext.h169 # define _fpstate _fpstate_32 macro
171 # define _fpstate _fpstate_64 macro
193 struct _fpstate fpstate;
320 struct _fpstate __user *fpstate;
380 struct _fpstate __user *fpstate; /* Zero when no FPU context */
/arch/x86/um/os-Linux/
A Dmcontext.c104 static struct _fpstate *get_fpstate(struct stub_data *data, in get_fpstate()
108 struct _fpstate *res; in get_fpstate()
115 if ((void *)res + sizeof(struct _fpstate) > in get_fpstate()
120 *fp_size = sizeof(struct _fpstate); in get_fpstate()
149 struct _fpstate *fpstate_stub; in get_stub_state()
207 struct _fpstate *fpstate_stub; in set_stub_state()

Completed in 13 milliseconds