Lines Matching refs:index
74 page->index = 0;
130 unsigned long index;
135 index = 0;
138 radix_tree_for_each_slot(slot, root, &iter, index) {
139 indices[nr] = iter.index;
144 index = indices[i];
145 radix_tree_delete(root, index);
155 unsigned long index;
160 index = 0;
163 radix_tree_for_each_slot(slot, root, &iter, index) {
164 indices[nr] = iter.index;
169 index = indices[i];
170 head = radix_tree_delete(root, index);
322 page->index = gaddr;
346 return page->index + offset;
1271 * that is used as the invalidation index.
1748 page->index = r2t & _REGION_ENTRY_ORIGIN;
1750 page->index |= GMAP_SHADOW_FAKE_TABLE;
1832 page->index = r3t & _REGION_ENTRY_ORIGIN;
1834 page->index |= GMAP_SHADOW_FAKE_TABLE;
1916 page->index = sgt & _REGION_ENTRY_ORIGIN;
1918 page->index |= GMAP_SHADOW_FAKE_TABLE;
2001 *pgt = page->index & ~GMAP_SHADOW_FAKE_TABLE;
2003 *fake = !!(page->index & GMAP_SHADOW_FAKE_TABLE);
2040 page->index = pgt & _SEGMENT_ENTRY_ORIGIN;
2042 page->index |= GMAP_SHADOW_FAKE_TABLE;
2789 page->index = 0;