Searched refs:smp_started (Results 1 - 25 of 25) sorted by relevance

/freebsd-13-stable/sys/dev/xen/control/
H A Dcontrol.c212 MPASS(mp_ncpus == 1 || smp_started);
217 if (smp_started) {
249 if (smp_started) {
315 if (smp_started) {
/freebsd-13-stable/sys/kern/
H A Dsubr_atomic64.c70 if (smp_started) mtx_lock(_amtx)
72 #define UNLOCK_A64() if (smp_started) mtx_unlock(_amtx)
H A Dsubr_smp.c76 volatile int smp_started; variable
199 if (!smp_started || cold || KERNEL_PANICKED())
251 if (!smp_started)
359 if (!smp_started)
403 if (!smp_started)
555 if (!smp_started) {
884 KASSERT((!smp_started),("smp_no_rendezvous called and smp is started"));
903 if (!smp_started) {
1071 active = smp_started;
H A Dkern_clocksource.c331 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) {
H A Dkern_cpu.c258 MPASS(mp_ncpus == 1 || smp_started);
267 if (mp_ncpus > 1 && !smp_started) {
H A Dsched_ule.c991 if (smp_started == 0 || steal_idle == 0 || tdq->tdq_cg == NULL)
1254 if (smp_started == 0)
1926 if (smp_started == 0 || trysteal_limit == 0 || tdq->tdq_cg == NULL)
2414 if (balance_tdq == tdq && smp_started != 0 && rebalance != 0 &&
H A Dsched_4bsd.c1144 if (!smp_started || KERNEL_PANICKED())
1326 if (smp_started && (td->td_pinned != 0 || td->td_flags & TDF_BOUND ||
/freebsd-13-stable/sys/mips/mips/
H A Dmp_machdep.c325 atomic_store_rel_int(&smp_started, 1);
330 while (smp_started == 0)
370 while (smp_started == 0)
/freebsd-13-stable/sys/arm/arm/
H A Dmp_machdep.c201 atomic_store_rel_int(&smp_started, 1);
207 while (smp_started == 0) {
211 CTR0(KTR_SMP, "AP still wait for smp_started");
343 if (smp_started)
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dmp_machdep.c108 while(smp_started == 0)
288 atomic_store_rel_int(&smp_started, 1);
H A Dcpu.c802 if (smp_started == 0)
/freebsd-13-stable/sys/sys/
H A Dsmp.h172 extern volatile int smp_started;
232 * smp_started is initialized at the appropriate time.
/freebsd-13-stable/sys/riscv/riscv/
H A Dmp_machdep.c214 if (smp_started)
282 atomic_store_rel_int(&smp_started, 1);
H A Dpmap.c727 if (!CPU_EMPTY(&mask) && smp_started)
742 if (!CPU_EMPTY(&mask) && smp_started)
768 if (!CPU_EMPTY(&mask) && smp_started)
4358 if (!CPU_EMPTY(&mask) && smp_started) {
/freebsd-13-stable/sys/arm64/arm64/
H A Dmp_machdep.c185 if (smp_started) {
282 atomic_store_rel_int(&smp_started, 1);
/freebsd-13-stable/sys/x86/x86/
H A Dintr_machdep.c406 MPASS(mp_ncpus == 1 || smp_started);
612 MPASS(mp_ncpus == 1 || smp_started);
H A Dmp_x86.c1063 atomic_store_rel_int(&smp_started, 1);
1082 while (atomic_load_acq_int(&smp_started) == 0)
1645 while (smp_started == 0)
H A Dlocal_apic.c921 MPASS(mp_ncpus == 1 || smp_started);
930 if (smp_started)
961 KASSERT(mp_ncpus == 1 || smp_started, ("hwpmc unloaded too early"));
H A Dcpu_machdep.c436 if (smp_started) {
/freebsd-13-stable/sys/i386/i386/
H A Dmp_machdep.c511 if (kdb_active || KERNEL_PANICKED() || !smp_started) {
/freebsd-13-stable/sys/geom/eli/
H A Dg_eli.c623 MPASS(!sc->sc_cpubind || smp_started);
627 while (!smp_started)
/freebsd-13-stable/sys/powerpc/booke/
H A Dpmap.c473 if (!smp_started)
498 if (!smp_started)
2659 if ((e->mas2 & _TLB_ENTRY_SHARED) && smp_started) {
/freebsd-13-stable/sys/amd64/amd64/
H A Dmp_machdep.c669 if (kdb_active || KERNEL_PANICKED() || !smp_started)
/freebsd-13-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c1520 device_printf(sc->vmbus_dev, "smp_started = %d\n", smp_started);
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi.c3092 MPASS(mp_ncpus == 1 || smp_started);
3097 if (smp_started) {
3241 if (smp_started) {

Completed in 179 milliseconds