Lines Matching refs:topa_index
891 struct topa_entry *te = buf->topa_index[pg]; in pt_topa_next_entry()
900 } while (buf->topa_index[pg] == te); in pt_topa_next_entry()
938 buf->topa_index[buf->stop_pos]->stop = 0; in pt_buffer_reset_markers()
939 buf->topa_index[buf->stop_pos]->intr = 0; in pt_buffer_reset_markers()
940 buf->topa_index[buf->intr_pos]->intr = 0; in pt_buffer_reset_markers()
963 buf->topa_index[buf->stop_pos]->stop = 1; in pt_buffer_reset_markers()
964 buf->topa_index[buf->stop_pos]->intr = 1; in pt_buffer_reset_markers()
965 buf->topa_index[buf->intr_pos]->intr = 1; in pt_buffer_reset_markers()
989 buf->topa_index[pg] = te_prev; in pt_buffer_setup_topa_index()
1030 buf->cur = (struct topa *)((unsigned long)buf->topa_index[pg] & PAGE_MASK); in pt_buffer_reset_offsets()
1031 buf->cur_idx = ((unsigned long)buf->topa_index[pg] - in pt_buffer_reset_offsets()
1119 buf = kzalloc_node(offsetof(struct pt_buffer, topa_index[nr_pages]), in pt_buffer_setup_aux()