Home
last modified time | relevance | path

Searched refs:_PAGE_SZ_MASK (Results 1 – 4 of 4) sorted by relevance

/arch/metag/include/asm/
Dpgtable.h113 #define pmd_bad(x) ((pmd_val(x) & ~(PAGE_MASK | _PAGE_SZ_MASK)) \
114 != (_PAGE_TABLE & ~_PAGE_SZ_MASK))
171 #define pmd_page_shift(pmd) (12 + ((pmd_val(pmd) & _PAGE_SZ_MASK) \
Dpgtable-bits.h71 #define _PAGE_SZ_MASK (0xf << _PAGE_SZ_SHIFT) macro
/arch/sh/include/asm/
Dpgtable_32.h54 #define _PAGE_SZ_MASK (_PAGE_SZ0 | _PAGE_SZ1) macro
109 _PAGE_PR_MASK | _PAGE_SZ_MASK)
/arch/metag/mm/
Dhugetlbpage.c71 pgd->pgd &= ~_PAGE_SZ_MASK; in huge_pte_alloc()