Home
last modified time | relevance | path

Searched refs:pcb_vfpstate (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/arm/arm/
H A Dmachdep.c368 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()
H A Dvfp.c144 thread0.td_pcb->pcb_vfpstate.fpscr = in vfp_init()
227 vfp_restore(&curpcb->pcb_vfpstate); in vfp_bounce()
H A Dvm_machdep.c112 vfp_store(&td1->td_pcb->pcb_vfpstate, false); in cpu_fork()
142 pcb2->pcb_vfpstate.fpscr = initial_fpscr; in cpu_fork()
H A Dgenassym.c106 ASSYM(PCB_VFPSTATE, offsetof(struct pcb, pcb_vfpstate));
/f-stack/freebsd/arm/include/
H A Dpcb.h67 struct vfp_state pcb_vfpstate; /* VP/NEON state */ member