Searched refs:topa (Results 1 – 2 of 2) sorted by relevance
325 struct topa { struct344 static struct topa *topa_alloc(int cpu, gfp_t gfp) in topa_alloc() argument347 struct topa *topa; in topa_alloc() local354 topa = page_address(p); in topa_alloc()355 topa->last = 0; in topa_alloc()356 topa->phys = page_to_phys(p); in topa_alloc()363 TOPA_ENTRY(topa, 1)->base = topa->phys >> TOPA_SHIFT; in topa_alloc()364 TOPA_ENTRY(topa, 1)->end = 1; in topa_alloc()367 return topa; in topa_alloc()374 static void topa_free(struct topa *topa) in topa_free() argument[all …]
93 struct topa *first, *last, *cur;