Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
Dpgalloc.h76 if(pmd_flag(*pmd) & PxD_FLAG_ATTACHED) in pmd_free()
105 if(pmd_flag(*pmd) & PxD_FLAG_ATTACHED) in pmd_populate_kernel()
Dpgtable.h261 #define pmd_flag(x) (pmd_val(x) & PxD_FLAG_MASK) macro
269 #define pmd_none(x) (!pmd_val(x) || pmd_flag(x) == PxD_FLAG_ATTACHED)
273 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID))
274 #define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT)
277 if (pmd_flag(*pmd) & PxD_FLAG_ATTACHED) in pmd_clear()