Searched refs:PMD_SHIFT (Results 1 – 4 of 4) sorted by relevance
27 #define PMD_SHIFT PUD_SHIFT macro30 #define PMD_SIZE (1UL << PMD_SHIFT)
26 #define LARGE_PAGE_SIZE (1UL << PMD_SHIFT)
170 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1))
57 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1))