Home
last modified time | relevance | path

Searched refs:vfp (Results 1 – 9 of 9) sorted by relevance

/arch/arm/vfp/
Dvfpmodule.c92 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_flush() local
104 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() local
124 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_exit()
/arch/arm/
DKbuild5 obj-$(CONFIG_VFP) += vfp/
DMakefile103 CFLAGS_ABI :=-mabi=aapcs-linux -mfpu=vfp
DKconfig1952 Please see <file:Documentation/arm/vfp/release-notes.rst> for
/arch/arm/include/asm/
Ducontext.h88 struct vfp_sigframe vfp; member
/arch/arm/kernel/
Dptrace.c619 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; in vfp_get() local
624 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()
Dsignal.c292 err |= preserve_vfp_context(&aux->vfp); in setup_sigframe()
/arch/arm64/kernel/
Dsignal32.c43 struct compat_vfp_sigframe vfp; member
223 err |= compat_restore_vfp_context(&aux->vfp); in compat_restore_sigframe()
394 err |= compat_preserve_vfp_context(&aux->vfp); in compat_setup_sigframe()
/arch/sparc/net/
Dbpf_jit_comp_64.c824 const u8 vfp = bpf2sparc[BPF_REG_FP]; in build_prologue() local
826 emit(ADD | IMMED | RS1(FP) | S13(STACK_BIAS) | RD(vfp), ctx); in build_prologue()