Lines Matching defs:addr2
589 vm_offset_t addr2, smp_invl_cb_t curcpu_cb, enum invl_op_codes op)
627 PCPU_SET(smp_tlb_addr2, addr2);
654 curcpu_cb(pmap, addr1, addr2);
673 curcpu_cb(pmap, addr1, addr2);
718 smp_masked_invlpg_range(vm_offset_t addr1, vm_offset_t addr2, pmap_t pmap,
726 addr2 = round_page(addr2);
727 total = atop(addr2 - addr1);
754 smp_targeted_tlb_shootdown(pmap, addr1, addr2, curcpu_cb,
758 ipi_range_size += (addr2 - addr1) / PAGE_SIZE;