Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/acpica/
H A Dacpi_hpet.c697 cur_cpu = CPU_FIRST(); in hpet_attach()
701 if (cur_cpu == CPU_FIRST()) in hpet_attach()
711 bus_bind_intr(dev, t->intr_res, CPU_FIRST()); in hpet_attach()
731 bus_bind_intr(dev, sc->intr_res, CPU_FIRST()); in hpet_attach()
/freebsd-12.1/sys/sys/
H A Dsmp.h218 #define CPU_FIRST() cpu_first() macro
/freebsd-12.1/sys/kern/
H A Dkern_clocksource.c245 && curcpu == CPU_FIRST() in getnextcpuevent()
507 if (!smp_started && cpu != CPU_FIRST())
769 || curcpu == CPU_FIRST()
H A Dkern_shutdown.c415 sched_bind(curthread, CPU_FIRST()); in kern_reboot()
417 KASSERT(PCPU_GET(cpuid) == CPU_FIRST(), in kern_reboot()
H A Dkern_clock.c498 if (curcpu == CPU_FIRST()) in hardclock()
/freebsd-12.1/sys/net/
H A Drss_config.c253 cpuid = CPU_FIRST(); in rss_init()
H A Diflib.c5399 for (txconf = i = 0, cpu = CPU_FIRST(); i < ntxqsets; i++, txconf++, txq++, cpu = CPU_NEXT(cpu)) { in iflib_queues_alloc()
5811 #define get_core_offset(ctx, type, qid) CPU_FIRST()
5812 #define find_close_core(cpuid, tid) CPU_FIRST()
5813 #define find_nth(ctx, gid) CPU_FIRST()
/freebsd-12.1/sys/x86/x86/
H A Dtsc.c440 first = CPU_FIRST(); in adj_smp_tsc()
/freebsd-12.1/sys/compat/linsysfs/
H A Dlinsysfs.c569 sbuf_printf(sb, "%d-%d\n", CPU_FIRST(), mp_maxid); in linsysfs_cpuonline()
/freebsd-12.1/sys/dev/netmap/
H A Dif_ptnet.c667 cpu_cur = CPU_FIRST(); in ptnet_irqs_init()
693 cpu_cur = CPU_FIRST(); in ptnet_irqs_init()
/freebsd-12.1/sys/dev/ena/
H A Dena.c1935 last_bind_cpu = CPU_FIRST(); in ena_setup_io_intr()