Searched refs:CPU_FIRST (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/sys/dev/acpica/ |
| H A D | acpi_hpet.c | 697 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 D | smp.h | 218 #define CPU_FIRST() cpu_first() macro
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_clocksource.c | 245 && curcpu == CPU_FIRST() in getnextcpuevent() 507 if (!smp_started && cpu != CPU_FIRST()) 769 || curcpu == CPU_FIRST()
|
| H A D | kern_shutdown.c | 415 sched_bind(curthread, CPU_FIRST()); in kern_reboot() 417 KASSERT(PCPU_GET(cpuid) == CPU_FIRST(), in kern_reboot()
|
| H A D | kern_clock.c | 498 if (curcpu == CPU_FIRST()) in hardclock()
|
| /freebsd-12.1/sys/net/ |
| H A D | rss_config.c | 253 cpuid = CPU_FIRST(); in rss_init()
|
| H A D | iflib.c | 5399 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 D | tsc.c | 440 first = CPU_FIRST(); in adj_smp_tsc()
|
| /freebsd-12.1/sys/compat/linsysfs/ |
| H A D | linsysfs.c | 569 sbuf_printf(sb, "%d-%d\n", CPU_FIRST(), mp_maxid); in linsysfs_cpuonline()
|
| /freebsd-12.1/sys/dev/netmap/ |
| H A D | if_ptnet.c | 667 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 D | ena.c | 1935 last_bind_cpu = CPU_FIRST(); in ena_setup_io_intr()
|