Searched refs:pgd_slot (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dpgtable.h250 unsigned long *pgd_slot = (unsigned long *) (addr & -8); local
253 if (*pgd_slot & _PGD_ENTRY_INV)
255 if ((*pgd_slot & _PGD_ENTRY_OFF(3)) > _PGD_ENTRY_OFF(offset))
257 if ((*pgd_slot & _PGD_ENTRY_LEN(3)) < _PGD_ENTRY_LEN(offset))
272 unsigned long *pgd_slot = (unsigned long *) (addr & -8); local
274 return (*pgd_slot & (~PAGE_MASK & ~_PGD_ENTRY_INV & ~_PGD_ENTRY_MASK &
340 unsigned long *pgd_slot = (unsigned long *) (addr & -8); local
343 if (*pgd_slot & _PGD_ENTRY_INV) {
344 *pgd_slot = _PGD_ENTRY_INV;
347 if (offset == 0 && (*pgd_slot
[all...]
H A Dpage.h104 unsigned long *pgd_slot = (unsigned long *) (addr & -8); local
106 return *pgd_slot + ((addr & 4) << 11);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dpgtable.h250 unsigned long *pgd_slot = (unsigned long *) (addr & -8); local
253 if (*pgd_slot & _PGD_ENTRY_INV)
255 if ((*pgd_slot & _PGD_ENTRY_OFF(3)) > _PGD_ENTRY_OFF(offset))
257 if ((*pgd_slot & _PGD_ENTRY_LEN(3)) < _PGD_ENTRY_LEN(offset))
272 unsigned long *pgd_slot = (unsigned long *) (addr & -8); local
274 return (*pgd_slot & (~PAGE_MASK & ~_PGD_ENTRY_INV & ~_PGD_ENTRY_MASK &
340 unsigned long *pgd_slot = (unsigned long *) (addr & -8); local
343 if (*pgd_slot & _PGD_ENTRY_INV) {
344 *pgd_slot = _PGD_ENTRY_INV;
347 if (offset == 0 && (*pgd_slot
[all...]
H A Dpage.h104 unsigned long *pgd_slot = (unsigned long *) (addr & -8); local
106 return *pgd_slot + ((addr & 4) << 11);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/mm/
H A Dinit.c50 unsigned long *pgd_slot = (unsigned long *) (addr & -8); local
56 ((*pgd_slot & _PGD_ENTRY_INV) != 0 ||
57 (*pgd_slot & _PGD_ENTRY_LEN(2)) == 0)) {
59 *pgd_slot = __pa(pmd) | _PGD_ENTRY_MASK |
64 ((*pgd_slot & _PGD_ENTRY_INV) != 0 ||
65 (*pgd_slot & _PGD_ENTRY_OFF(2)) != 0)) {
67 *pgd_slot = (__pa(pmd) - 0x2000) | _PGD_ENTRY_MASK |
84 pmd2 = (pmd_t *)(*pgd_slot & PAGE_MASK) + PTRS_PER_PMD;
88 pmd2 = (pmd_t *)(*pgd_slot & PAGE_MASK);
92 *pgd_slot
[all...]

Completed in 47 milliseconds