Home
last modified time | relevance | path

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

/linux/arch/sh/include/asm/
H A Dpgtable-2level.h22 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
H A Dpgtable-3level.h19 #define USER_PTRS_PER_PGD 2 macro
/linux/arch/um/include/asm/
H A Dpgtable-2level.h24 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE) macro
H A Dpgtable-4level.h43 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE) macro
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h52 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h66 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
68 #define USER_PTRS_PER_PGD ((TASK_SIZE64 / PGDIR_SIZE)?(TASK_SIZE64 / PGDIR_SIZE):1) macro
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h52 #define USER_PTRS_PER_PGD (PAGE_OFFSET / PGDIR_SIZE) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h133 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux/arch/parisc/include/asm/
H A Dpgtable.h131 #define USER_PTRS_PER_PGD PTRS_PER_PGD macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h154 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro