Searched refs:topa (Results 1 – 2 of 2) sorted by relevance
556 struct topa { struct570 ((PAGE_SIZE - sizeof(struct topa)) / sizeof(struct topa_entry)) argument579 struct topa topa; member582 static inline struct topa_page *topa_to_page(struct topa *topa) in topa_to_page() argument584 return container_of(topa, struct topa_page, topa); in topa_to_page()592 static inline phys_addr_t topa_pfn(struct topa *topa) in topa_pfn() argument594 return PFN_DOWN(virt_to_phys(topa_to_page(topa))); in topa_pfn()612 static struct topa *topa_alloc(int cpu, gfp_t gfp) in topa_alloc()623 tp->topa.last = 0; in topa_alloc()630 TOPA_ENTRY(&tp->topa, 1)->base = page_to_phys(p) >> TOPA_SHIFT; in topa_alloc()[all …]
76 struct topa *first, *last, *cur;