Searched refs:_PGD_ENTRY_INV (Results 1 – 2 of 2) sorted by relevance
170 #define _PGD_ENTRY_INV 0x20 /* region table entry invalid bit */ macro243 if (*pgd_slot & _PGD_ENTRY_INV) in __pgd_present()264 return (*pgd_slot & (~PAGE_MASK & ~_PGD_ENTRY_INV & ~_PGD_ENTRY_MASK & in __pgd_bad()333 if (*pgd_slot & _PGD_ENTRY_INV) { in pgd_clear()334 *pgd_slot = _PGD_ENTRY_INV; in pgd_clear()349 *pgd_slot = _PGD_ENTRY_INV; in pgd_clear()
52 ((*pgd_slot & _PGD_ENTRY_INV) != 0 || in __pgd_populate()60 ((*pgd_slot & _PGD_ENTRY_INV) != 0 || in __pgd_populate()