Lines Matching refs:addr2
130 hv_vm_tlb_flush(pmap_t pmap, vm_offset_t addr1, vm_offset_t addr2, in hv_vm_tlb_flush() argument
144 return smp_targeted_tlb_shootdown_native(pmap, addr1, addr2, in hv_vm_tlb_flush()
149 return smp_targeted_tlb_shootdown_native(pmap, addr1, addr2, in hv_vm_tlb_flush()
210 if (addr2 == 0) { in hv_vm_tlb_flush()
214 } else if ((addr2 && (addr2 -addr1)/HV_TLB_FLUSH_UNIT) > max_gvas) { in hv_vm_tlb_flush()
218 gva_n = fill_gva_list(flush->gva_list, addr1, addr2); in hv_vm_tlb_flush()
232 curcpu_cb(pmap, addr1, addr2); in hv_vm_tlb_flush()
237 status = hv_flush_tlb_others_ex(pmap, addr1, addr2, mask, op, sc); in hv_vm_tlb_flush()
246 addr2, curcpu_cb, op); in hv_vm_tlb_flush()
250 hv_flush_tlb_others_ex(pmap_t pmap, vm_offset_t addr1, vm_offset_t addr2, in hv_flush_tlb_others_ex() argument
290 if (addr2 == 0) { in hv_flush_tlb_others_ex()
295 } else if (addr2 && in hv_flush_tlb_others_ex()
296 ((addr2 - addr1)/HV_TLB_FLUSH_UNIT) > max_gvas) { in hv_flush_tlb_others_ex()
302 addr1, addr2); in hv_flush_tlb_others_ex()