topa_page
struct topa_page *tp;
struct topa_page *tp;
tp = (struct topa_page *)table;
struct topa_page *cur_tp;
static inline struct topa_page *topa_to_page(struct topa *topa)
return container_of(topa, struct topa_page, topa);
static inline struct topa_page *topa_entry_to_page(struct topa_entry *te)
return (struct topa_page *)((unsigned long)te & PAGE_MASK);
struct topa_page *tp;
struct topa_page *tp = topa_to_page(topa);
struct topa_page *tp;