| /freebsd-12-stable/sys/sparc64/include/ |
| D | smp.h | 149 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_all_but_self() 164 if (__predict_false(atomic_load_acq_int(&smp_started) == 0 || in ipi_selected() 176 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_cpu() 190 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_dcache_page_inval() 207 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_icache_page_inval() 224 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_rd() 241 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_tlb_context_demap() 266 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_tlb_page_demap() 291 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_tlb_range_demap()
|
| /freebsd-12-stable/sys/dev/xen/control/ |
| D | control.c | 212 MPASS(mp_ncpus == 1 || smp_started); in xctrl_suspend() 217 if (smp_started) { in xctrl_suspend() 249 if (smp_started) { in xctrl_suspend() 315 if (smp_started) { in xctrl_suspend()
|
| /freebsd-12-stable/sys/arm/arm/ |
| D | mp_machdep.c | 201 atomic_store_rel_int(&smp_started, 1); in init_secondary() 207 while (smp_started == 0) { in init_secondary() 343 if (smp_started) in release_aps()
|
| /freebsd-12-stable/sys/mips/mips/ |
| D | mp_machdep.c | 328 atomic_store_rel_int(&smp_started, 1); in smp_init_secondary() 333 while (smp_started == 0) in smp_init_secondary() 373 while (smp_started == 0) in release_aps()
|
| /freebsd-12-stable/sys/kern/ |
| D | subr_smp.c | 76 volatile int smp_started; variable 198 if (!smp_started || cold || panicstr) in forward_signal() 250 if (!smp_started) in generic_stop_cpus() 360 if (!smp_started) in generic_restart_cpus() 528 if (!smp_started) { in smp_rendezvous_cpus() 852 KASSERT((!smp_started),("smp_no_rendezvous called and smp is started")); in smp_no_rendezvous_barrier() 912 active = smp_started; in sysctl_kern_smp_active()
|
| D | subr_atomic64.c | 70 if (smp_started) mtx_lock(_amtx) 72 #define UNLOCK_A64() if (smp_started) mtx_unlock(_amtx)
|
| D | kern_clocksource.c | 331 MPASS(mp_ncpus == 1 || smp_started); 338 if ((et->et_flags & ET_FLAGS_PERCPU) == 0 && smp_started) { 501 MPASS(mp_ncpus == 1 || smp_started); 507 if (!smp_started && cpu != CPU_FIRST()) 538 if ((timer->et_flags & ET_FLAGS_PERCPU) == 0 || !smp_started) {
|
| D | kern_cpu.c | 266 MPASS(mp_ncpus == 1 || smp_started); in cf_set_method() 275 if (mp_ncpus > 1 && !smp_started) { in cf_set_method()
|
| D | sched_ule.c | 992 if (smp_started == 0 || steal_idle == 0 || tdq->tdq_cg == NULL) in tdq_idled() 1258 if (smp_started == 0) in sched_pickcpu() 1909 if (smp_started == 0 || trysteal_limit == 0 || tdq->tdq_cg == NULL) in tdq_trysteal() 2414 if (balance_tdq == tdq && smp_started != 0 && rebalance != 0) { in sched_clock()
|
| D | sched_4bsd.c | 1123 if (!smp_started || panicstr) in forward_wakeup() 1303 if (smp_started && (td->td_pinned != 0 || td->td_flags & TDF_BOUND || in sched_add()
|
| /freebsd-12-stable/sys/powerpc/powerpc/ |
| D | mp_machdep.c | 104 while(smp_started == 0) in machdep_ap_bootstrap() 272 atomic_store_rel_int(&smp_started, 1); in cpu_mp_unleash()
|
| D | cpu.c | 800 if (smp_started == 0) in cpu_idle_powerx()
|
| /freebsd-12-stable/sys/riscv/riscv/ |
| D | mp_machdep.c | 214 if (smp_started) { in release_aps() 284 atomic_store_rel_int(&smp_started, 1); in init_secondary()
|
| D | pmap.c | 745 if (!CPU_EMPTY(&mask) && smp_started) in pmap_invalidate_page() 760 if (!CPU_EMPTY(&mask) && smp_started) in pmap_invalidate_range() 786 if (!CPU_EMPTY(&mask) && smp_started) in pmap_invalidate_all() 4355 if (!CPU_EMPTY(&mask) && smp_started) in pmap_sync_icache()
|
| /freebsd-12-stable/sys/sys/ |
| D | smp.h | 172 extern volatile int smp_started;
|
| /freebsd-12-stable/sys/x86/x86/ |
| D | mp_x86.c | 1067 atomic_store_rel_int(&smp_started, 1); in init_secondary_tail() 1086 while (atomic_load_acq_int(&smp_started) == 0) in init_secondary_tail() 1607 while (smp_started == 0) in release_aps() 1689 if (kdb_active || panicstr != NULL || !smp_started) in smp_targeted_tlb_shootdown()
|
| D | intr_machdep.c | 406 MPASS(mp_ncpus == 1 || smp_started); 612 MPASS(mp_ncpus == 1 || smp_started);
|
| D | local_apic.c | 918 MPASS(mp_ncpus == 1 || smp_started); in native_lapic_enable_pmc() 927 if (smp_started) in native_lapic_enable_pmc() 958 KASSERT(mp_ncpus == 1 || smp_started, ("hwpmc unloaded too early")); in native_lapic_disable_pmc()
|
| D | cpu_machdep.c | 440 if (smp_started) { in cpu_reset()
|
| /freebsd-12-stable/sys/arm64/arm64/ |
| D | mp_machdep.c | 256 if (smp_started) { in release_aps() 322 atomic_store_rel_int(&smp_started, 1); in init_secondary()
|
| /freebsd-12-stable/sys/geom/eli/ |
| D | g_eli.c | 530 MPASS(!sc->sc_cpubind || smp_started); in g_eli_worker() 534 while (!smp_started) in g_eli_worker()
|
| /freebsd-12-stable/sys/contrib/ncsw/user/env/ |
| D | xx.c | 330 if ((info->flags & XX_INTR_FLAG_BOUND) == 0 && smp_started && in XX_Dispatch()
|
| /freebsd-12-stable/sys/sparc64/sparc64/ |
| D | mp_machdep.c | 472 atomic_store_rel_int(&smp_started, 1); in cpu_mp_bootstrap()
|
| /freebsd-12-stable/sys/dev/acpica/ |
| D | acpi.c | 3059 MPASS(mp_ncpus == 1 || smp_started); in acpi_EnterSleepState() 3064 if (smp_started) { in acpi_EnterSleepState() 3208 if (smp_started) { in acpi_EnterSleepState()
|
| /freebsd-12-stable/sys/powerpc/booke/ |
| D | pmap.c | 504 if (!smp_started) in tlb_miss_lock() 530 if (!smp_started) in tlb_miss_unlock() 3970 if ((e->mas2 & _TLB_ENTRY_SHARED) && smp_started) { in tlb1_write_entry()
|