/Linux-v4.19/arch/parisc/kernel/ |
D | topology.c | 39 if (cpuid_topo->socket_id != cpu_topo->socket_id) in update_siblings_masks() 89 cpuid_topo->socket_id = cpu_topology[cpu].socket_id; in store_cpu_topology() 95 if (cpuid_topo->socket_id == -1) in store_cpu_topology() 96 max_socket = max(max_socket, cpu_topology[cpu].socket_id); in store_cpu_topology() 99 if (cpuid_topo->socket_id == -1) in store_cpu_topology() 100 cpuid_topo->socket_id = max_socket + 1; in store_cpu_topology() 107 cpu_topology[cpuid].socket_id); in store_cpu_topology() 133 cpu_topo->socket_id = -1; in init_cpu_topology()
|
/Linux-v4.19/arch/arm/kernel/ |
D | topology.c | 215 if (cpuid_topo->socket_id != cpu_topo->socket_id) in update_siblings_masks() 259 cpuid_topo->socket_id = MPIDR_AFFINITY_LEVEL(mpidr, 2); in store_cpu_topology() 264 cpuid_topo->socket_id = MPIDR_AFFINITY_LEVEL(mpidr, 1); in store_cpu_topology() 274 cpuid_topo->socket_id = -1; in store_cpu_topology() 284 cpu_topology[cpuid].socket_id, mpidr); in store_cpu_topology() 315 cpu_topo->socket_id = -1; in init_cpu_topology()
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | topology.h | 11 int socket_id; member 18 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id)
|
/Linux-v4.19/arch/arm/include/asm/ |
D | topology.h | 12 int socket_id; member 19 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id)
|
/Linux-v4.19/arch/s390/include/asm/ |
D | topology.h | 16 unsigned short socket_id; member 30 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id)
|
/Linux-v4.19/tools/perf/tests/ |
D | topology.c | 100 session->header.env.cpu[i].socket_id); in check_cpu_topology() 108 (session->header.env.cpu[map->map[i]].socket_id == cpu_map__get_socket(map, i, NULL))); in check_cpu_topology()
|
/Linux-v4.19/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 | 703 if (c->socket_id != -1) in show_cpuinfo() 704 seq_printf(m, "physical id: %u\n", c->socket_id); in show_cpuinfo() 818 c->socket_id = -1; in identify_cpu()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | topology.h | 46 #define topology_physical_package_id(cpu) (cpu_data(cpu)->socket_id)
|
D | processor.h | 208 unsigned int socket_id; /* physical processor socket id */ member
|
/Linux-v4.19/tools/perf/util/ |
D | env.h | 9 int socket_id; member
|
D | env.c | 89 env->cpu[cpu].socket_id = cpu_map__get_socket_id(cpu); in perf_env__read_cpu_topology_map()
|
D | hist.c | 2470 int socket_id = hists->socket_filter; in __hists__scnprintf_title() local 2536 if (socket_id > -1) in __hists__scnprintf_title() 2538 ", Processor Socket: %d", socket_id); in __hists__scnprintf_title()
|
D | header.c | 745 ret = do_write(ff, &perf_env.cpu[j].socket_id, in write_cpu_topology() 746 sizeof(perf_env.cpu[j].socket_id)); in write_cpu_topology() 1506 ph->env.cpu[i].core_id, ph->env.cpu[i].socket_id); in print_cpu_topology() 2206 ph->env.cpu[i].socket_id = nr; in process_cpu_topology()
|
D | event.c | 1619 al->socket = env->cpu[al->cpu].socket_id; in machine__resolve()
|
/Linux-v4.19/drivers/misc/ |
D | tifm_7xx1.c | 35 fm->socket_change_set |= 1 << sock->socket_id; in tifm_7xx1_eject() 319 if (((fm->num_sockets == 4) && (sock->socket_id == 2)) in tifm_7xx1_has_ms_pif() 320 || ((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-v4.19/include/linux/ |
D | tifm.h | 95 unsigned int socket_id; member
|
/Linux-v4.19/arch/s390/kernel/ |
D | topology.c | 134 topo->socket_id = socket->id; in add_cpus_to_mask() 263 topo->socket_id = id; in update_cpu_masks()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 157 which contains core_id and socket_id of each cpu. 166 uint32_t socket_id;
|
/Linux-v4.19/arch/s390/numa/ |
D | mode_emu.c | 362 mc = toptree_get_child(book, top->socket_id); in toptree_from_topology()
|
/Linux-v4.19/tools/perf/ |
D | builtin-stat.c | 2158 return cpu == -1 ? -1 : env->cpu[cpu].socket_id; in perf_env__get_socket() 2167 int socket_id = env->cpu[cpu].socket_id; in perf_env__get_core() local 2175 core = (socket_id << 16) | (env->cpu[cpu].core_id & 0xffff); in perf_env__get_core()
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | hists.c | 2623 char **optstr, int socket_id) in add_socket_opt() argument 2625 if (!hists__has(browser->hists, socket) || socket_id < 0) in add_socket_opt() 2630 socket_id) < 0) in add_socket_opt() 2633 act->socket = socket_id; in add_socket_opt()
|
/Linux-v4.19/include/acpi/ |
D | actbl2.h | 1408 u16 socket_id; member
|