Symbol: UPAGES
sys/arch/alpha/alpha/machdep.c
617
(struct user *)pmap_steal_memory(UPAGES * PAGE_SIZE, NULL, NULL);
sys/arch/alpha/alpha/pmap.c
726
PAGE_SIZE + (maxthread * UPAGES) + nkmempages;
sys/arch/alpha/include/param.h
65
#define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */
sys/arch/amd64/include/param.h
67
#define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */
sys/arch/arm/include/param.h
55
#define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */
sys/arch/arm64/include/param.h
63
#define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */
sys/arch/armv7/armv7/armv7_machdep.c
550
valloc_pages(kernelstack, UPAGES);
sys/arch/armv7/armv7/armv7_machdep.c
655
UPAGES * PAGE_SIZE, PROT_READ | PROT_WRITE, PTE_CACHE);
sys/arch/hppa/include/param.h
51
#define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */
sys/arch/i386/include/param.h
67
#define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */
sys/arch/m88k/include/param.h
64
#define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */
sys/arch/mips64/mips64/context.S
146
#if UPAGES > 1 /* { */
sys/arch/mips64/mips64/context.S
196
#if UPAGES > 2 /* { */
sys/arch/mips64/mips64/mips64_machdep.c
201
#if UPAGES > 1
sys/arch/mips64/mips64/mips64_machdep.c
202
tlb_set_wired(UPAGES / 2);
sys/arch/mips64/mips64/vm_machdep.c
136
#if UPAGES == 1
sys/arch/mips64/mips64/vm_machdep.c
69
#if UPAGES == 1
sys/arch/powerpc/include/param.h
58
#define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */
sys/arch/powerpc64/include/param.h
63
#define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */
sys/arch/riscv64/include/param.h
61
#define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */
sys/arch/sh/include/param.h
70
#define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */
sys/arch/sh/include/param.h
73
#if UPAGES == 1
sys/arch/sh/include/param.h
75
#elif UPAGES == 2
sys/arch/sh/include/proc.h
57
struct md_upte md_upte[UPAGES * 2];
sys/arch/sh/sh/locore_c.c
177
for (i = 0; i < UPAGES; i++, vpn += PAGE_SIZE, md_upte++) {
sys/arch/sh/sh/locore_c.c
202
e = SH4_UTLB_ENTRY - UPAGES;
sys/arch/sh/sh/locore_c.c
203
for (i = 0; i < UPAGES; i++, e++, vpn += PAGE_SIZE) {
sys/arch/sh/sh/mmu_sh4.c
68
(SH4_UTLB_ENTRY - UPAGES) << SH4_MMUCR_URB_SHIFT);
sys/arch/sparc64/include/param.h
135
#define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */