Home
last modified time | relevance | path

Searched refs:_PGD_ENTRY_INV (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-s390x/
Dpgtable.h170 #define _PGD_ENTRY_INV 0x20 /* region table entry invalid bit */ macro
243 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()
/linux-2.4.37.9/arch/s390x/mm/
Dinit.c52 ((*pgd_slot & _PGD_ENTRY_INV) != 0 || in __pgd_populate()
60 ((*pgd_slot & _PGD_ENTRY_INV) != 0 || in __pgd_populate()