Home
last modified time | relevance | path

Searched refs:socket_id (Results 1 – 9 of 9) sorted by relevance

/arch/parisc/kernel/
Dtopology.c39 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()
/arch/parisc/include/asm/
Dtopology.h11 int socket_id; member
18 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id)
/arch/s390/include/asm/
Dtopology.h16 unsigned short socket_id; member
29 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id)
/arch/ia64/include/asm/
Dtopology.h42 #define topology_physical_package_id(cpu) (cpu_data(cpu)->socket_id)
Dprocessor.h208 unsigned int socket_id; /* physical processor socket id */ member
/arch/ia64/kernel/
Dtopology.c34 if (cpu_data(num)->socket_id == -1) in arch_fix_phys_package_id()
35 cpu_data(num)->socket_id = slot; in arch_fix_phys_package_id()
159 if (cpu_data(cpu)->socket_id == cpu_data(j)->socket_id in cache_shared_cpu_map_setup()
Dsmpboot.c703 if ((cpu_data(cpu)->socket_id == cpu_data(i)->socket_id)) { in set_cpu_sibling_map()
808 c->socket_id = (pltid << 8) | info.overview_ppid; in identify_siblings()
835 if ((cpu_data(j)->socket_id == cpu_data(i)->socket_id)) { in is_multithreading_enabled()
Dsetup.c724 if (c->socket_id != -1) in show_cpuinfo()
725 seq_printf(m, "physical id: %u\n", c->socket_id); in show_cpuinfo()
839 c->socket_id = -1; in identify_cpu()
/arch/s390/kernel/
Dtopology.c140 topo->socket_id = socket->id; in add_cpus_to_mask()
269 topo->socket_id = id; in update_cpu_masks()