Home
last modified time | relevance | path

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

/trueos/sys/powerpc/aim/
HDmachdep.c897 struct thread *fputd; in cpu_sleep() local
908 fputd = PCPU_GET(fputhread); in cpu_sleep()
910 if (fputd != NULL) in cpu_sleep()
911 save_fpu(fputd); in cpu_sleep()
947 if (fputd == curthread) in cpu_sleep()