/linux/arch/arc/include/asm/ |
A D | pgtable.h | 20 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux/arch/sh/include/asm/ |
A D | pgtable-2level.h | 22 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
|
A D | pgtable-3level.h | 19 #define USER_PTRS_PER_PGD 2 macro
|
/linux/arch/um/include/asm/ |
A D | pgtable-2level.h | 24 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE) macro
|
A D | pgtable-3level.h | 43 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE) macro
|
/linux/arch/m68k/include/asm/ |
A D | pgtable_mm.h | 74 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
|
/linux/arch/arm/include/asm/ |
A D | pgtable-2level.h | 106 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
A D | pgtable-3level.h | 52 #define USER_PTRS_PER_PGD (PAGE_OFFSET / PGDIR_SIZE) macro
|
/linux/arch/mips/include/asm/ |
A D | pgtable-32.h | 95 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE) macro
|
A D | pgtable-64.h | 139 #define USER_PTRS_PER_PGD ((TASK_SIZE64 / PGDIR_SIZE)?(TASK_SIZE64 / PGDIR_SIZE):1) macro
|
/linux/arch/nios2/include/asm/ |
A D | pgtable.h | 77 #define USER_PTRS_PER_PGD \ macro
|
/linux/arch/csky/include/asm/ |
A D | pgtable.h | 16 #define USER_PTRS_PER_PGD (PAGE_OFFSET/PGDIR_SIZE) macro
|
/linux/arch/powerpc/include/asm/nohash/32/ |
A D | pgtable.h | 56 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux/arch/sparc/include/asm/ |
A D | pgtable_32.h | 50 #define USER_PTRS_PER_PGD PAGE_OFFSET / PGDIR_SIZE macro
|
/linux/arch/microblaze/include/asm/ |
A D | pgtable.h | 101 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux/arch/openrisc/include/asm/ |
A D | pgtable.h | 75 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
|
/linux/arch/alpha/include/asm/ |
A D | pgtable.h | 48 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux/arch/xtensa/include/asm/ |
A D | pgtable.h | 61 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
|
/linux/arch/nds32/include/asm/ |
A D | pgtable.h | 72 #define USER_PTRS_PER_PGD ((TASK_SIZE/PGDIR_SIZE) + FIRST_USER_PGD_NR) macro
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 176 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux/arch/parisc/include/asm/ |
A D | pgtable.h | 155 #define USER_PTRS_PER_PGD PTRS_PER_PGD macro
|
/linux/arch/ia64/include/asm/ |
A D | pgtable.h | 130 #define USER_PTRS_PER_PGD (5*PTRS_PER_PGD/8) /* regions 0-4 are user regions */ macro
|
/linux/arch/riscv/include/asm/ |
A D | pgtable.h | 117 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|