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

  /src/sys/arch/usermode/include/
param.h 28 #undef USPACE
29 #define USPACE (PAGE_SIZE*UPAGES)
  /src/sys/arch/sh3/include/
param.h 61 #define USPACE (UPAGES * NBPG) /* total size of u-area */
  /src/sys/arch/arm/include/arm32/
param.h 62 #define USPACE (UPAGES * NBPG) /* total size of u-area */
80 /* Constants used to divide the USPACE area */
83 * The USPACE area contains :
99 #define USPACE_SVC_STACK_TOP (USPACE)
  /src/sys/ddb/
db_lwp.c 48 #if !defined(_KERNEL) && !defined(USPACE)
53 * USPACE is needed by KSTACK_SIZE.
61 static int uspace; local
66 if (uspace) {
67 return uspace;
72 size = sizeof(uspace);
73 if (sysctl(mib, 2, &uspace, &size, NULL, 0)) {
74 uspace = getpagesize();
77 return uspace;
79 #define USPACE (getuspace()
    [all...]
  /src/sys/arch/powerpc/include/
param.h 79 #define USPACE (UPAGES * NBPG)
  /src/sys/arch/or1k/include/
vmparam.h 43 #define USPACE 16384
44 #define UPAGES (USPACE >> PAGE_SHIFT)
  /src/sys/arch/riscv/include/
param.h 78 #define USPACE (UPAGES << PGSHIFT)
  /src/sys/arch/alpha/include/
param.h 73 #define USPACE (UPAGES * NBPG) /* total size of u-area */
  /src/sys/arch/hppa/include/
param.h 60 #define USPACE (UPAGES * NBPG) /* pages for user struct and kstack */
  /src/sys/arch/sparc/include/
param.h 89 #define USPACE 8192
  /src/sys/arch/m68k/include/
param.h 71 #define USPACE 8192 /* sizeof kernel stack + pcb */
82 #define UPAGES (USPACE >> PGSHIFT)
  /src/sys/arch/ia64/include/
param.h 65 #define USPACE (UPAGES * NBPG) /* total size of u-area */
  /src/sys/arch/vax/include/
param.h 65 #define USPACE (NBPG*UPAGES)
  /src/sys/arch/i386/include/
param.h 109 #define USPACE (UPAGES * NBPG) /* total size of u-area */
  /src/sys/arch/aarch64/include/
vmparam.h 72 #define USPACE 32768
74 #define USPACE 65536
76 #define UPAGES (USPACE >> PAGE_SHIFT)
  /src/sys/arch/amd64/include/
param.h 93 #define USPACE (UPAGES * NBPG) /* total size of u-area */
  /src/sys/arch/mips/include/
mips_param.h 149 * that UPAGES == 2. For MIPS-I we wire USPACE in TLB #0 and #1.
150 * For MIPS3+ we wire USPACE in the TLB #0 pair.
154 #define USPACE MAX(__MIN_USPACE, PAGE_SIZE)
155 #define UPAGES (USPACE / PAGE_SIZE) /* number of pages for u-area */
156 #define USPACE_ALIGN USPACE /* make sure it starts on a even VA */
  /src/sys/arch/sparc64/include/
param.h 114 #define USPACE (2*8192)

Completed in 20 milliseconds