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

/linux-4.1.27/arch/parisc/include/asm/
H A Dpgalloc.h32 * with PxD_FLAG_ATTACHED as a signal to the system that this pgd_alloc()
36 PxD_FLAG_ATTACHED) pgd_alloc()
40 __pgd_val_set(*pgd, PxD_FLAG_ATTACHED); pgd_alloc()
75 if (pmd_flag(*pmd) & PxD_FLAG_ATTACHED) { pmd_free()
109 if(pmd_flag(*pmd) & PxD_FLAG_ATTACHED) pmd_populate_kernel()
112 PxD_FLAG_ATTACHED) pmd_populate_kernel()
H A Dpgtable.h216 #define PxD_FLAG_ATTACHED (1 << xlate_pabit(_PxD_ATTACHED_BIT)) macro
299 #define pmd_none(x) (!pmd_val(x) || pmd_flag(x) == PxD_FLAG_ATTACHED)
307 if (pmd_flag(*pmd) & PxD_FLAG_ATTACHED) pmd_clear()
310 __pmd_val_set(*pmd, PxD_FLAG_ATTACHED); pmd_clear()
329 if(pgd_flag(*pgd) & PxD_FLAG_ATTACHED) pgd_clear()

Completed in 244 milliseconds