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

  /src/sys/rump/include/machine/
vmparam.h 20 * If a platform has a 256-byte MSIZE, then MIN_PAGE_SIZE must be
32 #define MIN_PAGE_SIZE (1 << MIN_PAGE_SHIFT)
  /src/sys/arch/powerpc/include/
vmparam.h 39 #define MIN_PAGE_SIZE (1 << MIN_PAGE_SHIFT)
  /src/sys/arch/sparc/include/
vmparam.h 68 #define MIN_PAGE_SIZE (1 << MIN_PAGE_SHIFT)
  /src/sys/arch/mips/include/
vmparam.h 73 #define MIN_PAGE_SIZE (1 << MIN_PAGE_SHIFT)
  /src/sys/uvm/
uvm_param.h 93 * then provide default values for MIN_PAGE_SIZE and MAX_PAGE_SIZE.
96 #if !defined(MIN_PAGE_SIZE)
97 #define MIN_PAGE_SIZE PAGE_SIZE
98 #endif /* ! MIN_PAGE_SIZE */
107 * PAGE_SIZE is not a constant; MIN_PAGE_SIZE and MAX_PAGE_SIZE must
111 #if !defined(MIN_PAGE_SIZE)
112 #error MIN_PAGE_SIZE not defined
122 * MIN_PAGE_SIZE and MAX_PAGE_SIZE must be constants.
125 #if MIN_PAGE_SIZE == 0
126 #error Invalid MIN_PAGE_SIZE definitio
    [all...]
  /src/sys/arch/m68k/include/
vmparam.h 59 #define MIN_PAGE_SIZE (1 << MIN_PAGE_SHIFT)

Completed in 18 milliseconds