Symbol: USER_PTRS_PER_PGD
arch/alpha/include/asm/pgtable.h
48
#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
arch/arc/include/asm/pgtable.h
20
#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
arch/arm/include/asm/pgtable-2level.h
106
#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
arch/arm/include/asm/pgtable-3level.h
52
#define USER_PTRS_PER_PGD (PAGE_OFFSET / PGDIR_SIZE)
arch/csky/include/asm/pgtable.h
16
#define USER_PTRS_PER_PGD (PAGE_OFFSET/PGDIR_SIZE)
arch/loongarch/include/asm/pgtable.h
62
#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
arch/loongarch/include/asm/pgtable.h
64
#define USER_PTRS_PER_PGD ((TASK_SIZE64 / PGDIR_SIZE)?(TASK_SIZE64 / PGDIR_SIZE):1)
arch/m68k/include/asm/pgtable_mm.h
72
#define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
arch/microblaze/include/asm/pgtable.h
101
#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
arch/mips/include/asm/pgtable-32.h
94
#define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE)
arch/mips/include/asm/pgtable-64.h
134
#define USER_PTRS_PER_PGD ((TASK_SIZE64 / PGDIR_SIZE)?(TASK_SIZE64 / PGDIR_SIZE):1)
arch/nios2/include/asm/pgtable.h
61
#define USER_PTRS_PER_PGD \
arch/openrisc/include/asm/pgtable.h
75
#define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
arch/parisc/include/asm/pgtable.h
131
#define USER_PTRS_PER_PGD PTRS_PER_PGD
arch/powerpc/include/asm/book3s/32/pgtable.h
133
#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
arch/powerpc/include/asm/nohash/32/pgtable.h
52
#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
arch/riscv/include/asm/pgtable.h
169
#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
arch/sh/include/asm/pgtable-2level.h
22
#define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
arch/sh/include/asm/pgtable-3level.h
19
#define USER_PTRS_PER_PGD 2
arch/sparc/include/asm/pgtable_32.h
50
#define USER_PTRS_PER_PGD PAGE_OFFSET / PGDIR_SIZE
arch/um/include/asm/pgtable-2level.h
24
#define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE)
arch/um/include/asm/pgtable-4level.h
43
#define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE)
arch/xtensa/include/asm/pgtable.h
60
#define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)