Home
last modified time | relevance | path

Searched refs:pmd_page_shift (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/metag/include/asm/
Dpgtable.h171 #define pmd_page_shift(pmd) (12 + ((pmd_val(pmd) & _PAGE_SZ_MASK) \ macro
173 #define pmd_num_ptrs(pmd) (PGDIR_SIZE >> pmd_page_shift(pmd))
200 (((address) >> pmd_page_shift(pmd)) & (pmd_num_ptrs(pmd) - 1))
/linux-4.4.14/arch/metag/mm/
Dhugetlbpage.c94 return pmd_page_shift(pmd) > PAGE_SHIFT; in pmd_huge()