Searched refs:num_cores (Results 1 – 9 of 9) sorted by relevance
| /arch/powerpc/cpu/mpc8xxx/ |
| A D | fdt.c | 40 int off, num_cores, del_cores; in ft_fixup_num_cores() local 43 num_cores = cpu_numcores(); in ft_fixup_num_cores() 67 debug ("%x core system found\n", num_cores); in ft_fixup_num_cores()
|
| A D | cpu.c | 245 if (cpu->num_cores == 0) in cpu_mask() 297 if (cpu->num_cores == 0) in cpu_numcores() 300 return cpu->num_cores; in cpu_numcores() 331 if (cpu->num_cores == 0) { in fixup_cpu() 333 cpu->num_cores = cpu_numcores(); in fixup_cpu()
|
| /arch/arc/include/asm/ |
| A D | arc-bcr.h | 52 unsigned int pad:7, c:1, num_entries:8, num_cores:8, ver:8; member 54 unsigned int ver:8, num_cores:8, num_entries:8, c:1, pad:7;
|
| /arch/mips/mach-mtmips/mt7621/spl/ |
| A D | cps.c | 51 u32 gcrcfg, num_cores; in cm_init() local 54 num_cores = FIELD_GET(GCR_CONFIG_PCORES, gcrcfg) + 1; in cm_init() 56 writel((1 << num_cores) - 1, cm_base + GCR_ACCESS); in cm_init()
|
| /arch/mips/mach-octeon/include/mach/ |
| A D | bootoct_cmd.h | 20 int num_cores[CVMX_MAX_NODES]; /** number of cores */ member
|
| /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)}
|
| /arch/x86/cpu/broadwell/ |
| A D | cpu_full.c | 364 int num_cores; in broadwell_init() local 370 num_cores = (msr.lo >> 16) & 0xffff; in broadwell_init() 371 debug("CPU has %u cores, %u threads enabled\n", num_cores, in broadwell_init() 374 priv->ht_disabled = num_threads == num_cores; in broadwell_init()
|
| /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()
|
| /arch/powerpc/include/asm/ |
| A D | processor.h | 1145 u32 num_cores; member 1161 { .name = #n, .soc_ver = SVR_##v, .num_cores = (nc), \ 1164 { .name = #n, .soc_ver = SVR_##v, .num_cores = (nc), .mask = (m) }
|
Completed in 23 milliseconds