HomeSort by: relevance | last modified time | path
    Searched defs:NKMEMPAGES_MIN_DEFAULT (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/arch/sun3/include/
param3x.h 51 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
param3.h 52 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/atari/include/
param.h 63 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/mac68k/include/
param.h 103 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/usermode/include/
param.h 24 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/amiga/include/
param.h 66 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/cesfic/include/
param.h 73 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/evbcf/include/
param.h 70 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/hp300/include/
param.h 63 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/mvme68k/include/
param.h 70 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/news68k/include/
param.h 64 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/sh3/include/
param.h 94 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/luna68k/include/
param.h 60 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/next68k/include/
param.h 66 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/virt68k/include/
param.h 72 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/x68k/include/
param.h 71 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/arm/include/arm32/
param.h 74 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/powerpc/include/
param.h 112 #ifndef NKMEMPAGES_MIN_DEFAULT
113 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/or1k/include/
param.h 60 #define NKMEMPAGES_MIN_DEFAULT ((128UL * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/alpha/include/
param.h 109 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/sun2/include/
param.h 97 #define NKMEMPAGES_MIN_DEFAULT ((4 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/riscv/include/
param.h 70 #define NKMEMPAGES_MIN_DEFAULT ((128UL * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/hppa/include/
param.h 87 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/sparc/include/
param.h 112 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/aarch64/include/
param.h 103 #define NKMEMPAGES_MIN_DEFAULT ((128UL * 1024 * 1024) >> PAGE_SHIFT)

Completed in 17 milliseconds

1 2