Lines Matching refs:batch
1350 static void do_block_remove(unsigned long number, struct ppc64_tlb_batch *batch, in do_block_remove() argument
1359 psize = batch->psize; in do_block_remove()
1360 ssize = batch->ssize; in do_block_remove()
1363 vpn = batch->vpn[i]; in do_block_remove()
1364 pte = batch->pte[i]; in do_block_remove()
1531 struct ppc64_tlb_batch *batch = this_cpu_ptr(&ppc64_tlb_batch); in pSeries_lpar_flush_hash_range() local
1541 if (is_supported_hlbkrm(batch->psize, batch->psize)) { in pSeries_lpar_flush_hash_range()
1542 do_block_remove(number, batch, param); in pSeries_lpar_flush_hash_range()
1546 psize = batch->psize; in pSeries_lpar_flush_hash_range()
1547 ssize = batch->ssize; in pSeries_lpar_flush_hash_range()
1550 vpn = batch->vpn[i]; in pSeries_lpar_flush_hash_range()
1551 pte = batch->pte[i]; in pSeries_lpar_flush_hash_range()