/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);
|
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...] |
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...] |
clint_fdt.c | 167 const int cpus = OF_finddevice("/cpus"); local in function:clint_attach 168 if (cpus == -1) { 169 aprint_error(": couldn't get 'cpus' node\n"); 174 int ret = of_getprop_uint32(cpus, "timebase-frequency", &tbfreq);
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
bcm2836.dtsi | 39 cpus: cpus { label
|
bcm2837.dtsi | 38 cpus: cpus { label
|
bcm2836.dtsi | 39 cpus: cpus { label
|
bcm2837.dtsi | 38 cpus: cpus { label
|
mstar-v7.dtsi | 16 cpus: cpus { label
|
mstar-v7.dtsi | 16 cpus: cpus { label
|
/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;
|
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/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);
|
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/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);
|
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);
|
/src/sys/arch/ia64/acpi/ |
madt.c | 228 int cpus, t, tables; local in function:ia64_count_cpus 239 cpus = 0; 258 cpus++; 264 return cpus;
|
madt.c | 228 int cpus, t, tables; local in function:ia64_count_cpus 239 cpus = 0; 258 cpus++; 264 return cpus;
|
/src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/ |
jh7100.dtsi | 16 cpus: cpus { label
|
jh7100.dtsi | 16 cpus: cpus { label
|
/src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/sophgo/ |
cv18xx.dtsi | 15 cpus: cpus { label
|
cv18xx.dtsi | 15 cpus: cpus { label
|
/src/sys/dev/nvmm/ |
nvmm_internal.h | 98 struct nvmm_cpu cpus[NVMM_MAX_VCPUS]; member in struct:nvmm_machine
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
ipq6018.dtsi | 32 cpus: cpus { label
|