Lines Matching refs:pix
410 int i = 0, pix = 0, rc; in __pSeries_lpar_hugepage_invalidate() local
423 param[pix] = HBR_REQUEST | HBR_AVPN | slot[i]; in __pSeries_lpar_hugepage_invalidate()
424 param[pix+1] = hpte_encode_avpn(vpn[i], psize, ssize); in __pSeries_lpar_hugepage_invalidate()
425 pix += 2; in __pSeries_lpar_hugepage_invalidate()
426 if (pix == 8) { in __pSeries_lpar_hugepage_invalidate()
432 pix = 0; in __pSeries_lpar_hugepage_invalidate()
436 if (pix) { in __pSeries_lpar_hugepage_invalidate()
437 param[pix] = HBR_END; in __pSeries_lpar_hugepage_invalidate()
522 unsigned long i, pix, rc; in pSeries_lpar_flush_hash_range() local
536 pix = 0; in pSeries_lpar_flush_hash_range()
554 param[pix] = HBR_REQUEST | HBR_AVPN | slot; in pSeries_lpar_flush_hash_range()
555 param[pix+1] = hpte_encode_avpn(vpn, psize, in pSeries_lpar_flush_hash_range()
557 pix += 2; in pSeries_lpar_flush_hash_range()
558 if (pix == 8) { in pSeries_lpar_flush_hash_range()
564 pix = 0; in pSeries_lpar_flush_hash_range()
569 if (pix) { in pSeries_lpar_flush_hash_range()
570 param[pix] = HBR_END; in pSeries_lpar_flush_hash_range()