Searched refs:fputhread (Results 1 – 3 of 3) sorted by relevance
857 struct thread *fputhread; in fix_unaligned() local881 fputhread = PCPU_GET(fputhread); in fix_unaligned()887 if (fputhread != td) { in fix_unaligned()888 if (fputhread) in fix_unaligned()889 save_fpu(fputhread); in fix_unaligned()
126 PCPU_SET(fputhread, td); in enable_fpu()217 PCPU_SET(fputhread, NULL); in save_fpu()228 if (td == PCPU_GET(fputhread)) in save_fpu_nodrop()
767 fputd = PCPU_GET(fputhread); in mpc745x_sleep()