Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/include/asm/
Dpgtable-2level.h21 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
Dpgtable-3level.h18 #define USER_PTRS_PER_PGD 2 macro
/linux-4.4.14/arch/um/include/asm/
Dpgtable-2level.h24 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE) macro
Dpgtable-3level.h43 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE) macro
/linux-4.4.14/arch/mips/include/asm/
Dpgtable-64.h118 #define USER_PTRS_PER_PGD (1) macro
120 #define USER_PTRS_PER_PGD (TASK_SIZE64 / PGDIR_SIZE) macro
Dpgtable-32.h59 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE) macro
/linux-4.4.14/arch/m68k/include/asm/
Dpgtable_mm.h70 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/linux-4.4.14/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-4.4.14/arch/powerpc/include/asm/
Dpgtable-ppc32.h47 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux-4.4.14/arch/nios2/include/asm/
Dpgtable.h79 #define USER_PTRS_PER_PGD \ macro
/linux-4.4.14/arch/cris/include/asm/
Dpgtable.h69 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/linux-4.4.14/arch/unicore32/include/asm/
Dpgtable.h67 #define USER_PTRS_PER_PGD ((TASK_SIZE/PGDIR_SIZE) - FIRST_USER_PGD_NR) macro
/linux-4.4.14/arch/metag/include/asm/
Dpgtable.h49 #define USER_PTRS_PER_PGD 256 macro
/linux-4.4.14/arch/score/include/asm/
Dpgtable.h29 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE) macro
/linux-4.4.14/arch/m32r/include/asm/
Dpgtable.h55 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux-4.4.14/arch/arc/include/asm/
Dpgtable.h223 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux-4.4.14/arch/avr32/include/asm/
Dpgtable.h32 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux-4.4.14/arch/sparc/include/asm/
Dpgtable_32.h46 #define USER_PTRS_PER_PGD PAGE_OFFSET / SRMMU_PGDIR_SIZE macro
/linux-4.4.14/arch/alpha/include/asm/
Dpgtable.h47 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux-4.4.14/arch/openrisc/include/asm/
Dpgtable.h79 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/linux-4.4.14/arch/xtensa/include/asm/
Dpgtable.h63 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/linux-4.4.14/arch/microblaze/include/asm/
Dpgtable.h159 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux-4.4.14/arch/mn10300/include/asm/
Dpgtable.h69 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux-4.4.14/arch/ia64/include/asm/
Dpgtable.h129 #define USER_PTRS_PER_PGD (5*PTRS_PER_PGD/8) /* regions 0-4 are user regions */ macro
/linux-4.4.14/arch/parisc/include/asm/
Dpgtable.h134 #define USER_PTRS_PER_PGD PTRS_PER_PGD macro