Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/arm/vfp/
Dvfpmodule.c95 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_flush() local
107 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_flush()
112 memset(vfp, 0, sizeof(union vfp_state)); in vfp_thread_flush()
114 vfp->hard.fpexc = FPEXC_EN; in vfp_thread_flush()
115 vfp->hard.fpscr = FPSCR_ROUND_NEAREST; in vfp_thread_flush()
117 vfp->hard.cpu = NR_CPUS; in vfp_thread_flush()
124 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_exit() local
127 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_exit()
DMakefile10 KBUILD_AFLAGS :=$(KBUILD_AFLAGS:-msoft-float=-Wa,-mfpu=softvfp+vfp -mfloat-abi=soft)
/Linux-v4.19/drivers/gpu/drm/bridge/adv7511/
Dadv7533.c39 unsigned int hsw, hfp, hbp, vsw, vfp, vbp; in adv7511_dsi_config_timing_gen() local
46 vfp = mode->vsync_start - mode->vdisplay; in adv7511_dsi_config_timing_gen()
68 regmap_write(adv->regmap_cec, 0x34, vfp >> 4); in adv7511_dsi_config_timing_gen()
69 regmap_write(adv->regmap_cec, 0x35, (vfp << 4) & 0xff); in adv7511_dsi_config_timing_gen()
/Linux-v4.19/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_crtc.c88 unsigned int hbp, hfp, hsw, vbp, vfp, vsw, index, pol = 0; in fsl_dcu_drm_crtc_mode_set_nofb() local
98 vfp = mode->vsync_start - mode->vdisplay; in fsl_dcu_drm_crtc_mode_set_nofb()
118 DCU_VSYN_PARA_FP(vfp)); in fsl_dcu_drm_crtc_mode_set_nofb()
/Linux-v4.19/arch/arm/kernel/
Dptrace.c668 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; in vfp_get() local
675 &vfp->fpregs, in vfp_get()
677 user_fpregs_offset + sizeof(vfp->fpregs)); in vfp_get()
682 user_fpregs_offset + sizeof(vfp->fpregs), in vfp_get()
688 &vfp->fpscr, in vfp_get()
690 user_fpscr_offset + sizeof(vfp->fpscr)); in vfp_get()
/Linux-v4.19/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c287 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_set_mode() local
327 vfp = mode->vsync_start - mode->vdisplay; in tilcdc_crtc_set_mode()
331 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_set_mode()
361 ((vfp & 0xff) << 16) | in tilcdc_crtc_set_mode()
756 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local
780 vfp = mode->vsync_start - mode->vdisplay; in tilcdc_crtc_mode_valid()
803 if (vfp & ~0xff) { in tilcdc_crtc_mode_valid()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_wp.c179 timing_v |= FLD_VAL(timings->vfp, 19, 8); in hdmi_wp_video_config_timing()
199 timings->vfp = param->timings.vfp; in hdmi_wp_init_vid_fmt_timings()
Ddisplay.c282 ovt->vfp = vm->vfront_porch; in videomode_to_omap_video_timings()
315 vm->vfront_porch = ovt->vfp; in omap_video_timings_to_videomode()
Ddisplay-sysfs.c110 t.y_res, t.vfp, t.vbp, t.vsw); in display_timings_show()
135 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9) in display_timings_store()
/Linux-v4.19/arch/arm/include/asm/
Dkvm_hyp.h118 asmlinkage void __vfp_save_state(struct vfp_hard_struct *vfp);
119 asmlinkage void __vfp_restore_state(struct vfp_hard_struct *vfp);
Ducontext.h102 struct vfp_sigframe vfp; member
/Linux-v4.19/drivers/video/fbdev/omap/
Dlcd_htcherald.c51 .vfp = 2,
Dlcd_palmte.c43 .vfp = 8,
Dlcd_palmtt.c54 .vfp = 8,
Dlcd_palmz71.c48 .vfp = 8,
Dlcd_inn1510.c54 .vfp = 1,
Dlcd_osk.c74 .vfp = 1,
Dlcd_h3.c70 .vfp = 1,
Dlcd_inn1610.c85 .vfp = 1,
Dlcd_ams_delta.c152 .vfp = 0,
/Linux-v4.19/arch/arm/kvm/
Dcoproc.c1097 return reg_to_user(uaddr, &vcpu->arch.ctxt.vfp.fpregs[vfpid], in vfp_get_reg()
1107 return reg_to_user(uaddr, &vcpu->arch.ctxt.vfp.fpexc, id); in vfp_get_reg()
1109 return reg_to_user(uaddr, &vcpu->arch.ctxt.vfp.fpscr, id); in vfp_get_reg()
1111 return reg_to_user(uaddr, &vcpu->arch.ctxt.vfp.fpinst, id); in vfp_get_reg()
1113 return reg_to_user(uaddr, &vcpu->arch.ctxt.vfp.fpinst2, id); in vfp_get_reg()
1141 return reg_from_user(&vcpu->arch.ctxt.vfp.fpregs[vfpid], in vfp_set_reg()
1151 return reg_from_user(&vcpu->arch.ctxt.vfp.fpexc, uaddr, id); in vfp_set_reg()
1153 return reg_from_user(&vcpu->arch.ctxt.vfp.fpscr, uaddr, id); in vfp_set_reg()
1155 return reg_from_user(&vcpu->arch.ctxt.vfp.fpinst, uaddr, id); in vfp_set_reg()
1157 return reg_from_user(&vcpu->arch.ctxt.vfp.fpinst2, uaddr, id); in vfp_set_reg()
/Linux-v4.19/arch/arm/kvm/hyp/
Dswitch.c206 __vfp_save_state(&guest_ctxt->vfp); in __kvm_vcpu_run_nvhe()
207 __vfp_restore_state(&host_ctxt->vfp); in __kvm_vcpu_run_nvhe()
DMakefile17 obj-$(CONFIG_KVM_ARM_HOST) += vfp.o
/Linux-v4.19/drivers/gpu/drm/pl111/
Dpl111_display.c136 u32 lpp, vsw, vfp, vbp; in pl111_display_enable() local
156 vfp = mode->vsync_start - mode->vdisplay; in pl111_display_enable()
168 (vfp << 16) | in pl111_display_enable()
/Linux-v4.19/arch/arm64/kernel/
Dsignal32.c89 struct compat_vfp_sigframe vfp; member
283 err |= compat_restore_vfp_context(&aux->vfp); in compat_restore_sigframe()
455 err |= compat_preserve_vfp_context(&aux->vfp); in compat_setup_sigframe()

123