Home
last modified time | relevance | path

Searched refs:user_fp (Results 1 – 25 of 60) sorted by relevance

123

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/csky/abiv2/
H A Dfpu.c149 void save_to_user_fp(struct user_fp *user_fp) in save_to_user_fp() argument
160 user_fp->fcr = tmp1; in save_to_user_fp()
161 user_fp->fesr = tmp2; in save_to_user_fp()
163 fpregs = &user_fp->vr[0]; in save_to_user_fp()
211 void restore_from_user_fp(struct user_fp *user_fp) in restore_from_user_fp() argument
219 tmp1 = user_fp->fcr; in restore_from_user_fp()
220 tmp2 = user_fp->fesr; in restore_from_user_fp()
225 fpregs = &user_fp->vr[0]; in restore_from_user_fp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/csky/abiv2/
H A Dfpu.c149 void save_to_user_fp(struct user_fp *user_fp) in save_to_user_fp() argument
160 user_fp->fcr = tmp1; in save_to_user_fp()
161 user_fp->fesr = tmp2; in save_to_user_fp()
163 fpregs = &user_fp->vr[0]; in save_to_user_fp()
211 void restore_from_user_fp(struct user_fp *user_fp) in restore_from_user_fp() argument
219 tmp1 = user_fp->fcr; in restore_from_user_fp()
220 tmp2 = user_fp->fesr; in restore_from_user_fp()
225 fpregs = &user_fp->vr[0]; in restore_from_user_fp()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/csky/abiv2/
H A Dfpu.c149 void save_to_user_fp(struct user_fp *user_fp) in save_to_user_fp() argument
160 user_fp->fcr = tmp1; in save_to_user_fp()
161 user_fp->fesr = tmp2; in save_to_user_fp()
163 fpregs = &user_fp->vr[0]; in save_to_user_fp()
211 void restore_from_user_fp(struct user_fp *user_fp) in restore_from_user_fp() argument
219 tmp1 = user_fp->fcr; in restore_from_user_fp()
220 tmp2 = user_fp->fesr; in restore_from_user_fp()
225 fpregs = &user_fp->vr[0]; in restore_from_user_fp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/csky/kernel/
H A Dsignal.c19 struct user_fp user_fp; in restore_fpu_state() local
21 err = __copy_from_user(&user_fp, &sc->sc_user_fp, sizeof(user_fp)); in restore_fpu_state()
23 restore_from_user_fp(&user_fp); in restore_fpu_state()
30 struct user_fp user_fp; in save_fpu_state() local
32 save_to_user_fp(&user_fp); in save_fpu_state()
34 return __copy_to_user(&sc->sc_user_fp, &user_fp, sizeof(user_fp)); in save_fpu_state()
H A Dptrace.c117 struct user_fp *regs = (struct user_fp *)&target->thread.user_fp; in fpr_get()
121 struct user_fp tmp = *regs; in fpr_get()
143 struct user_fp *regs = (struct user_fp *)&target->thread.user_fp; in fpr_set()
147 struct user_fp tmp; in fpr_set()
178 .n = sizeof(struct user_fp) / sizeof(u32),
H A Dprocess.c43 save_to_user_fp(&p->thread.user_fp); in copy_thread()
74 int dump_fpu(struct pt_regs *regs, struct user_fp *fpu) in dump_fpu()
76 memcpy(fpu, &current->thread.user_fp, sizeof(*fpu)); in dump_fpu()
H A Dasm-offsets.c22 DEFINE(THREAD_FESR, offsetof(struct thread_struct, user_fp.fesr)); in main()
23 DEFINE(THREAD_FCR, offsetof(struct thread_struct, user_fp.fcr)); in main()
24 DEFINE(THREAD_FPREG, offsetof(struct thread_struct, user_fp.vr)); in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/csky/kernel/
H A Dsignal.c19 struct user_fp user_fp; in restore_fpu_state() local
21 err = __copy_from_user(&user_fp, &sc->sc_user_fp, sizeof(user_fp)); in restore_fpu_state()
23 restore_from_user_fp(&user_fp); in restore_fpu_state()
30 struct user_fp user_fp; in save_fpu_state() local
32 save_to_user_fp(&user_fp); in save_fpu_state()
34 return __copy_to_user(&sc->sc_user_fp, &user_fp, sizeof(user_fp)); in save_fpu_state()
H A Dptrace.c117 struct user_fp *regs = (struct user_fp *)&target->thread.user_fp; in fpr_get()
121 struct user_fp tmp = *regs; in fpr_get()
143 struct user_fp *regs = (struct user_fp *)&target->thread.user_fp; in fpr_set()
147 struct user_fp tmp; in fpr_set()
178 .n = sizeof(struct user_fp) / sizeof(u32),
H A Dprocess.c43 save_to_user_fp(&p->thread.user_fp); in copy_thread()
74 int dump_fpu(struct pt_regs *regs, struct user_fp *fpu) in dump_fpu()
76 memcpy(fpu, &current->thread.user_fp, sizeof(*fpu)); in dump_fpu()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/csky/kernel/
H A Dsignal.c19 struct user_fp user_fp; in restore_fpu_state() local
21 err = __copy_from_user(&user_fp, &sc->sc_user_fp, sizeof(user_fp)); in restore_fpu_state()
23 restore_from_user_fp(&user_fp); in restore_fpu_state()
30 struct user_fp user_fp; in save_fpu_state() local
32 save_to_user_fp(&user_fp); in save_fpu_state()
34 return __copy_to_user(&sc->sc_user_fp, &user_fp, sizeof(user_fp)); in save_fpu_state()
H A Dptrace.c117 struct user_fp *regs = (struct user_fp *)&target->thread.user_fp; in fpr_get()
121 struct user_fp tmp = *regs; in fpr_get()
143 struct user_fp *regs = (struct user_fp *)&target->thread.user_fp; in fpr_set()
147 struct user_fp tmp; in fpr_set()
178 .n = sizeof(struct user_fp) / sizeof(u32),
H A Dprocess.c43 save_to_user_fp(&p->thread.user_fp); in copy_thread()
74 int dump_fpu(struct pt_regs *regs, struct user_fp *fpu) in dump_fpu()
76 memcpy(fpu, &current->thread.user_fp, sizeof(*fpu)); in dump_fpu()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/csky/abiv2/inc/abi/
H A Dfpu.h14 void save_to_user_fp(struct user_fp *user_fp);
15 void restore_from_user_fp(struct user_fp *user_fp);
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/csky/abiv2/inc/abi/
H A Dfpu.h14 void save_to_user_fp(struct user_fp *user_fp);
15 void restore_from_user_fp(struct user_fp *user_fp);
/dports/multimedia/libv4l/linux-5.13-rc2/arch/csky/abiv2/inc/abi/
H A Dfpu.h14 void save_to_user_fp(struct user_fp *user_fp);
15 void restore_from_user_fp(struct user_fp *user_fp);
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/csky/include/asm/
H A Dswitch_to.h12 save_to_user_fp(&prev->thread.user_fp); in __switch_to_fpu()
13 restore_from_user_fp(&next->thread.user_fp); in __switch_to_fpu()
H A Dprocessor.h47 struct user_fp __aligned(16) user_fp;
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/csky/include/asm/
H A Dswitch_to.h12 save_to_user_fp(&prev->thread.user_fp); in __switch_to_fpu()
13 restore_from_user_fp(&next->thread.user_fp); in __switch_to_fpu()
H A Dprocessor.h47 struct user_fp __aligned(16) user_fp;
/dports/multimedia/libv4l/linux-5.13-rc2/arch/csky/include/asm/
H A Dswitch_to.h12 save_to_user_fp(&prev->thread.user_fp); in __switch_to_fpu()
13 restore_from_user_fp(&next->thread.user_fp); in __switch_to_fpu()
H A Dprocessor.h47 struct user_fp __aligned(16) user_fp;
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/include/asm/
H A Duser.h34 struct user_fp { struct
76 struct user_fp u_fp; /* FP state */
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/include/asm/
H A Duser.h34 struct user_fp { struct
76 struct user_fp u_fp; /* FP state */
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/include/asm/
H A Duser.h34 struct user_fp { struct
76 struct user_fp u_fp; /* FP state */

123