Lines Matching defs:pix
1098 int i, pix = 0;
1108 if (!pix || vpgb != current_vpgb) {
1113 if (pix)
1114 (void)call_block_remove(pix, param, true);
1117 pix = 1;
1120 param[pix++] = HBR_REQUEST | HBLKR_AVPN | slot[i];
1121 if (pix == PLPAR_HCALL9_BUFSIZE) {
1122 pix = call_block_remove(pix, param, false);
1124 * pix = 0 means that all the entries were
1127 * to retry, and pix points to latest one, so
1131 if (pix)
1132 pix++;
1135 if (pix)
1136 (void)call_block_remove(pix, param, true);
1143 int i = 0, pix = 0, rc;
1151 param[pix] = HBR_REQUEST | HBR_AVPN | slot[i];
1152 param[pix+1] = hpte_encode_avpn(vpn[i], psize, ssize);
1153 pix += 2;
1154 if (pix == 8) {
1160 pix = 0;
1164 if (pix) {
1165 param[pix] = HBR_END;
1299 unsigned long i, pix = 0;
1316 if (!pix || vpgb != current_vpgb) {
1321 if (pix)
1322 (void)call_block_remove(pix, param,
1327 pix = 1;
1331 param[pix++] = HBR_REQUEST | HBLKR_AVPN | slot;
1333 if (pix == PLPAR_HCALL9_BUFSIZE) {
1334 pix = call_block_remove(pix, param, false);
1336 * pix = 0 means that all the entries were
1339 * to retry, and pix points to latest one, so
1343 if (pix)
1344 pix++;
1349 if (pix)
1350 (void)call_block_remove(pix, param, true);
1494 unsigned long i, pix, rc;
1513 pix = 0;
1526 param[pix] = HBR_REQUEST | HBR_AVPN | slot;
1527 param[pix+1] = hpte_encode_avpn(vpn, psize,
1529 pix += 2;
1530 if (pix == 8) {
1536 pix = 0;
1541 if (pix) {
1542 param[pix] = HBR_END;