Lines Matching refs:te
589 static inline struct topa_page *topa_entry_to_page(struct topa_entry *te)
591 return (struct topa_page *)((unsigned long)te & PAGE_MASK);
1030 pt_topa_prev_entry(struct pt_buffer *buf, struct topa_entry *te)
1032 unsigned long table = (unsigned long)te & ~(PAGE_SIZE - 1);
1037 if (tp->table != te)
1038 return --te;
1149 struct topa_entry *te;
1157 te = pt_topa_entry_for_page(buf, pg);
1159 cur_tp = topa_entry_to_page(te);
1161 buf->cur_idx = te - TOPA_ENTRY(buf->cur, 0);