Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
Dpgalloc.h39 PxD_FLAG_ATTACHED) in pgd_alloc()
43 __pgd_val_set(*pgd, PxD_FLAG_ATTACHED); in pgd_alloc()
78 if (pmd_flag(*pmd) & PxD_FLAG_ATTACHED) { in pmd_free()
112 if(pmd_flag(*pmd) & PxD_FLAG_ATTACHED) in pmd_populate_kernel()
115 PxD_FLAG_ATTACHED) in pmd_populate_kernel()
Dpgtable.h243 #define PxD_FLAG_ATTACHED (1 << xlate_pabit(_PxD_ATTACHED_BIT)) macro
326 #define pmd_none(x) (!pmd_val(x) || pmd_flag(x) == PxD_FLAG_ATTACHED)
334 if (pmd_flag(*pmd) & PxD_FLAG_ATTACHED) in pmd_clear()
337 __pmd_val_set(*pmd, PxD_FLAG_ATTACHED); in pmd_clear()
356 if(pgd_flag(*pgd) & PxD_FLAG_ATTACHED) in pgd_clear()