/linux-4.4.14/arch/arm/kernel/ |
D | topology.c | 206 if (cpuid_topo->socket_id != cpu_topo->socket_id) in update_siblings_masks() 250 cpuid_topo->socket_id = MPIDR_AFFINITY_LEVEL(mpidr, 2); in store_cpu_topology() 255 cpuid_topo->socket_id = MPIDR_AFFINITY_LEVEL(mpidr, 1); in store_cpu_topology() 265 cpuid_topo->socket_id = -1; in store_cpu_topology() 275 cpu_topology[cpuid].socket_id, mpidr); in store_cpu_topology() 306 cpu_topo->socket_id = -1; in init_cpu_topology()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | topology.h | 11 int socket_id; member 18 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id)
|
/linux-4.4.14/arch/s390/include/asm/ |
D | topology.h | 15 unsigned short socket_id; member 25 #define topology_physical_package_id(cpu) (per_cpu(cpu_topology, cpu).socket_id)
|
/linux-4.4.14/tools/perf/tests/ |
D | topology.c | 71 session->header.env.cpu[i].socket_id); in check_cpu_topology() 79 (session->header.env.cpu[map->map[i]].socket_id == cpu_map__get_socket(map, i, NULL))); in check_cpu_topology()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | topology.c | 35 if (cpu_data(num)->socket_id == -1) in arch_fix_phys_package_id() 36 cpu_data(num)->socket_id = slot; in arch_fix_phys_package_id() 164 if (cpu_data(cpu)->socket_id == cpu_data(j)->socket_id in cache_shared_cpu_map_setup()
|
D | smpboot.c | 719 if ((cpu_data(cpu)->socket_id == cpu_data(i)->socket_id)) { in set_cpu_sibling_map() 824 c->socket_id = (pltid << 8) | info.overview_ppid; in identify_siblings() 851 if ((cpu_data(j)->socket_id == cpu_data(i)->socket_id)) { in is_multithreading_enabled()
|
D | setup.c | 695 if (c->socket_id != -1) in show_cpuinfo() 696 seq_printf(m, "physical id: %u\n", c->socket_id); in show_cpuinfo() 810 c->socket_id = -1; in identify_cpu()
|
/linux-4.4.14/tools/perf/util/ |
D | env.h | 5 int socket_id; member
|
D | env.c | 81 env->cpu[cpu].socket_id = cpu_map__get_socket_id(cpu); in perf_env__read_cpu_topology_map()
|
D | header.c | 581 ret = do_write(fd, &perf_env.cpu[j].socket_id, in write_cpu_topology() 582 sizeof(perf_env.cpu[j].socket_id)); in write_cpu_topology() 947 ph->env.cpu[i].core_id, ph->env.cpu[i].socket_id); in print_cpu_topology() 1675 ph->env.cpu[i].socket_id = nr; in process_cpu_topology()
|
D | event.c | 1030 al->socket = env->cpu[al->cpu].socket_id; in perf_event__preprocess_sample()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | topology.h | 53 #define topology_physical_package_id(cpu) (cpu_data(cpu)->socket_id)
|
D | processor.h | 209 unsigned int socket_id; /* physical processor socket id */ member
|
/linux-4.4.14/arch/s390/kernel/ |
D | topology.c | 106 topo->socket_id = rcore; in add_cpus_to_mask() 108 topo->socket_id = socket->id; in add_cpus_to_mask() 263 topo->socket_id = cpu; in update_cpu_masks()
|
/linux-4.4.14/drivers/misc/ |
D | tifm_7xx1.c | 35 fm->socket_change_set |= 1 << sock->socket_id; in tifm_7xx1_eject() 315 if (((fm->num_sockets == 4) && (sock->socket_id == 2)) in tifm_7xx1_has_ms_pif() 316 || ((fm->num_sockets == 2) && (sock->socket_id == 0))) in tifm_7xx1_has_ms_pif()
|
D | tifm_core.c | 265 sock->socket_id = id; in tifm_alloc_device()
|
/linux-4.4.14/include/linux/ |
D | tifm.h | 95 unsigned int socket_id; member
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | amd.c | 355 unsigned int socket_id, core_complex_id; in amd_detect_cmp() local 373 socket_id = (c->apicid >> bits) - 1; in amd_detect_cmp() 376 per_cpu(cpu_llc_id, cpu) = (socket_id << 3) | core_complex_id; in amd_detect_cmp()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 1275 int socket_id = hists->socket_filter; in hists__browser_title() local 1329 if (socket_id > -1) in hists__browser_title() 1331 ", Processor Socket: %d", socket_id); in hists__browser_title() 1710 char **optstr, int socket_id) in add_socket_opt() argument 1712 if (socket_id < 0) in add_socket_opt() 1717 socket_id) < 0) in add_socket_opt() 1720 act->socket = socket_id; in add_socket_opt()
|
/linux-4.4.14/include/acpi/ |
D | actbl3.h | 578 u16 socket_id; member
|
/linux-4.4.14/arch/s390/numa/ |
D | mode_emu.c | 348 mc = toptree_get_child(book, top->socket_id); in toptree_from_topology()
|