Searched refs:PGD_ALLOWED_BITS (Results 1 – 1 of 1) sorted by relevance
304 #define PGD_ALLOWED_BITS (PGD_PAE_PHYS_MASK | _PAGE_PRESENT | \ macro310 #define PGD_ALLOWED_BITS (~0ULL) macro315 return (pgd_t) { val & PGD_ALLOWED_BITS }; in native_make_pgd()320 return pgd.pgd & PGD_ALLOWED_BITS; in native_pgd_val()
Completed in 5 milliseconds