Searched refs:topa (Results 1 – 2 of 2) sorted by relevance
266 struct topa { struct285 static struct topa *topa_alloc(int cpu, gfp_t gfp) in topa_alloc() argument288 struct topa *topa; in topa_alloc() local295 topa = page_address(p); in topa_alloc()296 topa->last = 0; in topa_alloc()297 topa->phys = page_to_phys(p); in topa_alloc()304 TOPA_ENTRY(topa, 1)->base = topa->phys >> TOPA_SHIFT; in topa_alloc()305 TOPA_ENTRY(topa, 1)->end = 1; in topa_alloc()308 return topa; in topa_alloc()315 static void topa_free(struct topa *topa) in topa_free() argument[all …]
108 struct topa *first, *last, *cur;