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

/netbsd-current/sys/arch/i386/include/
H A Dproc.h46 #define MDL_FPU_IN_CPU 0x0020 /* the FPU state is in the CPU */ macro
H A Dframeasm.h119 testl $MDL_FPU_IN_CPU,L_MD_FLAGS(%eax) ; \
124 orl $MDL_FPU_IN_CPU,L_MD_FLAGS(%eax) ; \
/netbsd-current/sys/arch/amd64/include/
H A Dproc.h57 #define MDL_FPU_IN_CPU 0x0020 /* the FPU state is in the CPU */ macro
H A Dframeasm.h344 testl $MDL_FPU_IN_CPU,L_MD_FLAGS(%r14) ; \
347 orl $MDL_FPU_IN_CPU,L_MD_FLAGS(%r14) ; \
/netbsd-current/sys/arch/x86/x86/
H A Dfpu.c149 KASSERT(!(l->l_md.md_flags & MDL_FPU_IN_CPU));
162 if (l->l_md.md_flags & MDL_FPU_IN_CPU) {
165 l->l_md.md_flags &= ~MDL_FPU_IN_CPU;
321 if (oldlwp->l_md.md_flags & MDL_FPU_IN_CPU) {
326 oldlwp->l_md.md_flags &= ~MDL_FPU_IN_CPU;
328 KASSERT(!(newlwp->l_md.md_flags & MDL_FPU_IN_CPU));
349 l2->l_md.md_flags &= ~MDL_FPU_IN_CPU;
359 l->l_md.md_flags &= ~MDL_FPU_IN_CPU;
580 KASSERT(curlwp->l_md.md_flags & MDL_FPU_IN_CPU);

Completed in 200 milliseconds