Home
last modified time | relevance | path

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

/sys/amd64/
Dthread.c22 thr->arch.useFP = true; in Thread_InitArch()
90 if (oldthr->arch.useFP) in Thread_SwitchArch()
95 if (newthr->arch.useFP) in Thread_SwitchArch()
/sys/amd64/include/
Dthread.h21 bool useFP; member