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