Lines Matching refs:topa_page
595 struct topa_page { struct
600 static inline struct topa_page *topa_to_page(struct topa *topa) in topa_to_page() argument
602 return container_of(topa, struct topa_page, topa); in topa_to_page()
605 static inline struct topa_page *topa_entry_to_page(struct topa_entry *te) in topa_entry_to_page()
607 return (struct topa_page *)((unsigned long)te & PAGE_MASK); in topa_entry_to_page()
660 struct topa_page *tp; in topa_alloc()
794 struct topa_page *tp = topa_to_page(topa); in pt_topa_dump()
958 struct topa_page *tp; in pt_read_offset()
977 struct topa_page *tp; in pt_topa_entry_for_page()
1049 struct topa_page *tp; in pt_topa_prev_entry()
1052 tp = (struct topa_page *)table; in pt_topa_prev_entry()
1164 struct topa_page *cur_tp; in pt_buffer_reset_offsets()