Searched refs:_PGD_ENTRY_INV (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dpgtable.h171 #define _PGD_ENTRY_INV 0x20 /* region table entry invalid bit */ macro
253 if (*pgd_slot & _PGD_ENTRY_INV)
274 return (*pgd_slot & (~PAGE_MASK & ~_PGD_ENTRY_INV & ~_PGD_ENTRY_MASK &
343 if (*pgd_slot & _PGD_ENTRY_INV) {
344 *pgd_slot = _PGD_ENTRY_INV;
359 *pgd_slot = _PGD_ENTRY_INV;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dpgtable.h171 #define _PGD_ENTRY_INV 0x20 /* region table entry invalid bit */ macro
253 if (*pgd_slot & _PGD_ENTRY_INV)
274 return (*pgd_slot & (~PAGE_MASK & ~_PGD_ENTRY_INV & ~_PGD_ENTRY_MASK &
343 if (*pgd_slot & _PGD_ENTRY_INV) {
344 *pgd_slot = _PGD_ENTRY_INV;
359 *pgd_slot = _PGD_ENTRY_INV;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/mm/
H A Dinit.c56 ((*pgd_slot & _PGD_ENTRY_INV) != 0 ||
64 ((*pgd_slot & _PGD_ENTRY_INV) != 0 ||

Completed in 93 milliseconds