Symbol: PMD_SIZE
arch/alpha/include/asm/pgtable.h
33
#define PMD_SIZE (1UL << PMD_SHIFT)
arch/arc/include/asm/pgtable-levels.h
81
#define PMD_SIZE BIT(PMD_SHIFT)
arch/arm/include/asm/pgtable-2level.h
87
#define PMD_SIZE (1UL << PMD_SHIFT)
arch/arm/include/asm/pgtable-3level.h
40
#define PMD_SIZE (1UL << PMD_SHIFT)
arch/arm64/include/asm/pgtable-hwdef.h
56
#define PMD_SIZE (_AC(1, UL) << PMD_SHIFT)
arch/loongarch/include/asm/pgtable.h
30
#define PMD_SIZE (1UL << PMD_SHIFT)
arch/loongarch/include/asm/pgtable.h
35
#define PMD_SIZE (1UL << PMD_SHIFT)
arch/m68k/include/asm/pgtable_mm.h
39
#define PMD_SIZE (1UL << PMD_SHIFT)
arch/mips/include/asm/pgtable-64.h
50
#define PMD_SIZE (1UL << PMD_SHIFT)
arch/parisc/include/asm/pgtable.h
113
#define PMD_SIZE (1UL << PMD_SHIFT)
arch/powerpc/include/asm/book3s/64/pgtable.h
209
#define PMD_SIZE (1UL << PMD_SHIFT)
arch/powerpc/include/asm/nohash/64/pgtable-4k.h
31
#define PMD_SIZE (1UL << PMD_SHIFT)
arch/riscv/include/asm/pgtable-64.h
41
#define PMD_SIZE (_AC(1, UL) << PMD_SHIFT)
arch/s390/include/asm/pgtable.h
378
#define PMD_SIZE _SEGMENT_SIZE
arch/sh/include/asm/pgtable-3level.h
23
#define PMD_SIZE (1UL << PMD_SHIFT)
arch/sparc/include/asm/pgtable_32.h
15
#define PMD_SIZE (1UL << PMD_SHIFT)
arch/sparc/include/asm/pgtable_64.h
52
#define PMD_SIZE (_AC(1,UL) << PMD_SHIFT)
arch/um/include/asm/pgtable-4level.h
31
#define PMD_SIZE (1UL << PMD_SHIFT)
arch/x86/include/asm/pgtable_32_types.h
12
# define PMD_SIZE (1UL << PMD_SHIFT)
arch/x86/include/asm/pgtable_64_types.h
82
#define PMD_SIZE (_AC(1, UL) << PMD_SHIFT)
include/asm-generic/pgtable-nopmd.h
22
#define PMD_SIZE (1UL << PMD_SHIFT)