Searched refs:pcb_vfpcpu (Results 1 – 8 of 8) sorted by relevance
68 u_int pcb_vfpcpu; /* VP/NEON last cpu */ member
62 u_int pcb_vfpcpu; /* Last cpu this thread ran VFP code */ member
226 if (curpcb->pcb_vfpcpu != cpu || curthread != PCPU_GET(fpcurthread)) { in vfp_bounce()228 curpcb->pcb_vfpcpu = cpu; in vfp_bounce()
141 pcb2->pcb_vfpcpu = -1; in cpu_fork()
705 thread0.td_pcb->pcb_vfpcpu = -1; in init_proc0()
110 td2->td_pcb->pcb_vfpcpu = UINT_MAX; in cpu_fork()183 td->td_pcb->pcb_vfpcpu = UINT_MAX; in cpu_copy_thread()
221 if (PCPU_GET(fpcurthread) != curthread || cpu != curpcb->pcb_vfpcpu) { in vfp_restore_state()224 curpcb->pcb_vfpcpu = cpu; in vfp_restore_state()
910 thread0.td_pcb->pcb_vfpcpu = UINT_MAX; in init_proc0()