Lines Matching defs:index
85 page->index = 0;
141 unsigned long index;
146 index = 0;
149 radix_tree_for_each_slot(slot, root, &iter, index) {
150 indices[nr] = iter.index;
155 index = indices[i];
156 radix_tree_delete(root, index);
166 unsigned long index;
171 index = 0;
174 radix_tree_for_each_slot(slot, root, &iter, index) {
175 indices[nr] = iter.index;
180 index = indices[i];
181 head = radix_tree_delete(root, index);
333 page->index = gaddr;
356 return page->index + offset;
1294 * that is used as the invalidation index.
1778 page->index = r2t & _REGION_ENTRY_ORIGIN;
1780 page->index |= GMAP_SHADOW_FAKE_TABLE;
1862 page->index = r3t & _REGION_ENTRY_ORIGIN;
1864 page->index |= GMAP_SHADOW_FAKE_TABLE;
1946 page->index = sgt & _REGION_ENTRY_ORIGIN;
1948 page->index |= GMAP_SHADOW_FAKE_TABLE;
2030 *pgt = page->index & ~GMAP_SHADOW_FAKE_TABLE;
2032 *fake = !!(page->index & GMAP_SHADOW_FAKE_TABLE);
2070 page->index = pgt & _SEGMENT_ENTRY_ORIGIN;
2072 page->index |= GMAP_SHADOW_FAKE_TABLE;
2874 page->index = 0;