Home
last modified time | relevance | path

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

/trueos/sys/amd64/include/
HDmd_var.h115 void fpstate_drop(struct thread *td);
/trueos/sys/amd64/ia32/
HDia32_signal.c132 fpstate_drop(td); in ia32_set_fpcontext()
625 fpstate_drop(td); in ia32_sendsig()
979 fpstate_drop(td); in ia32_setregs()
/trueos/sys/amd64/amd64/
HDmachdep.c362 fpstate_drop(td); in sendsig()
998 fpstate_drop(td); in exec_setregs()
2523 fpstate_drop(td); in set_fpcontext()
2536 fpstate_drop(struct thread *td) in fpstate_drop() function
/trueos/sys/i386/i386/
HDmachdep.c197 static void fpstate_drop(struct thread *td);
693 fpstate_drop(td);
1657 fpstate_drop(td);
3924 fpstate_drop(td);
3944 fpstate_drop(struct thread *td) function
/trueos/sys/amd64/linux32/
HDlinux32_sysvec.c847 fpstate_drop(td); in exec_linux_setregs()