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

1 2

  /src/sys/arch/atari/include/
param.h 53 #define UPAGES 2 /* pages of u-area */
  /src/sys/arch/mac68k/include/
param.h 93 #define UPAGES 3 /* pages of u-area */
  /src/sys/arch/usermode/include/
param.h 26 #undef UPAGES
27 #define UPAGES 12
29 #define USPACE (PAGE_SIZE*UPAGES)
  /src/sys/arch/amiga/include/
param.h 53 #define UPAGES 2 /* pages of u-area */
  /src/sys/arch/cesfic/include/
param.h 65 #define UPAGES 2 /* pages of u-area */
  /src/sys/arch/evbcf/include/
param.h 60 #define UPAGES 2 /* pages of u-area */
  /src/sys/arch/hp300/include/
param.h 53 #define UPAGES 2 /* pages of u-area */
  /src/sys/arch/mvme68k/include/
param.h 60 #define UPAGES 2 /* pages of u-area */
  /src/sys/arch/news68k/include/
param.h 54 #define UPAGES 2 /* pages of u-area */
  /src/sys/arch/sh3/include/
param.h 60 #define UPAGES 3 /* pages of u-area */
61 #define USPACE (UPAGES * NBPG) /* total size of u-area */
62 #if UPAGES == 1
64 #elif UPAGES == 2
  /src/sys/arch/sun3/include/
param.h 66 #define UPAGES 2 /* pages of u-area */
  /src/sys/arch/luna68k/include/
param.h 50 #define UPAGES 2 /* pages of u-area */
  /src/sys/arch/next68k/include/
param.h 53 #define UPAGES 2 /* pages of u-area */
  /src/sys/arch/virt68k/include/
param.h 60 #define UPAGES 2 /* pages of u-area */
  /src/sys/arch/x68k/include/
param.h 57 #define UPAGES 2 /* pages of u-area */
  /src/sys/arch/arm/include/arm32/
param.h 60 #define UPAGES 4
62 #define UPAGES 2
64 #define USPACE (UPAGES * NBPG) /* total size of u-area */
  /src/sys/arch/powerpc/include/
param.h 69 #define UPAGES 1
72 #define UPAGES 4
79 #define USPACE (UPAGES * NBPG)
  /src/sys/arch/alpha/include/
param.h 76 #define UPAGES 2 /* pages of u-area */
77 #define USPACE (UPAGES * NBPG) /* total size of u-area */
  /src/sys/arch/or1k/include/
vmparam.h 44 #define UPAGES (USPACE >> PAGE_SHIFT)
  /src/sys/arch/sun2/include/
param.h 65 #define UPAGES (16384 / NBPG) /* pages of u-area */
  /src/sys/arch/riscv/include/
param.h 77 #define UPAGES 2
78 #define USPACE (UPAGES << PGSHIFT)
  /src/sys/arch/hppa/include/
param.h 60 #define UPAGES 5 /* pages of u-area + redzone */
62 #define UPAGES 4 /* pages of u-area */
64 #define USPACE (UPAGES * NBPG) /* pages for user struct and kstack */
  /src/sys/arch/vax/include/
param.h 64 #define UPAGES 2 /* pages of u-area */
65 #define USPACE (NBPG*UPAGES)
  /src/sys/arch/ia64/include/
param.h 64 #define UPAGES 4
65 #define USPACE (UPAGES * NBPG) /* total size of u-area */
  /src/sys/arch/aarch64/include/
vmparam.h 76 #define UPAGES (USPACE >> PAGE_SHIFT)

Completed in 26 milliseconds

1 2