Home
last modified time | relevance | path

Searched refs:fputhread (Results 1 – 3 of 3) sorted by relevance

/src/sys/powerpc/powerpc/
H A Dtrap.c857 struct thread *fputhread; in fix_unaligned() local
881 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()
H A Dfpu.c126 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()
/src/sys/powerpc/aim/
H A Daim_machdep.c767 fputd = PCPU_GET(fputhread); in mpc745x_sleep()