Searched refs:newpcb (Results 1 – 2 of 2) sorted by relevance
282 struct pcb *newpcb; in vfp_new_thread() local284 newpcb = newtd->td_pcb; in vfp_new_thread()288 newpcb->pcb_fpflags &= in vfp_new_thread()291 MPASS((newpcb->pcb_fpflags & (PCB_FP_KERN|PCB_FP_NOSAVE)) == 0); in vfp_new_thread()293 newpcb->pcb_fpflags &= ~PCB_FP_STARTED; in vfp_new_thread()297 newpcb->pcb_vfpsaved = &newpcb->pcb_vfpstate; in vfp_new_thread()298 newpcb->pcb_vfpcpu = UINT_MAX; in vfp_new_thread()
607 struct pcb *newpcb, *oldpcb; in vfp_new_thread() local609 newpcb = newtd->td_pcb; in vfp_new_thread()614 newpcb->pcb_fpflags &= in vfp_new_thread()618 MPASS((newpcb->pcb_fpflags & (PCB_FP_KERN|PCB_FP_NOSAVE)) == 0); in vfp_new_thread()627 newpcb->pcb_fpflags &= ~PCB_FP_SVEVALID; in vfp_new_thread()629 newpcb->pcb_fpflags &= ~PCB_FP_STARTED; in vfp_new_thread()633 newpcb->pcb_svesaved = NULL; in vfp_new_thread()635 newpcb->pcb_sve_len = sve_max_vector_len; in vfp_new_thread()637 KASSERT(newpcb->pcb_sve_len == oldpcb->pcb_sve_len, in vfp_new_thread()639 newpcb->pcb_sve_len, oldpcb->pcb_sve_len)); in vfp_new_thread()[all …]