Symbol: PGDIR_SIZE
arch/alpha/include/asm/pgtable.h
38
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/arc/include/asm/pgtable-levels.h
70
#define PGDIR_SIZE BIT(PGDIR_SHIFT)
arch/arm/include/asm/pgtable-2level.h
89
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/arm/include/asm/pgtable-3level.h
42
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/arm/include/asm/pgtable-nommu.h
30
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/arm64/include/asm/pgtable-hwdef.h
83
#define PGDIR_SIZE (_AC(1, UL) << PGDIR_SHIFT)
arch/csky/include/asm/pgtable.h
13
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/hexagon/include/asm/pgtable.h
76
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/loongarch/include/asm/pgtable.h
43
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/m68k/include/asm/pgtable_mm.h
50
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/microblaze/include/asm/pgtable.h
90
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/mips/include/asm/pgtable-32.h
70
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/mips/include/asm/pgtable-64.h
65
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/nios2/include/asm/pgtable.h
65
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/openrisc/include/asm/pgtable.h
57
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/parisc/include/asm/pgtable.h
128
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/powerpc/include/asm/book3s/32/pgtable.h
130
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/powerpc/include/asm/book3s/64/pgtable.h
219
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/powerpc/include/asm/nohash/32/pgtable.h
46
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/powerpc/include/asm/nohash/64/pgtable-4k.h
41
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/riscv/include/asm/pgtable-32.h
15
#define PGDIR_SIZE (_AC(1, UL) << PGDIR_SHIFT)
arch/riscv/include/asm/pgtable-64.h
22
#define PGDIR_SIZE (_AC(1, UL) << PGDIR_SHIFT)
arch/s390/include/asm/pgtable.h
381
#define PGDIR_SIZE _REGION1_SIZE
arch/sh/include/asm/pgtable.h
56
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/sparc/include/asm/pgtable_32.h
20
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/sparc/include/asm/pgtable_64.h
66
#define PGDIR_SIZE (_AC(1,UL) << PGDIR_SHIFT)
arch/um/include/asm/pgtable-2level.h
16
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/um/include/asm/pgtable-4level.h
15
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/x86/include/asm/pgtable_32_types.h
20
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
arch/x86/include/asm/pgtable_64_types.h
86
#define PGDIR_SIZE (_AC(1, UL) << PGDIR_SHIFT)
arch/xtensa/include/asm/pgtable.h
50
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)