Lines Matching refs:index
66 * The first index is the segment base page size, the second one is the actual
1083 * group, those entries are put back in @param starting at index 1.
1253 int i, index = 0;
1279 slot_array[index] = slot;
1280 vpn_array[index] = vpn;
1281 if (index == PPC64_HUGE_HPTE_BATCH - 1) {
1289 index = 0;
1291 index++;
1293 if (index)
1295 index, psize, ssize);
1330 unsigned long index,
1337 hidx = __rpte_to_hidx(pte, index);
1354 unsigned long index, shift, slot, current_vpgb, vpgb;
1364 pte_iterate_hashed_subpages(pte, psize, vpn, index, shift) {
1384 slot = compute_slot(pte, vpn, index, shift, ssize);
1533 unsigned long index, shift, slot;
1551 pte_iterate_hashed_subpages(pte, psize, vpn, index, shift) {
1552 slot = compute_slot(pte, vpn, index, shift, ssize);