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.h278 #define pmd_flag(x) (pmd_val(x) & PxD_FLAG_MASK) macro
286 #define pmd_none(x) (!pmd_val(x) || pmd_flag(x) == PxD_FLAG_ATTACHED)
290 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID))
291 #define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT)
294 if (pmd_flag(*pmd) & PxD_FLAG_ATTACHED) in pmd_clear()