Home
last modified time | relevance | path

Searched defs:USER_PTRS_PER_PGD (Results 1 – 23 of 23) sorted by relevance

/Linux-v4.19/arch/sh/include/asm/
Dpgtable-2level.h23 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
Dpgtable-3level.h20 #define USER_PTRS_PER_PGD 2 macro
/Linux-v4.19/arch/um/include/asm/
Dpgtable-2level.h25 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE) macro
Dpgtable-3level.h44 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE) macro
/Linux-v4.19/arch/m68k/include/asm/
Dpgtable_mm.h71 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/Linux-v4.19/arch/arm/include/asm/
Dpgtable-2level.h107 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
Dpgtable-3level.h62 #define USER_PTRS_PER_PGD (PAGE_OFFSET / PGDIR_SIZE) macro
/Linux-v4.19/arch/mips/include/asm/
Dpgtable-32.h64 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE) macro
Dpgtable-64.h138 #define USER_PTRS_PER_PGD ((TASK_SIZE64 / PGDIR_SIZE)?(TASK_SIZE64 / PGDIR_SIZE):1) macro
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dpgtable.h58 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/Linux-v4.19/arch/nios2/include/asm/
Dpgtable.h80 #define USER_PTRS_PER_PGD \ macro
/Linux-v4.19/arch/unicore32/include/asm/
Dpgtable.h68 #define USER_PTRS_PER_PGD ((TASK_SIZE/PGDIR_SIZE) - FIRST_USER_PGD_NR) macro
/Linux-v4.19/arch/arc/include/asm/
Dpgtable.h231 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgtable.h46 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/Linux-v4.19/arch/riscv/include/asm/
Dpgtable.h41 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/Linux-v4.19/arch/sparc/include/asm/
Dpgtable_32.h47 #define USER_PTRS_PER_PGD PAGE_OFFSET / SRMMU_PGDIR_SIZE macro
/Linux-v4.19/arch/alpha/include/asm/
Dpgtable.h48 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/Linux-v4.19/arch/openrisc/include/asm/
Dpgtable.h80 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/Linux-v4.19/arch/nds32/include/asm/
Dpgtable.h80 #define USER_PTRS_PER_PGD ((TASK_SIZE/PGDIR_SIZE) + FIRST_USER_PGD_NR) macro
/Linux-v4.19/arch/xtensa/include/asm/
Dpgtable.h65 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/Linux-v4.19/arch/microblaze/include/asm/
Dpgtable.h161 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/Linux-v4.19/arch/ia64/include/asm/
Dpgtable.h130 #define USER_PTRS_PER_PGD (5*PTRS_PER_PGD/8) /* regions 0-4 are user regions */ macro
/Linux-v4.19/arch/parisc/include/asm/
Dpgtable.h135 #define USER_PTRS_PER_PGD PTRS_PER_PGD macro