Searched refs:vfp (Results 1 – 9 of 9) sorted by relevance
92 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_flush() local104 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_flush()109 memset(vfp, 0, sizeof(union vfp_state)); in vfp_thread_flush()111 vfp->hard.fpexc = FPEXC_EN; in vfp_thread_flush()112 vfp->hard.fpscr = FPSCR_ROUND_NEAREST; in vfp_thread_flush()114 vfp->hard.cpu = NR_CPUS; in vfp_thread_flush()121 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_exit() local124 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_exit()
5 obj-$(CONFIG_VFP) += vfp/
103 CFLAGS_ABI :=-mabi=aapcs-linux -mfpu=vfp
1952 Please see <file:Documentation/arm/vfp/release-notes.rst> for
88 struct vfp_sigframe vfp; member
619 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; in vfp_get() local624 membuf_write(&to, vfp->fpregs, sizeof(vfp->fpregs)); in vfp_get()625 membuf_zero(&to, user_fpscr_offset - sizeof(vfp->fpregs)); in vfp_get()626 return membuf_store(&to, vfp->fpscr); in vfp_get()
292 err |= preserve_vfp_context(&aux->vfp); in setup_sigframe()
43 struct compat_vfp_sigframe vfp; member223 err |= compat_restore_vfp_context(&aux->vfp); in compat_restore_sigframe()394 err |= compat_preserve_vfp_context(&aux->vfp); in compat_setup_sigframe()
824 const u8 vfp = bpf2sparc[BPF_REG_FP]; in build_prologue() local826 emit(ADD | IMMED | RS1(FP) | S13(STACK_BIAS) | RD(vfp), ctx); in build_prologue()