cores_per_node    196 arch/mips/include/asm/mach-loongson64/boot_param.h 	int cores_per_node;
cores_per_node     92 arch/mips/loongson64/common/env.c 		loongson_sysconf.cores_per_node = 4;
cores_per_node    115 arch/mips/loongson64/common/env.c 		loongson_sysconf.cores_per_node = 4; /* One chip has 2 nodes */
cores_per_node    137 arch/mips/loongson64/common/env.c 		loongson_sysconf.cores_per_node = 1;
cores_per_node    148 arch/mips/loongson64/common/env.c 		loongson_sysconf.cores_per_node - 1) /
cores_per_node    149 arch/mips/loongson64/common/env.c 		loongson_sysconf.cores_per_node;
cores_per_node     69 arch/mips/loongson64/loongson-3/numa.c 	int package_row = row * loongson_sysconf.cores_per_node /
cores_per_node     71 arch/mips/loongson64/loongson-3/numa.c 	int package_col = col * loongson_sysconf.cores_per_node /
cores_per_node    224 arch/mips/loongson64/loongson-3/numa.c 		node = cpu / loongson_sysconf.cores_per_node;
cores_per_node    415 arch/x86/kernel/cpu/mce/inject.c 	u32 cores_per_node;
cores_per_node    417 arch/x86/kernel/cpu/mce/inject.c 	cores_per_node = (c->x86_max_cores * smp_num_siblings) / amd_get_nodes_per_socket();
cores_per_node    419 arch/x86/kernel/cpu/mce/inject.c 	return cores_per_node * node_id;
cores_per_node    230 tools/power/x86/turbostat/turbostat.c 	  topo.nodes_per_pkg * topo.cores_per_node * topo.threads_per_core) + \
cores_per_node    231 tools/power/x86/turbostat/turbostat.c 	 ((node_no) * topo.cores_per_node * topo.threads_per_core) +	      \
cores_per_node    237 tools/power/x86/turbostat/turbostat.c 	 ((pkg_no) *  topo.nodes_per_pkg * topo.cores_per_node) +	\
cores_per_node    238 tools/power/x86/turbostat/turbostat.c 	 ((node_no) * topo.cores_per_node) +				\
cores_per_node    296 tools/power/x86/turbostat/turbostat.c 	int cores_per_node;
cores_per_node    327 tools/power/x86/turbostat/turbostat.c 			for (core_no = 0; core_no < topo.cores_per_node; ++core_no) {
cores_per_node   2693 tools/power/x86/turbostat/turbostat.c 			for (core_no = 0; core_no < topo.cores_per_node;
cores_per_node   5052 tools/power/x86/turbostat/turbostat.c 	topo.cores_per_node = max_core_id + 1;
cores_per_node   5055 tools/power/x86/turbostat/turbostat.c 			max_core_id, topo.cores_per_node);
cores_per_node   5056 tools/power/x86/turbostat/turbostat.c 	if (!summary_only && topo.cores_per_node > 1)
cores_per_node   5105 tools/power/x86/turbostat/turbostat.c 	int num_cores = topo.cores_per_node * topo.nodes_per_pkg *