Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dsmp.h223 #define CPU_FIRST() cpu_first() macro
/freebsd-13.1/sys/dev/acpica/
H A Dacpi_hpet.c705 cur_cpu = CPU_FIRST(); in hpet_attach()
709 if (cur_cpu == CPU_FIRST()) in hpet_attach()
719 bus_bind_intr(dev, t->intr_res, CPU_FIRST()); in hpet_attach()
739 bus_bind_intr(dev, sc->intr_res, CPU_FIRST()); in hpet_attach()
/freebsd-13.1/sys/kern/
H A Dkern_clocksource.c244 && curcpu == CPU_FIRST() in getnextcpuevent()
508 if (!smp_started && cpu != CPU_FIRST())
770 || curcpu == CPU_FIRST()
H A Dkern_shutdown.c451 sched_bind(curthread, CPU_FIRST()); in kern_reboot()
453 KASSERT(PCPU_GET(cpuid) == CPU_FIRST(), in kern_reboot()
H A Dkern_clock.c509 if (curcpu == CPU_FIRST()) in hardclock()
/freebsd-13.1/sys/net/
H A Drss_config.c254 cpuid = CPU_FIRST(); in rss_init()
H A Diflib.c5938 for (txconf = i = 0, cpu = CPU_FIRST(); i < ntxqsets; i++, txconf++, txq++, cpu = CPU_NEXT(cpu)) { in iflib_queues_alloc()
/freebsd-13.1/sys/x86/x86/
H A Dtsc.c497 first = CPU_FIRST(); in adj_smp_tsc()
/freebsd-13.1/sys/compat/linsysfs/
H A Dlinsysfs.c570 sbuf_printf(sb, "%d-%d\n", CPU_FIRST(), mp_maxid); in linsysfs_cpuonline()
/freebsd-13.1/sys/dev/netmap/
H A Dif_ptnet.c669 cpu_cur = CPU_FIRST(); in ptnet_irqs_init()
695 cpu_cur = CPU_FIRST(); in ptnet_irqs_init()
/freebsd-13.1/sys/dev/ioat/
H A Dioat.c301 ioat->cpu = CPU_FIRST(); in ioat_attach()