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