/src/sys/arch/evbmips/alchemy/ |
genericbd.c | 69 } cpus[] = { variable in typeref:struct:__anona438fb730108[] 85 for (i = 0; cpus[i].name; i++) { 86 if (cpus[i].id == MIPS_PRID_COPTS(cpu_id)) { 87 genericbd_info.ab_name = cpus[i].name;
|
/src/sys/arch/riscv/fdt/ |
cpus_fdt.c | 46 const int cpus = faa->faa_phandle; local in function:fdtbus_cpus_md_attach 49 int ret = of_getprop_uint32(cpus, "timebase-frequency", &tbfreq);
|
cpu_fdt.c | 70 const int cpus = OF_finddevice("/cpus"); local in function:riscv_fdt_cpu_bootstrap 71 if (cpus == -1) { 72 aprint_error("%s: no /cpus node found\n", __func__); 78 for (int child = OF_child(cpus); child; child = OF_peer(child)) { 125 const int cpus = OF_finddevice("/cpus"); local in function:riscv_fdt_cpu_mpstart 126 if (cpus == -1) { 127 aprint_error("%s: no /cpus node found\n", __func__); 133 for (int child = OF_child(cpus); child; child = OF_peer(child)) [all...] |
/src/sys/arch/arm/dts/ |
sun8i-h3-nanopi-neo.dts | 32 cpus {
|
sun8i-h3-orangepi-plus2e.dts | 32 cpus {
|
/src/sys/arch/ia64/include/ |
smp.h | 34 void ipi_selected(u_int64_t cpus, int ipi);
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
lpc4350.dtsi | 17 cpus {
|
lpc4357.dtsi | 17 cpus {
|
bcm4708.dtsi | 23 cpus {
|
imx6dl-tx6s-8034.dts | 51 cpus {
|
mstar-infinity2m.dtsi | 9 &cpus {
|
arm-realview-eb-a9mp.dts | 33 cpus {
|
imx6dl-tx6s-8035.dts | 51 cpus {
|
alphascale-asm9260.dtsi | 19 cpus {
|
arm-realview-eb-11mp.dts | 35 * qemu-system-arm -M realview-eb-mpcore -smp cpus=4 37 cpus {
|
omap443x.dtsi | 14 cpus {
|
armada-xp-98dx4251.dtsi | 17 cpus {
|
vf500.dtsi | 14 cpus {
|
/src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/realtek/ |
rtl838x.dtsi | 4 cpus {
|
/src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/xilfpga/ |
microAptiv.dtsi | 7 cpus {
|
/src/sys/arch/macppc/macppc/ |
mainbus.c | 70 int node, cpus, i; local in function:mainbus_attach 89 cpus = OF_finddevice("/cpus"); 96 if ((cpus != -1) && (cpus != 0)) { 97 node = OF_child(cpus);
|
/src/sys/external/bsd/drm2/linux/ |
linux_stop_machine.c | 81 stop_machine(int (*callback)(void *), void *cookie, const struct kcpuset *cpus) 85 KASSERT(cpus == NULL); /* not implemented */
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/ |
armada-372x.dtsi | 18 cpus {
|
/src/sys/arch/arm/fdt/ |
cpu_fdt.c | 149 const int cpus = OF_finddevice("/cpus"); local in function:arm_fdt_cpu_bootstrap 150 if (cpus == -1) { 151 aprint_error("%s: no /cpus node found\n", __func__); 156 /* Count CPUs */ 164 for (child = OF_child(cpus); child; child = OF_peer(child)) { 228 const int cpus = OF_finddevice("/cpus"); local in function:arm_fdt_cpu_mpstart 229 if (cpus == -1) { 230 aprint_error("%s: no /cpus node found\n", __func__) [all...] |
/src/sys/arch/vax/vax/ |
multicpu.c | 61 struct cpu_info_qh cpus = SIMPLEQ_HEAD_INITIALIZER(cpus); variable in typeref:struct:cpu_info_qh 105 SIMPLEQ_INSERT_TAIL(&cpus, ci, ci_next);
|