Lines Matching refs:topa_page
591 * struct topa_page - page-sized ToPA table with metadata at the top
595 struct topa_page {
600 static inline struct topa_page *topa_to_page(struct topa *topa)
602 return container_of(topa, struct topa_page, topa);
605 static inline struct topa_page *topa_entry_to_page(struct topa_entry *te)
607 return (struct topa_page *)((unsigned long)te & PAGE_MASK);
660 struct topa_page *tp;
794 struct topa_page *tp = topa_to_page(topa);
958 struct topa_page *tp;
977 struct topa_page *tp;
1049 struct topa_page *tp;
1052 tp = (struct topa_page *)table;
1164 struct topa_page *cur_tp;