Searched refs:pcb_vfpcpu (Results 1 – 6 of 6) sorted by relevance
259 if (curpcb->pcb_vfpcpu != cpu || curthread != PCPU_GET(fpcurthread)) { in vfp_bounce()261 curpcb->pcb_vfpcpu = cpu; in vfp_bounce()298 newpcb->pcb_vfpcpu = UINT_MAX; in vfp_new_thread()
387 thread0.td_pcb->pcb_vfpcpu = -1; in init_proc0()
66 u_int pcb_vfpcpu; /* VP/NEON last cpu */ member
72 u_int pcb_vfpcpu; /* Last cpu this thread ran VFP code */ member
642 newpcb->pcb_vfpcpu = UINT_MAX; in vfp_new_thread()669 pcb->pcb_vfpcpu = UINT_MAX; in vfp_reset_state()715 if (PCPU_GET(fpcurthread) != curthread || cpu != curpcb->pcb_vfpcpu) { in vfp_restore_state_common()729 curpcb->pcb_vfpcpu = cpu; in vfp_restore_state_common()
412 thread0.td_pcb->pcb_vfpcpu = UINT_MAX; in init_proc0()