Searched refs:num_cores (Results 1 – 10 of 10) sorted by relevance
/u-boot/arch/arc/include/asm/ |
A D | arc-bcr.h | 54 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 D | fdt.c | 45 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 D | cpu.c | 246 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 D | bootoct_cmd.h | 20 int num_cores[CVMX_MAX_NODES]; /** number of cores */ member
|
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
A D | soc.h | 52 u32 num_cores; member 56 { .name = #n, .soc_ver = SVR_##v, .num_cores = (nc)}
|
/u-boot/arch/x86/cpu/broadwell/ |
A D | cpu_full.c | 365 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 D | bootoctlinux.c | 290 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 D | processor.h | 1180 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 D | acpigen.h | 866 void acpigen_write_processor_cnot(struct acpi_ctx *ctx, const uint num_cores);
|
/u-boot/lib/acpi/ |
A D | acpigen.c | 382 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