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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/mm/
H A Dinit.c59 *pgd_slot = __pa(pmd) | _PGD_ENTRY_MASK |
67 *pgd_slot = (__pa(pmd) - 0x2000) | _PGD_ENTRY_MASK |
92 *pgd_slot = __pa(new) | _PGD_ENTRY_MASK |
215 *((unsigned long *) pg_dir) = __pa(pm_dir) | _PGD_ENTRY_MASK |
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dpgtable.h172 #define _PGD_ENTRY_MASK 0x04 /* region third table entry mask */ macro
274 return (*pgd_slot & (~PAGE_MASK & ~_PGD_ENTRY_INV & ~_PGD_ENTRY_MASK &
349 *pgd_slot = (*pgd_slot & PAGE_MASK) | _PGD_ENTRY_MASK |
355 *pgd_slot = (*pgd_slot & PAGE_MASK) | _PGD_ENTRY_MASK |
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dpgtable.h172 #define _PGD_ENTRY_MASK 0x04 /* region third table entry mask */ macro
274 return (*pgd_slot & (~PAGE_MASK & ~_PGD_ENTRY_INV & ~_PGD_ENTRY_MASK &
349 *pgd_slot = (*pgd_slot & PAGE_MASK) | _PGD_ENTRY_MASK |
355 *pgd_slot = (*pgd_slot & PAGE_MASK) | _PGD_ENTRY_MASK |

Completed in 86 milliseconds