Home
last modified time | relevance | path

Searched refs:other_cpus (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dvm_machdep.c590 cpuset_t other_cpus; in sf_buf_shootdown() local
600 other_cpus = all_cpus; in sf_buf_shootdown()
601 CPU_CLR(cpuid, &other_cpus); in sf_buf_shootdown()
602 CPU_ANDNOT(&other_cpus, &sf->cpumask); in sf_buf_shootdown()
603 if (!CPU_EMPTY(&other_cpus)) { in sf_buf_shootdown()
604 CPU_OR(&sf->cpumask, &other_cpus); in sf_buf_shootdown()
605 smp_masked_invlpg(other_cpus, sf->kva, kernel_pmap, in sf_buf_shootdown()
H A Dmp_machdep.c502 cpuset_t other_cpus; in smp_targeted_tlb_shootdown() local
539 other_cpus = all_cpus; in smp_targeted_tlb_shootdown()
540 CPU_CLR(PCPU_GET(cpuid), &other_cpus); in smp_targeted_tlb_shootdown()
542 other_cpus = mask; in smp_targeted_tlb_shootdown()
546 while ((cpu = CPU_FFS(&other_cpus)) != 0) { in smp_targeted_tlb_shootdown()
548 CPU_CLR(cpu, &other_cpus); in smp_targeted_tlb_shootdown()
H A Dpmap.c1233 cpuset_t *mask, other_cpus; in pmap_invalidate_page_int() local
1244 other_cpus = all_cpus; in pmap_invalidate_page_int()
1247 mask = &other_cpus; in pmap_invalidate_page_int()
1259 cpuset_t *mask, other_cpus; in pmap_invalidate_range_int() local
1277 other_cpus = all_cpus; in pmap_invalidate_range_int()
1280 mask = &other_cpus; in pmap_invalidate_range_int()
1289 cpuset_t *mask, other_cpus; in pmap_invalidate_all_int() local
1300 other_cpus = all_cpus; in pmap_invalidate_all_int()
1303 mask = &other_cpus; in pmap_invalidate_all_int()
1372 cpuset_t active, other_cpus; in pmap_update_pde() local
[all …]
/f-stack/freebsd/arm/arm/
H A Dmp_machdep.c370 cpuset_t other_cpus; in ipi_all_but_self() local
372 other_cpus = all_cpus; in ipi_all_but_self()
373 CPU_CLR(PCPU_GET(cpuid), &other_cpus); in ipi_all_but_self()
375 intr_ipi_send(other_cpus, ipi); in ipi_all_but_self()
H A Dpmap-v6.c4436 cpuset_t other_cpus; in pmap_remove_pages() local
4439 other_cpus = pmap->pm_active; in pmap_remove_pages()
4440 CPU_CLR(PCPU_GET(cpuid), &other_cpus); in pmap_remove_pages()
4442 KASSERT(CPU_EMPTY(&other_cpus), in pmap_remove_pages()
/f-stack/freebsd/mips/mips/
H A Dmp_machdep.c81 cpuset_t other_cpus; in ipi_all_but_self() local
83 other_cpus = all_cpus; in ipi_all_but_self()
84 CPU_CLR(PCPU_GET(cpuid), &other_cpus); in ipi_all_but_self()
85 ipi_selected(other_cpus, ipi); in ipi_all_but_self()
/f-stack/freebsd/kern/
H A Dsubr_kdb.c685 cpuset_t other_cpus; in kdb_trap() local
704 other_cpus = all_cpus; in kdb_trap()
705 CPU_ANDNOT(&other_cpus, &stopped_cpus); in kdb_trap()
706 CPU_CLR(PCPU_GET(cpuid), &other_cpus); in kdb_trap()
707 stop_cpus_hard(other_cpus); in kdb_trap()
743 CPU_AND(&other_cpus, &stopped_cpus); in kdb_trap()
744 restart_cpus(other_cpus); in kdb_trap()
H A Dkern_shutdown.c850 cpuset_t other_cpus; in vpanic() local
865 other_cpus = all_cpus; in vpanic()
866 CPU_CLR(PCPU_GET(cpuid), &other_cpus); in vpanic()
867 stop_cpus_hard(other_cpus); in vpanic()
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c660 cpuset_t other_cpus, mask1; in smp_targeted_tlb_shootdown() local
721 other_cpus = all_cpus; in smp_targeted_tlb_shootdown()
722 CPU_CLR(PCPU_GET(cpuid), &other_cpus); in smp_targeted_tlb_shootdown()
724 other_cpus = mask; in smp_targeted_tlb_shootdown()
728 while ((cpu = CPU_FFS(&other_cpus)) != 0) { in smp_targeted_tlb_shootdown()
730 CPU_CLR(cpu, &other_cpus); in smp_targeted_tlb_shootdown()
H A Dpmap.c3281 cpuset_t active, other_cpus; in pmap_update_pde() local
3286 other_cpus = all_cpus; in pmap_update_pde()
3287 CPU_CLR(cpuid, &other_cpus); in pmap_update_pde()
3293 if (CPU_OVERLAP(&active, &other_cpus)) { in pmap_update_pde()
8021 cpuset_t other_cpus; in pmap_remove_pages() local
8023 other_cpus = all_cpus; in pmap_remove_pages()
8025 CPU_CLR(PCPU_GET(cpuid), &other_cpus); in pmap_remove_pages()
8026 CPU_AND(&other_cpus, &pmap->pm_active); in pmap_remove_pages()
8028 KASSERT(CPU_EMPTY(&other_cpus), ("pmap active %p", pmap)); in pmap_remove_pages()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c1375 cpuset_t other_cpus; in ipi_all_but_self() local
1384 other_cpus = all_cpus; in ipi_all_but_self()
1385 CPU_CLR(PCPU_GET(cpuid), &other_cpus); in ipi_all_but_self()
1386 CPU_OR_ATOMIC(&ipi_stop_nmi_pending, &other_cpus); in ipi_all_but_self()