Searched defs:PMD_SIZE (Results 1 - 23 of 23) sorted by relevance

/arch/x86/include/asm/
H A Dpgtable_32_types.h11 # define PMD_SIZE (1UL << PMD_SHIFT) macro
12 # define PMD_MASK (~(PMD_SIZE - 1))
H A Dpgtable_64_types.h49 #define PMD_SIZE (_AC(1, UL) << PMD_SHIFT) macro
50 #define PMD_MASK (~(PMD_SIZE - 1))
/arch/powerpc/include/asm/
H A Dpgtable-ppc64-64k.h27 #define PMD_SIZE (1UL << PMD_SHIFT) macro
28 #define PMD_MASK (~(PMD_SIZE-1))
H A Dpgtable-ppc64-4k.h27 #define PMD_SIZE (1UL << PMD_SHIFT) macro
28 #define PMD_MASK (~(PMD_SIZE-1))
/arch/sh/include/asm/
H A Dpgtable-3level.h22 #define PMD_SIZE (1UL << PMD_SHIFT) macro
23 #define PMD_MASK (~(PMD_SIZE-1))
25 #define PTRS_PER_PMD ((1 << PGDIR_SHIFT) / PMD_SIZE)
/arch/m68k/include/asm/
H A Dpgtable_mm.h37 #define PMD_SIZE (1UL << PMD_SHIFT) macro
38 #define PMD_MASK (~(PMD_SIZE-1))
/arch/um/include/asm/
H A Dpgtable-3level.h27 #define PMD_SIZE (1UL << PMD_SHIFT) macro
28 #define PMD_MASK (~(PMD_SIZE-1))
/arch/arm/include/asm/
H A Dpgtable-2level.h86 #define PMD_SIZE (1UL << PMD_SHIFT) macro
87 #define PMD_MASK (~(PMD_SIZE-1))
H A Dpgtable-3level.h50 #define PMD_SIZE (1UL << PMD_SHIFT) macro
/arch/tile/include/asm/
H A Dpgtable_64.h32 #define PMD_SIZE HPAGE_SIZE macro
33 #define PMD_MASK (~(PMD_SIZE-1))
/arch/arm64/include/asm/
H A Dpgtable-hwdef.h26 #define PMD_SIZE (_AC(1, UL) << PMD_SHIFT) macro
27 #define PMD_MASK (~(PMD_SIZE-1))
/arch/mips/include/asm/
H A Dpgtable-64.h53 #define PMD_SIZE (1UL << PMD_SHIFT) macro
54 #define PMD_MASK (~(PMD_SIZE-1))
/arch/alpha/include/asm/
H A Dpgtable.h32 #define PMD_SIZE (1UL << PMD_SHIFT) macro
33 #define PMD_MASK (~(PMD_SIZE-1))
/arch/avr32/include/asm/
H A Dpgtable.h27 #define PMD_SIZE (1UL << PMD_SHIFT) macro
28 #define PMD_MASK (~(PMD_SIZE-1))
/arch/m32r/include/asm/
H A Dpgtable.h50 #define PMD_SIZE (1UL << PMD_SHIFT) macro
51 #define PMD_MASK (~(PMD_SIZE - 1))
/arch/microblaze/include/asm/
H A Dpgtable.h145 #define PMD_SIZE (1UL << PMD_SHIFT) macro
146 #define PMD_MASK (~(PMD_SIZE-1))
/arch/sparc/include/asm/
H A Dpgtable_32.h37 #define PMD_SIZE (1UL << PMD_SHIFT) macro
38 #define PMD_MASK (~(PMD_SIZE-1))
H A Dpgtable_64.h49 #define PMD_SIZE (_AC(1,UL) << PMD_SHIFT) macro
50 #define PMD_MASK (~(PMD_SIZE-1))
/arch/frv/include/asm/
H A Dpgtable.h137 #define PMD_SIZE (1UL << PMD_SHIFT) macro
138 #define PMD_MASK (~(PMD_SIZE - 1))
/arch/ia64/include/asm/
H A Dpgtable.h101 #define PMD_SIZE (1UL << PMD_SHIFT) macro
102 #define PMD_MASK (~(PMD_SIZE-1))
/arch/mn10300/include/asm/
H A Dpgtable.h63 #define PMD_SIZE (1UL << PMD_SHIFT) macro
/arch/parisc/include/asm/
H A Dpgtable.h94 #define PMD_SIZE (1UL << PMD_SHIFT) macro
95 #define PMD_MASK (~(PMD_SIZE-1))
/arch/s390/include/asm/
H A Dpgtable.h79 #define PMD_SIZE (1UL << PMD_SHIFT) macro
80 #define PMD_MASK (~(PMD_SIZE-1))

Completed in 2661 milliseconds