Searched defs:PMD_SIZE (Results 1 - 22 of 22) 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.h47 #define PMD_SIZE (_AC(1, UL) << PMD_SHIFT) macro
48 #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
51 #define PMD_MASK (~(PMD_SIZE-1))
/arch/tile/include/asm/
H A Dpgtable_64.h31 #define PMD_SIZE HV_PAGE_SIZE_LARGE macro
32 #define PMD_MASK (~(PMD_SIZE-1))
/arch/mips/include/asm/
H A Dpgtable-64.h52 #define PMD_SIZE (1UL << PMD_SHIFT) macro
53 #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.h148 #define PMD_SIZE (1UL << PMD_SHIFT) macro
149 #define PMD_MASK (~(PMD_SIZE-1))
/arch/sparc/include/asm/
H A Dpgtable_32.h51 #define PMD_SIZE (1UL << PMD_SHIFT) macro
52 #define PMD_MASK (~(PMD_SIZE-1))
H A Dpgtable_64.h66 #define PMD_SIZE (_AC(1,UL) << PMD_SHIFT) macro
67 #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.h83 #define PMD_SIZE (1UL << PMD_SHIFT) macro
84 #define PMD_MASK (~(PMD_SIZE-1))
/arch/s390/include/asm/
H A Dpgtable.h87 #define PMD_SIZE (1UL << PMD_SHIFT) macro
88 #define PMD_MASK (~(PMD_SIZE-1))

Completed in 3938 milliseconds