HomeSort by: relevance | last modified time | path
    Searched refs:MDL_FPU_IN_CPU (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/i386/include/
proc.h 46 #define MDL_FPU_IN_CPU 0x0020 /* the FPU state is in the CPU */
frameasm.h 119 testl $MDL_FPU_IN_CPU,L_MD_FLAGS(%eax) ; \
124 orl $MDL_FPU_IN_CPU,L_MD_FLAGS(%eax) ; \
  /src/sys/arch/amd64/include/
proc.h 57 #define MDL_FPU_IN_CPU 0x0020 /* the FPU state is in the CPU */
frameasm.h 344 testl $MDL_FPU_IN_CPU,L_MD_FLAGS(%r14) ; \
347 orl $MDL_FPU_IN_CPU,L_MD_FLAGS(%r14) ; \
  /src/sys/arch/x86/x86/
fpu.c 173 KASSERT(!(l->l_md.md_flags & MDL_FPU_IN_CPU));
186 if (l->l_md.md_flags & MDL_FPU_IN_CPU) {
189 l->l_md.md_flags &= ~MDL_FPU_IN_CPU;
437 if (oldlwp->l_md.md_flags & MDL_FPU_IN_CPU) {
442 oldlwp->l_md.md_flags &= ~MDL_FPU_IN_CPU;
444 KASSERT(!(newlwp->l_md.md_flags & MDL_FPU_IN_CPU));
466 l2->l_md.md_flags &= ~MDL_FPU_IN_CPU;
476 l->l_md.md_flags &= ~MDL_FPU_IN_CPU;
691 KASSERT(curlwp->l_md.md_flags & MDL_FPU_IN_CPU);

Completed in 15 milliseconds