Symbol: PGDIR_MASK
arch/alpha/include/asm/pgtable.h
39
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/arc/include/asm/pgtable-levels.h
71
#define PGDIR_MASK (~(PGDIR_SIZE - 1))
arch/arm/include/asm/pgtable-2level.h
90
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/arm/include/asm/pgtable-3level.h
43
#define PGDIR_MASK (~((1 << PGDIR_SHIFT) - 1))
arch/arm/include/asm/pgtable-nommu.h
31
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/arm64/include/asm/pgtable-hwdef.h
84
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/csky/include/asm/pgtable.h
14
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/hexagon/include/asm/pgtable.h
77
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/loongarch/include/asm/pgtable.h
44
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/m68k/include/asm/pgtable_mm.h
51
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/microblaze/include/asm/pgtable.h
91
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/mips/include/asm/pgtable-32.h
71
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/mips/include/asm/pgtable-64.h
66
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/nios2/include/asm/pgtable.h
66
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/openrisc/include/asm/pgtable.h
58
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/parisc/include/asm/pgtable.h
129
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/powerpc/include/asm/book3s/32/pgtable.h
131
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/powerpc/include/asm/book3s/64/pgtable.h
220
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/powerpc/include/asm/nohash/32/pgtable.h
47
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/powerpc/include/asm/nohash/64/pgtable-4k.h
42
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/riscv/include/asm/pgtable-32.h
16
#define PGDIR_MASK (~(PGDIR_SIZE - 1))
arch/riscv/include/asm/pgtable-64.h
23
#define PGDIR_MASK (~(PGDIR_SIZE - 1))
arch/s390/include/asm/pgtable.h
386
#define PGDIR_MASK _REGION1_MASK
arch/sh/include/asm/pgtable.h
57
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/sparc/include/asm/pgtable_32.h
21
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/sparc/include/asm/pgtable_64.h
67
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/um/include/asm/pgtable-2level.h
17
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/um/include/asm/pgtable-4level.h
16
#define PGDIR_MASK (~(PGDIR_SIZE-1))
arch/x86/include/asm/pgtable_32_types.h
21
#define PGDIR_MASK (~(PGDIR_SIZE - 1))
arch/x86/include/asm/pgtable_64_types.h
87
#define PGDIR_MASK (~(PGDIR_SIZE - 1))
arch/xtensa/include/asm/pgtable.h
51
#define PGDIR_MASK (~(PGDIR_SIZE-1))