Home
last modified time | relevance | path

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

/linux/arch/arc/include/asm/
A Dpgtable.h20 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux/arch/sh/include/asm/
A Dpgtable-2level.h22 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
A Dpgtable-3level.h19 #define USER_PTRS_PER_PGD 2 macro
/linux/arch/um/include/asm/
A Dpgtable-2level.h24 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE) macro
A Dpgtable-3level.h43 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE) macro
/linux/arch/m68k/include/asm/
A Dpgtable_mm.h74 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/linux/arch/arm/include/asm/
A Dpgtable-2level.h106 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
A Dpgtable-3level.h52 #define USER_PTRS_PER_PGD (PAGE_OFFSET / PGDIR_SIZE) macro
/linux/arch/mips/include/asm/
A Dpgtable-32.h95 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE) macro
A Dpgtable-64.h139 #define USER_PTRS_PER_PGD ((TASK_SIZE64 / PGDIR_SIZE)?(TASK_SIZE64 / PGDIR_SIZE):1) macro
/linux/arch/nios2/include/asm/
A Dpgtable.h77 #define USER_PTRS_PER_PGD \ macro
/linux/arch/csky/include/asm/
A Dpgtable.h16 #define USER_PTRS_PER_PGD (PAGE_OFFSET/PGDIR_SIZE) macro
/linux/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h56 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux/arch/sparc/include/asm/
A Dpgtable_32.h50 #define USER_PTRS_PER_PGD PAGE_OFFSET / PGDIR_SIZE macro
/linux/arch/microblaze/include/asm/
A Dpgtable.h101 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux/arch/openrisc/include/asm/
A Dpgtable.h75 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/linux/arch/alpha/include/asm/
A Dpgtable.h48 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux/arch/xtensa/include/asm/
A Dpgtable.h61 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/linux/arch/nds32/include/asm/
A Dpgtable.h72 #define USER_PTRS_PER_PGD ((TASK_SIZE/PGDIR_SIZE) + FIRST_USER_PGD_NR) macro
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h176 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux/arch/parisc/include/asm/
A Dpgtable.h155 #define USER_PTRS_PER_PGD PTRS_PER_PGD macro
/linux/arch/ia64/include/asm/
A Dpgtable.h130 #define USER_PTRS_PER_PGD (5*PTRS_PER_PGD/8) /* regions 0-4 are user regions */ macro
/linux/arch/riscv/include/asm/
A Dpgtable.h117 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro

Completed in 44 milliseconds