Home
last modified time | relevance | path

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

/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
/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
/arch/mips/include/asm/
Dpgtable-64.h117 #define USER_PTRS_PER_PGD (1) macro
119 #define USER_PTRS_PER_PGD (TASK_SIZE64 / PGDIR_SIZE) macro
Dpgtable-32.h47 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE) macro
/arch/arm/include/asm/
Dpgtable-2level.h105 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
Dpgtable-3level.h62 #define USER_PTRS_PER_PGD (PAGE_OFFSET / PGDIR_SIZE) macro
/arch/m68k/include/asm/
Dpgtable_mm.h68 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/arch/powerpc/include/asm/
Dpgtable-ppc32.h49 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/arch/cris/include/asm/
Dpgtable.h69 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/arch/unicore32/include/asm/
Dpgtable.h67 #define USER_PTRS_PER_PGD ((TASK_SIZE/PGDIR_SIZE) - FIRST_USER_PGD_NR) macro
/arch/score/include/asm/
Dpgtable.h29 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE) macro
/arch/avr32/include/asm/
Dpgtable.h32 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/arch/m32r/include/asm/
Dpgtable.h55 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/arch/xtensa/include/asm/
Dpgtable.h59 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/arch/alpha/include/asm/
Dpgtable.h47 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/arch/openrisc/include/asm/
Dpgtable.h79 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/arch/sparc/include/asm/
Dpgtable_32.h60 #define USER_PTRS_PER_PGD BTFIXUP_SIMM13(user_ptrs_per_pgd) macro
/arch/microblaze/include/asm/
Dpgtable.h164 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/arch/mn10300/include/asm/
Dpgtable.h67 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/arch/parisc/include/asm/
Dpgtable.h108 #define USER_PTRS_PER_PGD PTRS_PER_PGD macro
/arch/ia64/include/asm/
Dpgtable.h132 #define USER_PTRS_PER_PGD (5*PTRS_PER_PGD/8) /* regions 0-4 are user regions */ macro