Searched refs:PGD_ALLOWED_BITS (Results 1 – 1 of 1) sorted by relevance
316 #define PGD_ALLOWED_BITS (PGD_PAE_PHYS_MASK | _PAGE_PRESENT | \ macro322 #define PGD_ALLOWED_BITS (~0ULL) macro327 return (pgd_t) { val & PGD_ALLOWED_BITS }; in native_make_pgd()332 return pgd.pgd & PGD_ALLOWED_BITS; in native_pgd_val()