Home
last modified time | relevance | path

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

/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
/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
/arch/m68k/include/asm/
Dpgtable_mm.h71 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/arch/arm/include/asm/
Dpgtable-2level.h104 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
Dpgtable-3level.h50 #define USER_PTRS_PER_PGD (PAGE_OFFSET / PGDIR_SIZE) macro
/arch/mips/include/asm/
Dpgtable-32.h96 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE) macro
Dpgtable-64.h140 #define USER_PTRS_PER_PGD ((TASK_SIZE64 / PGDIR_SIZE)?(TASK_SIZE64 / PGDIR_SIZE):1) macro
/arch/nios2/include/asm/
Dpgtable.h80 #define USER_PTRS_PER_PGD \ macro
/arch/powerpc/include/asm/nohash/32/
Dpgtable.h56 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/arch/unicore32/include/asm/
Dpgtable.h65 #define USER_PTRS_PER_PGD ((TASK_SIZE/PGDIR_SIZE) - FIRST_USER_PGD_NR) macro
/arch/arc/include/asm/
Dpgtable.h228 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/arch/csky/include/asm/
Dpgtable.h16 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE) macro
/arch/alpha/include/asm/
Dpgtable.h48 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/arch/sparc/include/asm/
Dpgtable_32.h47 #define USER_PTRS_PER_PGD PAGE_OFFSET / SRMMU_PGDIR_SIZE macro
/arch/riscv/include/asm/
Dpgtable.h34 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/arch/xtensa/include/asm/
Dpgtable.h62 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/arch/openrisc/include/asm/
Dpgtable.h76 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/arch/nds32/include/asm/
Dpgtable.h80 #define USER_PTRS_PER_PGD ((TASK_SIZE/PGDIR_SIZE) + FIRST_USER_PGD_NR) macro
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h136 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/arch/microblaze/include/asm/
Dpgtable.h159 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/arch/ia64/include/asm/
Dpgtable.h130 #define USER_PTRS_PER_PGD (5*PTRS_PER_PGD/8) /* regions 0-4 are user regions */ macro
/arch/parisc/include/asm/
Dpgtable.h156 #define USER_PTRS_PER_PGD PTRS_PER_PGD macro