Lines Matching refs:first
384 * as was the case with the first implementation of PT.
569 * @offset: offset of the first entry in this table in the buffer
572 * @z_count: how many times the first entry repeats
696 * If it's the first table in this buffer, set up buffer's pointers
706 if (!buf->first) {
707 buf->first = buf->last = buf->cur = topa;
831 buf->cur = buf->first;
855 /* offset of the first region in this table from the beginning of buf */
1057 if (topa == buf->first)
1233 /* link last table to the first one, unless we're double buffering */
1235 TOPA_ENTRY(buf->last, -1)->base = topa_pfn(buf->first);