Searched refs:smp_targeted_tlb_shootdown (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | mp_machdep.c | 499 smp_targeted_tlb_shootdown(cpuset_t mask, u_int vector, pmap_t pmap, in smp_targeted_tlb_shootdown() function 565 smp_targeted_tlb_shootdown(mask, IPI_INVLTLB, pmap, 0, 0, curcpu_cb); in smp_masked_invltlb() 575 smp_targeted_tlb_shootdown(mask, IPI_INVLPG, pmap, addr, 0, curcpu_cb); in smp_masked_invlpg() 585 smp_targeted_tlb_shootdown(mask, IPI_INVLRNG, pmap, addr1, addr2, in smp_masked_invlpg_range() 596 smp_targeted_tlb_shootdown(all_cpus, IPI_INVLCACHE, NULL, 0, 0, in smp_cache_flush()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | mp_machdep.c | 657 smp_targeted_tlb_shootdown(cpuset_t mask, pmap_t pmap, vm_offset_t addr1, in smp_targeted_tlb_shootdown() function 756 smp_targeted_tlb_shootdown(mask, pmap, 0, 0, curcpu_cb, invl_op_tlb); in smp_masked_invltlb() 766 smp_targeted_tlb_shootdown(mask, pmap, addr, 0, curcpu_cb, invl_op_pg); in smp_masked_invlpg() 776 smp_targeted_tlb_shootdown(mask, pmap, addr1, addr2, curcpu_cb, in smp_masked_invlpg_range() 787 smp_targeted_tlb_shootdown(all_cpus, NULL, 0, 0, curcpu_cb, in smp_cache_flush()
|