Searched refs:topa (Results 1 – 2 of 2) sorted by relevance
564 struct topa { struct583 static struct topa *topa_alloc(int cpu, gfp_t gfp) in topa_alloc() argument586 struct topa *topa; in topa_alloc() local593 topa = page_address(p); in topa_alloc()594 topa->last = 0; in topa_alloc()595 topa->phys = page_to_phys(p); in topa_alloc()602 TOPA_ENTRY(topa, 1)->base = topa->phys >> TOPA_SHIFT; in topa_alloc()603 TOPA_ENTRY(topa, 1)->end = 1; in topa_alloc()606 return topa; in topa_alloc()613 static void topa_free(struct topa *topa) in topa_free() argument[all …]
142 struct topa *first, *last, *cur;