OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:USPACE
(Results
1 - 17
of
17
) 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
64
#define
USPACE
(UPAGES * NBPG) /* total size of u-area */
82
/* Constants used to divide the
USPACE
area */
85
* The
USPACE
area contains :
101
#define USPACE_SVC_STACK_TOP (
USPACE
)
/src/sys/arch/powerpc/include/
param.h
79
#define
USPACE
(UPAGES * NBPG)
/src/sys/arch/alpha/include/
param.h
77
#define
USPACE
(UPAGES * NBPG) /* total size of u-area */
/src/sys/arch/m68k/include/
param.h
71
#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/hppa/include/
param.h
64
#define
USPACE
(UPAGES * NBPG) /* pages for user struct and kstack */
/src/sys/arch/sparc/include/
param.h
90
#define
USPACE
8192
/src/sys/arch/vax/include/
param.h
65
#define
USPACE
(NBPG*UPAGES)
/src/sys/arch/ia64/include/
param.h
65
#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/i386/include/
param.h
113
#define
USPACE
(UPAGES * NBPG) /* total size of u-area */
/src/sys/arch/sparc64/include/
param.h
117
#define
USPACE
(SSIZE*8192)
/src/sys/arch/amd64/include/
param.h
97
#define
USPACE
(UPAGES * NBPG) /* total size of u-area */
/src/sys/arch/mips/include/
mips_param.h
152
* that UPAGES == 2. For MIPS-I we wire
USPACE
in TLB #0 and #1.
153
* For MIPS3+ we wire
USPACE
in the TLB #0 pair.
157
#define
USPACE
MAX(__MIN_USPACE, PAGE_SIZE)
158
#define UPAGES (
USPACE
/ PAGE_SIZE) /* number of pages for u-area */
159
#define USPACE_ALIGN
USPACE
/* make sure it starts on a even VA */
Completed in 17 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025