Searched refs:npxsave_lwp (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dprocess_machdep.c251 npxsave_lwp(l, true);
354 npxsave_lwp(l, false);
408 npxsave_lwp(l, true);
448 npxsave_lwp(l, false);
H A Dmachdep.c1022 npxsave_lwp(l, false);
1770 npxsave_lwp(l, true);
1869 npxsave_lwp(l, false);
/netbsd-6-1-5-RELEASE/sys/arch/i386/isa/
H A Dnpx.c595 npxsave_lwp(l, true);
700 npxsave_lwp(struct lwp *l, bool save) function
737 panic("npxsave_lwp: did not");
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dvm_machdep.c111 #define fpusave_lwp(x, y) npxsave_lwp(x, y)
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dcpu.h431 void npxsave_lwp(struct lwp *, bool);

Completed in 120 milliseconds