Searched refs:enable_fpu (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/powerpc/include/
H A Dfpu.h75 void enable_fpu(struct thread *);
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dswtch32.S167 mr %r3,%r2 /* Pass curthread to enable_fpu */
168 bl enable_fpu
H A Dfpu.c103 enable_fpu(struct thread *td) function
H A Dtrap.c298 enable_fpu(td);
315 enable_fpu(td);
926 enable_fpu(td);
934 enable_fpu(td);
H A Dswtch64.S222 mr %r3,%r13 /* Pass curthread to enable_fpu */
223 bl enable_fpu
H A Dexec_machdep.c504 * the enable_fpu() setup code accidentally.
517 /* enable_fpu() will happen lazily on a fault */
1201 enable_fpu(td);
/freebsd-13-stable/sys/powerpc/aim/
H A Daim_machdep.c785 enable_fpu(curthread);

Completed in 90 milliseconds