Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dnpx.h60 void npxsave(union savefpu *addr);
/freebsd/sys/i386/i386/
H A Dvm86bios.S68 movl $npxsave,%eax
H A Dvm_machdep.c150 npxsave(td1->td_pcb->pcb_save); in copy_thread()
H A Dswtch.S148 call npxsave /* do it in a big C function */
H A Dnpx.c890 npxsave(union savefpu *addr) in npxsave() function