Lines Matching defs:pix
1152 int i, pix = 0;
1162 if (!pix || vpgb != current_vpgb) {
1167 if (pix)
1168 (void)call_block_remove(pix, param, true);
1171 pix = 1;
1174 param[pix++] = HBR_REQUEST | HBLKR_AVPN | slot[i];
1175 if (pix == PLPAR_HCALL9_BUFSIZE) {
1176 pix = call_block_remove(pix, param, false);
1178 * pix = 0 means that all the entries were
1181 * to retry, and pix points to latest one, so
1185 if (pix)
1186 pix++;
1189 if (pix)
1190 (void)call_block_remove(pix, param, true);
1197 int i = 0, pix = 0, rc;
1205 param[pix] = HBR_REQUEST | HBR_AVPN | slot[i];
1206 param[pix+1] = hpte_encode_avpn(vpn[i], psize, ssize);
1207 pix += 2;
1208 if (pix == 8) {
1214 pix = 0;
1218 if (pix) {
1219 param[pix] = HBR_END;
1353 unsigned long i, pix = 0;
1370 if (!pix || vpgb != current_vpgb) {
1375 if (pix)
1376 (void)call_block_remove(pix, param,
1381 pix = 1;
1385 param[pix++] = HBR_REQUEST | HBLKR_AVPN | slot;
1387 if (pix == PLPAR_HCALL9_BUFSIZE) {
1388 pix = call_block_remove(pix, param, false);
1390 * pix = 0 means that all the entries were
1393 * to retry, and pix points to latest one, so
1397 if (pix)
1398 pix++;
1403 if (pix)
1404 (void)call_block_remove(pix, param, true);
1528 unsigned long i, pix, rc;
1547 pix = 0;
1560 param[pix] = HBR_REQUEST | HBR_AVPN | slot;
1561 param[pix+1] = hpte_encode_avpn(vpn, psize,
1563 pix += 2;
1564 if (pix == 8) {
1570 pix = 0;
1575 if (pix) {
1576 param[pix] = HBR_END;