Home
last modified time | relevance | path

Searched defs:PTRS_PER_PMD (Results 1 – 15 of 15) sorted by relevance

/linux/arch/m68k/include/asm/
H A Dpgtable_mm.h60 #define PTRS_PER_PMD 1 macro
65 #define PTRS_PER_PMD 1 macro
69 #define PTRS_PER_PMD 128 macro
/linux/arch/sh/include/asm/
H A Dpgtable-3level.h26 #define PTRS_PER_PMD ((1 << PGDIR_SHIFT) / PMD_SIZE) macro
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h25 #define PTRS_PER_PMD (1 << PMD_INDEX_SIZE) macro
/linux/include/asm-generic/
H A Dpgtable-nopmd.h21 #define PTRS_PER_PMD 1 macro
/linux/arch/um/include/asm/
H A Dpgtable-4level.h39 #define PTRS_PER_PMD 512 macro
/linux/arch/x86/include/asm/
H A Dpgtable_64_types.h75 #define PTRS_PER_PMD 512 macro
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h83 #define PTRS_PER_PMD BIT(PUD_SHIFT - PMD_SHIFT) macro
/linux/arch/csky/include/asm/
H A Dpgtable.h23 #define PTRS_PER_PMD 1 macro
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h21 #define PTRS_PER_PMD 512 macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h45 #define PTRS_PER_PMD (1UL << (PAGE_SHIFT-3)) macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h98 #define PTRS_PER_PMD 1 macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h70 #define PTRS_PER_PMD (PAGE_SIZE / sizeof(pmd_t)) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h52 #define PTRS_PER_PMD (PAGE_SIZE >> 3) macro
/linux/arch/parisc/include/asm/
H A Dpgtable.h116 #define PTRS_PER_PMD (1UL << BITS_PER_PMD) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h195 #define PTRS_PER_PMD (1 << PMD_INDEX_SIZE) macro