Home
last modified time | relevance | path

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

/linux-2.6.39/arch/parisc/include/asm/
Dpgalloc.h36 PxD_FLAG_ATTACHED) in pgd_alloc()
40 __pgd_val_set(*pgd, PxD_FLAG_ATTACHED); in pgd_alloc()
76 if(pmd_flag(*pmd) & PxD_FLAG_ATTACHED) in pmd_free()
105 if(pmd_flag(*pmd) & PxD_FLAG_ATTACHED) in pmd_populate_kernel()
108 PxD_FLAG_ATTACHED) in pmd_populate_kernel()
Dpgtable.h192 #define PxD_FLAG_ATTACHED (1 << xlate_pabit(_PxD_ATTACHED_BIT)) macro
273 #define pmd_none(x) (!pmd_val(x) || pmd_flag(x) == PxD_FLAG_ATTACHED)
281 if (pmd_flag(*pmd) & PxD_FLAG_ATTACHED) in pmd_clear()
284 __pmd_val_set(*pmd, PxD_FLAG_ATTACHED); in pmd_clear()
303 if(pgd_flag(*pgd) & PxD_FLAG_ATTACHED) in pgd_clear()