Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Dpgalloc.c261 unsigned long *rtte, next, *table; in base_region3_walk() local
264 rtte = origin; in base_region3_walk()
265 rtte += (addr & _REGION3_INDEX) >> _REGION3_SHIFT; in base_region3_walk()
268 if (*rtte & _REGION_ENTRY_INVALID) { in base_region3_walk()
274 *rtte = __pa(table) | _REGION3_ENTRY; in base_region3_walk()
276 table = __va(*rtte & _REGION_ENTRY_ORIGIN); in base_region3_walk()
282 } while (rtte++, addr = next, addr < end); in base_region3_walk()