Searched refs:other_cpus (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/sys/mips/mips/
H A Dmp_machdep.c79 cpuset_t other_cpus; local
81 other_cpus = all_cpus;
82 CPU_CLR(PCPU_GET(cpuid), &other_cpus); local
83 ipi_selected(other_cpus, ipi);
/freebsd-11.0-release/sys/riscv/riscv/
H A Dintr_machdep.c267 cpuset_t other_cpus; local
269 other_cpus = all_cpus;
270 CPU_CLR(PCPU_GET(cpuid), &other_cpus); local
273 ipi_selected(other_cpus, ipi);
/freebsd-11.0-release/sys/arm/arm/
H A Dmp_machdep.c504 cpuset_t other_cpus; local
506 other_cpus = all_cpus;
507 CPU_CLR(PCPU_GET(cpuid), &other_cpus); local
510 intr_ipi_send(other_cpus, ipi);
512 pic_ipi_send(other_cpus, ipi);
H A Dpmap-v6.c4371 cpuset_t other_cpus; local
4374 other_cpus = pmap->pm_active;
4375 CPU_CLR(PCPU_GET(cpuid), &other_cpus); local
4377 KASSERT(CPU_EMPTY(&other_cpus),
/freebsd-11.0-release/sys/i386/i386/
H A Dvm_machdep.c803 cpuset_t other_cpus; local
813 other_cpus = all_cpus;
814 CPU_CLR(cpuid, &other_cpus);
815 CPU_NAND(&other_cpus, &sf->cpumask);
816 if (!CPU_EMPTY(&other_cpus)) {
817 CPU_OR(&sf->cpumask, &other_cpus);
818 smp_masked_invlpg(other_cpus, sf->kva);
H A Dpmap.c1015 cpuset_t *mask, other_cpus; local
1024 other_cpus = all_cpus;
1025 CPU_CLR(cpuid, &other_cpus);
1028 CPU_AND(&other_cpus, &pmap->pm_active);
1029 mask = &other_cpus;
1041 cpuset_t *mask, other_cpus; local
1057 other_cpus = all_cpus;
1058 CPU_CLR(cpuid, &other_cpus);
1062 CPU_AND(&other_cpus, &pmap->pm_active);
1063 mask = &other_cpus;
1072 cpuset_t *mask, other_cpus; local
1164 cpuset_t active, other_cpus; local
[all...]
/freebsd-11.0-release/sys/kern/
H A Dsubr_kdb.c612 cpuset_t other_cpus; local
633 other_cpus = all_cpus;
634 CPU_CLR(PCPU_GET(cpuid), &other_cpus); local
635 stop_cpus_hard(other_cpus);
H A Dkern_shutdown.c697 cpuset_t other_cpus; local
707 * stop_cpus_hard(other_cpus) should prevent multiple CPUs from
712 other_cpus = all_cpus;
713 CPU_CLR(PCPU_GET(cpuid), &other_cpus); local
714 stop_cpus_hard(other_cpus);
/freebsd-11.0-release/sys/x86/x86/
H A Dmp_x86.c1177 cpuset_t other_cpus; local
1179 other_cpus = all_cpus;
1180 CPU_CLR(PCPU_GET(cpuid), &other_cpus); local
1182 ipi_selected(other_cpus, ipi);
1192 CPU_OR_ATOMIC(&ipi_stop_nmi_pending, &other_cpus);
/freebsd-11.0-release/sys/amd64/amd64/
H A Dpmap.c1738 cpuset_t active, other_cpus; local
1743 other_cpus = all_cpus;
1744 CPU_CLR(cpuid, &other_cpus);
1750 if (CPU_OVERLAP(&active, &other_cpus)) {
5419 cpuset_t other_cpus;
5421 other_cpus = all_cpus;
5423 CPU_CLR(PCPU_GET(cpuid), &other_cpus);
5424 CPU_AND(&other_cpus, &pmap->pm_active);
5426 KASSERT(CPU_EMPTY(&other_cpus), ("pmap active %p", pmap));
5418 cpuset_t other_cpus; local
5422 CPU_CLR(PCPU_GET(cpuid), &other_cpus); local

Completed in 224 milliseconds