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