Lines Matching refs:topa_page
575 * struct topa_page - page-sized ToPA table with metadata at the top
579 struct topa_page {
584 static inline struct topa_page *topa_to_page(struct topa *topa)
586 return container_of(topa, struct topa_page, topa);
589 static inline struct topa_page *topa_entry_to_page(struct topa_entry *te)
591 return (struct topa_page *)((unsigned long)te & PAGE_MASK);
644 struct topa_page *tp;
778 struct topa_page *tp = topa_to_page(topa);
942 struct topa_page *tp;
961 struct topa_page *tp;
1033 struct topa_page *tp;
1036 tp = (struct topa_page *)table;
1148 struct topa_page *cur_tp;