Searched refs:pcb_vfpstate (Results 1 – 5 of 5) sorted by relevance
368 vfp_store(&pcb->pcb_vfpstate, false); in get_vfpcontext()372 memcpy(vfp->mcv_reg, pcb->pcb_vfpstate.reg, in get_vfpcontext()374 vfp->mcv_fpscr = pcb->pcb_vfpstate.fpscr; in get_vfpcontext()392 memcpy(pcb->pcb_vfpstate.reg, vfp->mcv_reg, in set_vfpcontext()393 sizeof(pcb->pcb_vfpstate.reg)); in set_vfpcontext()394 pcb->pcb_vfpstate.fpscr = vfp->mcv_fpscr; in set_vfpcontext()706 thread0.td_pcb->pcb_vfpstate.fpscr = VFPSCR_DN; in init_proc0()
144 thread0.td_pcb->pcb_vfpstate.fpscr = in vfp_init()227 vfp_restore(&curpcb->pcb_vfpstate); in vfp_bounce()
112 vfp_store(&td1->td_pcb->pcb_vfpstate, false); in cpu_fork()142 pcb2->pcb_vfpstate.fpscr = initial_fpscr; in cpu_fork()
106 ASSYM(PCB_VFPSTATE, offsetof(struct pcb, pcb_vfpstate));
67 struct vfp_state pcb_vfpstate; /* VP/NEON state */ member