Home
last modified time | relevance | path

Searched refs:num_cores (Results 1 – 10 of 10) sorted by relevance

/u-boot/arch/arc/include/asm/
A Darc-bcr.h54 unsigned int pad:7, c:1, num_entries:8, num_cores:8, ver:8; member
56 unsigned int ver:8, num_cores:8, num_entries:8, c:1, pad:7;
/u-boot/arch/powerpc/cpu/mpc8xxx/
A Dfdt.c45 int off, num_cores, del_cores; in ft_fixup_num_cores() local
48 num_cores = cpu_numcores(); in ft_fixup_num_cores()
72 debug ("%x core system found\n", num_cores); in ft_fixup_num_cores()
A Dcpu.c246 if (cpu->num_cores == 0) in cpu_mask()
298 if (cpu->num_cores == 0) in cpu_numcores()
301 return cpu->num_cores; in cpu_numcores()
333 if (cpu->num_cores == 0) { in fixup_cpu()
335 cpu->num_cores = cpu_numcores(); in fixup_cpu()
/u-boot/arch/mips/mach-octeon/include/mach/
A Dbootoct_cmd.h20 int num_cores[CVMX_MAX_NODES]; /** number of cores */ member
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
A Dsoc.h52 u32 num_cores; member
56 { .name = #n, .soc_ver = SVR_##v, .num_cores = (nc)}
/u-boot/arch/x86/cpu/broadwell/
A Dcpu_full.c365 int num_cores; in broadwell_init() local
371 num_cores = (msr.lo >> 16) & 0xffff; in broadwell_init()
372 debug("CPU has %u cores, %u threads enabled\n", num_cores, in broadwell_init()
375 priv->ht_disabled = num_threads == num_cores; in broadwell_init()
/u-boot/arch/mips/mach-octeon/
A Dbootoctlinux.c290 boot_args->num_cores[j] = node_values[j]; in octeon_parse_bootopts()
339 ((1ull << boot_args->num_cores[node]) - 1) << in octeon_parse_bootopts()
421 debug("%s%d", i > 0 ? ", " : "", boot_args.num_cores[i]); in do_bootoctlinux()
/u-boot/arch/powerpc/include/asm/
A Dprocessor.h1180 u32 num_cores; member
1196 { .name = #n, .soc_ver = SVR_##v, .num_cores = (nc), \
1199 { .name = #n, .soc_ver = SVR_##v, .num_cores = (nc), .mask = (m) }
/u-boot/include/acpi/
A Dacpigen.h866 void acpigen_write_processor_cnot(struct acpi_ctx *ctx, const uint num_cores);
/u-boot/lib/acpi/
A Dacpigen.c382 void acpigen_write_processor_cnot(struct acpi_ctx *ctx, const uint num_cores) in acpigen_write_processor_cnot() argument
387 for (core_id = 0; core_id < num_cores; core_id++) { in acpigen_write_processor_cnot()

Completed in 18 milliseconds