PUD_SIZE 60 arch/arm64/include/asm/pgtable-hwdef.h #define PUD_SIZE (_AC(1, UL) << PUD_SHIFT) PUD_SIZE 111 arch/ia64/include/asm/pgtable.h #define PUD_SIZE (1UL << PUD_SHIFT) PUD_SIZE 61 arch/mips/include/asm/pgtable-64.h #define PUD_SIZE (1UL << PUD_SHIFT) PUD_SIZE 241 arch/powerpc/include/asm/book3s/64/pgtable.h #define PUD_SIZE (1UL << PUD_SHIFT) PUD_SIZE 36 arch/powerpc/include/asm/nohash/64/pgtable-4k.h #define PUD_SIZE (1UL << PUD_SHIFT) PUD_SIZE 331 arch/s390/include/asm/pgtable.h #define PUD_SIZE _REGION3_SIZE PUD_SIZE 60 arch/sparc/include/asm/pgtable_64.h #define PUD_SIZE (_AC(1,UL) << PUD_SHIFT) PUD_SIZE 100 arch/x86/include/asm/pgtable_64_types.h #define PUD_SIZE (_AC(1, UL) << PUD_SHIFT) PUD_SIZE 9 include/asm-generic/4level-fixup.h #define PUD_SIZE PGDIR_SIZE PUD_SIZE 19 include/asm-generic/pgtable-nop4d-hack.h #define PUD_SIZE (1UL << PUD_SHIFT) PUD_SIZE 23 include/asm-generic/pgtable-nopud.h #define PUD_SIZE (1UL << PUD_SHIFT)