Searched refs:cpu (Results 326 - 350 of 796) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/sys/arm/arm/
H A Dplatform.c53 #include <machine/cpu.h>
/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2836_mp.c43 #include <machine/cpu.h>
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx6_audmux.c52 #include <machine/cpu.h>
H A Dimx6_mp.c42 #include <machine/cpu.h>
/freebsd-12-stable/sys/arm/freescale/vybrid/
H A Dvf_dmamux.c53 #include <machine/cpu.h>
H A Dvf_src.c53 #include <machine/cpu.h>
/freebsd-12-stable/sys/arm/mv/armada38x/
H A Dpmsu.c44 #include <machine/cpu.h>
/freebsd-12-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_mp.c40 #include <machine/cpu.h>
105 mask = 1 << (i + 8); /* cpu mask */
/freebsd-12-stable/sys/arm/rockchip/
H A Drk30xx_grf.c45 #include <machine/cpu.h>
H A Drk30xx_pmu.c45 #include <machine/cpu.h>
/freebsd-12-stable/sys/arm/samsung/exynos/
H A Dexynos5_mct.c45 #include <machine/cpu.h>
H A Dexynos5_mp.c41 #include <machine/cpu.h>
H A Dexynos5_pmu.c50 #include <machine/cpu.h>
/freebsd-12-stable/sys/arm64/arm64/
H A Dgic_v3.c59 #include <machine/cpu.h>
836 int cpu; local
857 cpu = CPU_FFS(&isrc->isrc_cpu) - 1;
858 gic_d_write(sc, 4, GICD_IROUTER(gi->gi_irq), CPU_AFFINITY(cpu));
872 u_int cpu, irq; local
876 cpu = PCPU_GET(cpuid);
884 "Could not initialize GIC for CPU%u\n", cpu);
892 if (intr_isrc_init_on_cpu(isrc, cpu))
899 if (intr_isrc_init_on_cpu(isrc, cpu))
935 /* Send the IPI to this cpu */
[all...]
/freebsd-12-stable/share/mk/
H A DMakefile23 bsd.cpu.mk \
/freebsd-12-stable/sys/amd64/amd64/
H A Dprof_machdep.c37 #include <sys/cpu.h>
303 /* If the cpu frequency changed while profiling, report a warning. */
315 printf("warning: cpu freq changed while profiling active\n");
/freebsd-12-stable/sys/dev/cfe/
H A Dcfe_api.c116 cfe_cpu_start(int cpu, void (*fn)(void), long sp, long gp, long a1) argument
125 xiocb.plist.xiocb_cpuctl.cpu_number = cpu;
140 cfe_cpu_stop(int cpu) argument
149 xiocb.plist.xiocb_cpuctl.cpu_number = cpu;
/freebsd-12-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c295 "cpu", CTLFLAG_RD, &chan->ch_cpuid, 0, "owner CPU id");
1432 vmbus_event_proc(struct vmbus_softc *sc, int cpu) argument
1440 eventf = VMBUS_PCPU_GET(sc, event_flags, cpu) + VMBUS_SINT_MESSAGE;
1442 VMBUS_PCPU_GET(sc, event_flags_cnt, cpu));
1446 vmbus_event_proc_compat(struct vmbus_softc *sc, int cpu) argument
1450 eventf = VMBUS_PCPU_GET(sc, event_flags, cpu) + VMBUS_SINT_MESSAGE;
1476 "chan%u update cpu%d flag_cnt to %d\n",
1639 /* Select default cpu for this channel. */
1646 vmbus_chan_cpu_set(struct vmbus_channel *chan, int cpu) argument
1648 KASSERT(cpu >
1670 int cpu; local
[all...]
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_cpu.c34 #include <sys/cpu.h>
166 ACPI_SERIAL_DECL(cpu, "ACPI CPU");
227 "cpu",
233 DRIVER_MODULE(cpu, acpi, acpi_cpu_driver, acpi_cpu_devclass, 0, 0);
234 MODULE_DEPEND(cpu, acpi, 1, 1, 1);
247 if (acpi_disabled("cpu") || acpi_cpu_disabled)
380 * If this is the first cpu we attach, create and initialize the generic
381 * resources that will be used by all acpi cpu devices.
387 /* Install hw.acpi.cpu sysctl tree */
391 SYSCTL_CHILDREN(acpi_sc->acpi_sysctl_tree), OID_AUTO, "cpu",
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/
H A Dlto.h411 * Sets the cpu to generate code for.
416 lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu);
756 * Sets the cpu to generate code for.
760 extern void thinlto_codegen_set_cpu(thinlto_code_gen_t cg, const char *cpu);
/freebsd-12-stable/contrib/ntp/sntp/scripts/
H A Dcvo.sh139 # keys['cpu'] = "cvo.CVO['CVO_CPU']"
140 TS=`echo $TS | sed -e s/@cpu@/$CVO_CPU/g`
/freebsd-12-stable/contrib/bearssl/T0/
H A DWordInterpreted.cs74 internal override void Run(CPU cpu) argument
77 cpu.Enter(Code, NumLocals);
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mips74k.c37 #include <machine/cpu.h>
239 mips_get_perfctl(int cpu, int ri, uint32_t event, uint32_t caps) argument
/freebsd-12-stable/sys/dev/neta/
H A Dif_mvnetavar.h130 int cpu; member in struct:mvneta_rx_ring
164 int cpu; member in struct:mvneta_tx_ring
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_dbg.h36 int cpu; member in struct:sdpprf_log
72 l->cpu = smp_processor_id(); \

Completed in 284 milliseconds

<<11121314151617181920>>