HomeSort by: relevance | last modified time | path
    Searched defs:cpus (Results 1 - 25 of 27) sorted by relevancy

1 2

  /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...]
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
mstar-v7.dtsi 16 cpus: cpus { label
bcm2711.dtsi 456 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;
  /src/sys/arch/macppc/macppc/
mainbus.c 70 int node, cpus, i; local in function:mainbus_attach
78 cpus = OF_finddevice("/cpus");
85 if ((cpus != -1) && (cpus != 0)) {
86 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);
  /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;
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/
jh7100.dtsi 16 cpus: cpus { label
jh7110.dtsi 18 cpus: cpus { label
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/sophgo/
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
  /src/sys/arch/evbmips/sbmips/
sb1250_icu.c 266 * Bits 27:24 (11:8 of G_SYS_PART) encode the number of CPUs present.
269 const u_int cpus = (sys_part >> 8) & 0xf; local in function:sb1250_icu_init
276 for (u_int i = 1; imr += IMR_REGISTER_SPACING, i < cpus; i++) {
  /src/sys/arch/sbmips/sbmips/
sb1250_icu.c 266 * Bits 27:24 (11:8 of G_SYS_PART) encode the number of CPUs present.
269 const u_int cpus = (sys_part >> 8) & 0xf; local in function:sb1250_icu_init
276 for (u_int i = 1; imr += IMR_REGISTER_SPACING, i < cpus; i++) {
  /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/external/gpl2/dts/dist/arch/riscv/boot/dts/thead/
th1520.dtsi 14 cpus: cpus { label
  /src/sys/arch/arm/samsung/
exynos_platform.c 112 const int cpus = OF_finddevice("/cpus"); local in function:exynos5800_mpstart
113 if (cpus == -1) {
114 aprint_error("%s: no /cpus node found\n", __func__);
143 for (child = OF_child(cpus); child; child = OF_peer(child)) {
348 cpus_off = fdt_path_offset(fdt_data, "/cpus");
  /src/sys/arch/sparc64/sparc64/
cpu.c 87 /* Linked list of all CPUs in system. */
91 struct cpu_info *cpus = NULL; variable in typeref:struct:cpu_info *
93 volatile sparc64_cpuset_t cpus_active;/* set of active cpus */
320 * Check for matching cpuid in the cpus list.
324 for (cpi = cpus; cpi != NULL; cpi = cpi->ci_next)
367 * Finally, add itself to the list of active cpus.
369 for (ci = cpus; ci->ci_next != NULL; ci = ci->ci_next)
504 * For other cpus, we need to call mi_cpu_attach()
758 cpus[0].ci_next = NULL;
763 for (ci = cpus; ci != NULL; ci = ci->ci_next)
    [all...]
  /src/sys/arch/xen/x86/
cpu.c 592 kcpuset_t *cpus; local in function:cpu_boot_secondary_processors
595 kcpuset_create(&cpus, true);
596 kcpuset_set(cpus, cpu_index(curcpu()));
608 kcpuset_set(cpus, cpu_index(ci));
610 while (!kcpuset_match(cpus, kcpuset_running))
612 kcpuset_destroy(cpus);
1169 * - on __x86_64__, this is for multiple CPUs to map in different user pmaps
1263 * Notify all other cpus to halt.
  /src/sys/arch/hppa/hppa/
machdep.c 180 * CPU params (should be the same for all cpus in the system)
215 /* w/ a little deviation should be the same for all installed cpus */
230 * exported methods for cpus
272 struct cpu_info cpus[HPPA_MAXCPUS] = { variable in typeref:struct:cpu_info[]
444 mtctl(&cpus[0], CR_CURCPU);
448 lwp0.l_cpu = &cpus[0];
  /src/sys/arch/x86/x86/
cpu.c 284 * the maximum only. We should fix it once cpus have different
356 aprint_error(": too many CPUs, please use NetBSD/amd64\n");
358 aprint_error(": too many CPUs\n");
556 * only after all CPUs have attached.
577 * CPUs. But their initialization was mostly bypassed
755 kcpuset_t *cpus; local in function:cpu_boot_secondary_processors
758 /* Now that we know the number of CPUs, patch the text segment. */
766 kcpuset_create(&cpus, true);
767 kcpuset_set(cpus, cpu_index(curcpu()));
779 kcpuset_set(cpus, cpu_index(ci))
    [all...]

Completed in 26 milliseconds

1 2