| /freebsd-10-stable/sys/sparc64/include/ |
| D | smp.h | 147 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_all_but_self() 162 if (__predict_false(atomic_load_acq_int(&smp_started) == 0 || in ipi_selected() 174 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_cpu() 188 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_dcache_page_inval() 205 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_icache_page_inval() 222 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_rd() 239 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_tlb_context_demap() 264 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_tlb_page_demap() 289 if (__predict_false(atomic_load_acq_int(&smp_started) == 0)) in ipi_tlb_range_demap()
|
| /freebsd-10-stable/sys/arm/arm/ |
| D | mp_machdep.c | 197 atomic_store_rel_int(&smp_started, 1); in init_secondary() 217 while (smp_started == 0) { in init_secondary() 349 if (smp_started) in release_aps() 408 if (smp_started) in tlb_broadcast()
|
| /freebsd-10-stable/sys/dev/xen/control/ |
| D | control.c | 352 if (smp_started) { in xctrl_suspend() 379 if (smp_started) { in xctrl_suspend() 417 if (smp_started && !CPU_EMPTY(&cpu_suspend_map)) { in xctrl_suspend() 434 if (smp_started) { in xctrl_suspend()
|
| /freebsd-10-stable/sys/kern/ |
| D | subr_smp.c | 72 volatile int smp_started; variable 173 if (!smp_started || cold || panicstr) in forward_signal() 221 if (!smp_started) in generic_stop_cpus() 327 if (!smp_started) in generic_restart_cpus() 483 if (!smp_started) { in smp_rendezvous_cpus() 788 KASSERT((!smp_started),("smp_no_rendevous called and smp is started")); in smp_no_rendevous_barrier() 848 active = smp_started; in sysctl_kern_smp_active()
|
| D | kern_clocksource.c | 330 if ((et->et_flags & ET_FLAGS_PERCPU) == 0 && smp_started) { in timercb() 494 if (!smp_started && cpu != CPU_FIRST()) in configtimer() 520 if ((timer->et_flags & ET_FLAGS_PERCPU) == 0 || !smp_started) { in configtimer()
|
| D | sched_4bsd.c | 1115 if (!smp_started || cold || panicstr) in forward_wakeup() 1295 if (smp_started && (td->td_pinned != 0 || td->td_flags & TDF_BOUND || in sched_add()
|
| D | sched_ule.c | 870 if (smp_started == 0 || rebalance == 0) in sched_balance() 979 if (smp_started == 0 || steal_idle == 0) in tdq_idled() 1216 if (smp_started == 0) in sched_pickcpu()
|
| D | kern_cpu.c | 271 if (mp_ncpus > 1 && !smp_started) { in cf_set_method()
|
| /freebsd-10-stable/sys/i386/xen/ |
| D | mp_machdep.c | 648 atomic_store_rel_int(&smp_started, 1); in init_secondary() 654 while (smp_started == 0) in init_secondary() 1096 if (smp_started) in smp_cache_flush() 1104 if (smp_started) { in smp_invltlb() 1113 if (smp_started) { in smp_invlpg() 1122 if (smp_started) { in smp_invlpg_range() 1131 if (smp_started) { in smp_masked_invltlb() 1140 if (smp_started) { in smp_masked_invlpg() 1149 if (smp_started) { in smp_masked_invlpg_range() 1304 while (smp_started == 0) in release_aps()
|
| /freebsd-10-stable/sys/mips/mips/ |
| D | mp_machdep.c | 319 atomic_store_rel_int(&smp_started, 1); in smp_init_secondary() 324 while (smp_started == 0) in smp_init_secondary() 354 while (smp_started == 0) in release_aps()
|
| /freebsd-10-stable/sys/i386/i386/ |
| D | mp_machdep.c | 802 atomic_store_rel_int(&smp_started, 1); in init_secondary() 808 while (smp_started == 0) in init_secondary() 1293 if (smp_started) in smp_cache_flush() 1301 if (smp_started) { in smp_invltlb() 1313 if (smp_started) { in smp_invlpg() 1325 if (smp_started) { in smp_invlpg_range() 1338 if (smp_started) { in smp_masked_invltlb() 1350 if (smp_started) { in smp_masked_invlpg() 1362 if (smp_started) { in smp_masked_invlpg_range() 1654 while (smp_started == 0) in release_aps()
|
| D | vm_machdep.c | 674 if (smp_started) { in cpu_reset()
|
| /freebsd-10-stable/sys/amd64/amd64/ |
| D | mp_machdep.c | 786 atomic_store_rel_int(&smp_started, 1); in init_secondary() 803 while (smp_started == 0) in init_secondary() 1246 if (smp_started) in smp_cache_flush() 1254 if (smp_started) { in smp_invltlb() 1266 if (smp_started) { in smp_invlpg() 1278 if (smp_started) { in smp_invlpg_range() 1291 if (smp_started) { in smp_masked_invltlb() 1303 if (smp_started) { in smp_masked_invlpg() 1316 if (smp_started) { in smp_masked_invlpg_range() 1723 while (smp_started == 0) in release_aps()
|
| D | vm_machdep.c | 592 if (smp_started) { in cpu_reset()
|
| /freebsd-10-stable/sys/sys/ |
| D | smp.h | 88 extern volatile int smp_started;
|
| /freebsd-10-stable/sys/ia64/ia64/ |
| D | mp_machdep.c | 255 while (!smp_started) in ia64_ap_startup() 479 smp_started = 1; in cpu_mp_unleash()
|
| /freebsd-10-stable/sys/powerpc/powerpc/ |
| D | mp_machdep.c | 271 smp_started = 1; in cpu_mp_unleash()
|
| /freebsd-10-stable/sys/net/ |
| D | flowtable.c | 842 if (smp_started == 1) { in flowtable_clean_vnet() 850 if (smp_started == 1) { in flowtable_clean_vnet()
|
| /freebsd-10-stable/sys/x86/x86/ |
| D | local_apic.c | 493 if (smp_started) in lapic_enable_pmc() 523 KASSERT(mp_ncpus == 1 || smp_started, ("hwpmc unloaded too early")); in lapic_disable_pmc()
|
| /freebsd-10-stable/sys/sparc64/sparc64/ |
| D | mp_machdep.c | 472 atomic_store_rel_int(&smp_started, 1); in cpu_mp_bootstrap()
|
| /freebsd-10-stable/sys/mips/rmi/dev/nlge/ |
| D | if_nlge.c | 1158 if (smp_started) in nlna_config_pde() 1227 if (smp_started) in nlna_config_translate_table()
|
| /freebsd-10-stable/sys/geom/eli/ |
| D | g_eli.c | 485 while (!smp_started) in g_eli_worker()
|
| /freebsd-10-stable/sys/dev/hyperv/vmbus/ |
| D | vmbus.c | 1465 device_printf(sc->vmbus_dev, "smp_started = %d\n", smp_started); in vmbus_doattach()
|
| /freebsd-10-stable/sys/powerpc/booke/ |
| D | pmap.c | 433 if (!smp_started) in tlb_miss_lock() 459 if (!smp_started) in tlb_miss_unlock()
|
| /freebsd-10-stable/sys/dev/acpica/ |
| D | acpi.c | 2802 if (smp_started) { in acpi_EnterSleepState() 2937 if (smp_started) { in acpi_EnterSleepState()
|