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

  /src/sys/arch/alpha/include/
proc.h 65 #define MDLWP_FPACTIVE __BIT(63) /* FPU is active on LWP's PCU CPU */
  /src/sys/arch/alpha/alpha/
fp_complete.c 422 if (md_flags & MDLWP_FPACTIVE) {
643 if ((curlwp->l_md.md_flags & MDLWP_FPACTIVE) == 0) {
701 l->l_md.md_flags & (MDLWP_FP_C|MDLWP_FPACTIVE));
799 if ((curlwp->l_md.md_flags & MDLWP_FPACTIVE) == 0) {
866 * called state_release to clear MDLWP_FPACTIVE. Now that we are back
867 * on the CPU that has our FP context, set MDLWP_FPACTIVE again.
871 l->l_md.md_flags |= MDLWP_FPACTIVE;
901 l->l_md.md_flags |= MDLWP_FPACTIVE;
929 l->l_md.md_flags &= ~MDLWP_FPACTIVE;
trap.c 1015 if ((l->l_md.md_flags & MDLWP_FPACTIVE) == 0) {
machdep.c 1715 (l->l_md.md_flags & ~(MDLWP_FP_C | MDLWP_FPACTIVE)) |

Completed in 17 milliseconds