PGDIR_MASK         39 arch/alpha/include/asm/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK        219 arch/arc/include/asm/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK         88 arch/arm/include/asm/pgtable-2level.h #define PGDIR_MASK		(~(PGDIR_SIZE-1))
PGDIR_MASK         41 arch/arm/include/asm/pgtable-3level.h #define PGDIR_MASK		(~((1 << PGDIR_SHIFT) - 1))
PGDIR_MASK         34 arch/arm/include/asm/pgtable-nommu.h #define PGDIR_MASK		(~(PGDIR_SIZE-1))
PGDIR_MASK         71 arch/arm64/include/asm/pgtable-hwdef.h #define PGDIR_MASK		(~(PGDIR_SIZE-1))
PGDIR_MASK         14 arch/csky/include/asm/pgtable.h #define PGDIR_MASK		(~(PGDIR_SIZE-1))
PGDIR_MASK         75 arch/hexagon/include/asm/pgtable.h #define PGDIR_MASK (~(PGDIR_SIZE-1))
PGDIR_MASK        127 arch/ia64/include/asm/pgtable.h #define PGDIR_MASK		(~(PGDIR_SIZE-1))
PGDIR_MASK         50 arch/m68k/include/asm/pgtable_mm.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK        149 arch/microblaze/include/asm/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK         72 arch/mips/include/asm/pgtable-32.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK         67 arch/mips/include/asm/pgtable-64.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK         48 arch/nds32/include/asm/pgtable.h #define PGDIR_MASK		(~(PGDIR_SIZE-1))
PGDIR_MASK         85 arch/nios2/include/asm/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK         59 arch/openrisc/include/asm/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK        154 arch/parisc/include/asm/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK        134 arch/powerpc/include/asm/book3s/32/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK        247 arch/powerpc/include/asm/book3s/64/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK         51 arch/powerpc/include/asm/nohash/32/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK         42 arch/powerpc/include/asm/nohash/64/pgtable-4k.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK         15 arch/riscv/include/asm/pgtable-32.h #define PGDIR_MASK      (~(PGDIR_SIZE - 1))
PGDIR_MASK         14 arch/riscv/include/asm/pgtable-64.h #define PGDIR_MASK      (~(PGDIR_SIZE - 1))
PGDIR_MASK        338 arch/s390/include/asm/pgtable.h #define PGDIR_MASK	_REGION1_MASK
PGDIR_MASK         57 arch/sh/include/asm/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK         43 arch/sparc/include/asm/pgtable_32.h #define PGDIR_MASK      	SRMMU_PGDIR_MASK
PGDIR_MASK         67 arch/sparc/include/asm/pgtable_64.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK         18 arch/um/include/asm/pgtable-2level.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK         21 arch/um/include/asm/pgtable-3level.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))
PGDIR_MASK         55 arch/unicore32/include/asm/pgtable.h #define PGDIR_MASK		(~(PGDIR_SIZE-1))
PGDIR_MASK         21 arch/x86/include/asm/pgtable_32_types.h #define PGDIR_MASK	(~(PGDIR_SIZE - 1))
PGDIR_MASK        103 arch/x86/include/asm/pgtable_64_types.h #define PGDIR_MASK	(~(PGDIR_SIZE - 1))
PGDIR_MASK         52 arch/xtensa/include/asm/pgtable.h #define PGDIR_MASK	(~(PGDIR_SIZE-1))