Lines Matching refs:addr1
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()
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()
245 return smp_targeted_tlb_shootdown_native(pmap, addr1, 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
296 ((addr2 - addr1)/HV_TLB_FLUSH_UNIT) > max_gvas) { in hv_flush_tlb_others_ex()
302 addr1, addr2); in hv_flush_tlb_others_ex()