Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/uapi/asm/
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 */
/linux-6.6.21/arch/x86/um/
Duser-offsets.c44 DEFINE(HOST_FP_SIZE, sizeof(struct _fpstate) / sizeof(unsigned long)); in foo()
Dsignal.c83 static int convert_fxsr_to_user(struct _fpstate __user *buf, in convert_fxsr_to_user()
117 struct _fpstate __user *buf) in convert_fxsr_from_user()
210 &((struct _fpstate __user *)sc.fpstate)->_fxsr_env[0], in copy_sc_from_user()