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

  /src/sys/arch/cesfic/cesfic/
machdep.c 429 #define NPGMB (1024*1024/PAGE_SIZE)
431 if (pg && (pg % NPGMB) == 0)
432 printf("%d ", pg / NPGMB);
433 #undef NPGMB
  /src/sys/arch/luna68k/luna68k/
machdep.c 648 #define NPGMB (1024*1024/PAGE_SIZE)
650 if (pg && (pg % NPGMB) == 0)
651 printf("%d ", pg / NPGMB);
652 #undef NPGMB
  /src/sys/arch/next68k/next68k/
machdep.c 684 #define NPGMB (1024*1024/PAGE_SIZE)
686 if (pg && (pg % NPGMB) == 0)
687 printf_nolog("%d ", pg / NPGMB);
688 #undef NPGMB
  /src/sys/arch/hp300/hp300/
machdep.c 847 #define NPGMB (1024*1024/PAGE_SIZE)
849 if (pg && (pg % NPGMB) == 0)
850 printf("%d ", pg / NPGMB);
851 #undef NPGMB
  /src/sys/arch/news68k/news68k/
machdep.c 517 #define NPGMB (1024*1024/PAGE_SIZE)
519 if (pg && (pg % NPGMB) == 0)
520 printf_nolog("%d ", pg / NPGMB);
521 #undef NPGMB
  /src/sys/arch/x68k/x68k/
machdep.c 752 #define NPGMB (1024*1024/PAGE_SIZE)
754 if (pg && (pg % NPGMB) == 0)
755 printf_nolog("%d ", pg / NPGMB);
756 #undef NPGMB
  /src/sys/arch/mac68k/mac68k/
machdep.c 699 #define NPGMB (1024*1024/PAGE_SIZE)
701 if (pg && (pg % NPGMB) == 0)
702 printf("%d ", pg / NPGMB);
703 #undef NPGMB

Completed in 24 milliseconds