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

  /src/sys/arch/cesfic/cesfic/
machdep.c 435 #define NPGMB (1024*1024/PAGE_SIZE)
437 if (pg && (pg % NPGMB) == 0)
438 printf("%d ", pg / NPGMB);
439 #undef NPGMB
  /src/sys/arch/next68k/next68k/
machdep.c 675 #define NPGMB (1024*1024/PAGE_SIZE)
677 if (pg && (pg % NPGMB) == 0)
678 printf_nolog("%d ", pg / NPGMB);
679 #undef NPGMB
  /src/sys/arch/luna68k/luna68k/
machdep.c 676 #define NPGMB (1024*1024/PAGE_SIZE)
678 if (pg && (pg % NPGMB) == 0)
679 printf("%d ", pg / NPGMB);
680 #undef NPGMB
  /src/sys/arch/hp300/hp300/
machdep.c 821 #define NPGMB (1024*1024/PAGE_SIZE)
823 if (pg && (pg % NPGMB) == 0)
824 printf("%d ", pg / NPGMB);
825 #undef NPGMB
  /src/sys/arch/news68k/news68k/
machdep.c 536 #define NPGMB (1024*1024/PAGE_SIZE)
538 if (pg && (pg % NPGMB) == 0)
539 printf_nolog("%d ", pg / NPGMB);
540 #undef NPGMB
  /src/sys/arch/x68k/x68k/
machdep.c 774 #define NPGMB (1024*1024/PAGE_SIZE)
776 if (pg && (pg % NPGMB) == 0)
777 printf_nolog("%d ", pg / NPGMB);
778 #undef NPGMB
  /src/sys/arch/mac68k/mac68k/
machdep.c 728 #define NPGMB (1024*1024/PAGE_SIZE)
730 if (pg && (pg % NPGMB) == 0)
731 printf("%d ", pg / NPGMB);
732 #undef NPGMB

Completed in 17 milliseconds