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