Symbol: PMD_MASK
arch/alpha/include/asm/pgtable.h
34
#define PMD_MASK (~(PMD_SIZE-1))
arch/arc/include/asm/pgtable-levels.h
82
#define PMD_MASK (~(PMD_SIZE - 1))
arch/arm/include/asm/pgtable-2level.h
88
#define PMD_MASK (~(PMD_SIZE-1))
arch/arm/include/asm/pgtable-3level.h
41
#define PMD_MASK (~((1 << PMD_SHIFT) - 1))
arch/arm64/include/asm/pgtable-hwdef.h
57
#define PMD_MASK (~(PMD_SIZE-1))
arch/loongarch/include/asm/pgtable.h
31
#define PMD_MASK (~(PMD_SIZE-1))
arch/loongarch/include/asm/pgtable.h
36
#define PMD_MASK (~(PMD_SIZE-1))
arch/m68k/include/asm/pgtable_mm.h
40
#define PMD_MASK (~(PMD_SIZE-1))
arch/mips/include/asm/pgtable-64.h
51
#define PMD_MASK (~(PMD_SIZE-1))
arch/parisc/include/asm/pgtable.h
114
#define PMD_MASK (~(PMD_SIZE-1))
arch/powerpc/include/asm/book3s/64/pgtable.h
210
#define PMD_MASK (~(PMD_SIZE-1))
arch/powerpc/include/asm/nohash/64/pgtable-4k.h
32
#define PMD_MASK (~(PMD_SIZE-1))
arch/riscv/include/asm/pgtable-64.h
42
#define PMD_MASK (~(PMD_SIZE - 1))
arch/s390/include/asm/pgtable.h
383
#define PMD_MASK _SEGMENT_MASK
arch/sh/include/asm/pgtable-3level.h
24
#define PMD_MASK (~(PMD_SIZE-1))
arch/sparc/include/asm/pgtable_32.h
16
#define PMD_MASK (~(PMD_SIZE-1))
arch/sparc/include/asm/pgtable_64.h
53
#define PMD_MASK (~(PMD_SIZE-1))
arch/um/include/asm/pgtable-4level.h
32
#define PMD_MASK (~(PMD_SIZE-1))
arch/x86/include/asm/pgtable_32_types.h
13
# define PMD_MASK (~(PMD_SIZE - 1))
arch/x86/include/asm/pgtable_64_types.h
83
#define PMD_MASK (~(PMD_SIZE - 1))
include/asm-generic/pgtable-nopmd.h
23
#define PMD_MASK (~(PMD_SIZE-1))