Searched refs:fpstate_drop (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/amd64/include/
H A Dmd_var.h57 void fpstate_drop(struct thread *td);
/freebsd-11.0-release/sys/amd64/ia32/
H A Dia32_signal.c132 fpstate_drop(td);
617 fpstate_drop(td);
967 fpstate_drop(td);
/freebsd-11.0-release/sys/amd64/amd64/
H A Dmachdep.c382 fpstate_drop(td);
644 fpstate_drop(td);
2220 fpstate_drop(td);
2233 fpstate_drop(struct thread *td) function
2236 KASSERT(PCB_USER_FPU(td->td_pcb), ("fpstate_drop: kernel-owned fpu"));
/freebsd-11.0-release/sys/i386/i386/
H A Dmachdep.c174 static void fpstate_drop(struct thread *td);
661 fpstate_drop(td);
1199 fpstate_drop(td);
3157 fpstate_drop(td);
3177 fpstate_drop(struct thread *td) function
3180 KASSERT(PCB_USER_FPU(td->td_pcb), ("fpstate_drop: kernel-owned fpu"));
/freebsd-11.0-release/sys/amd64/linux/
H A Dlinux_sysvec.c504 fpstate_drop(td);
/freebsd-11.0-release/sys/amd64/linux32/
H A Dlinux32_sysvec.c832 fpstate_drop(td);

Completed in 261 milliseconds