Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dtopology.c218 if (cpuid_topo->socket_id != cpu_topo->socket_id) in update_siblings_masks()
262 cpuid_topo->socket_id = MPIDR_AFFINITY_LEVEL(mpidr, 2); in store_cpu_topology()
267 cpuid_topo->socket_id = MPIDR_AFFINITY_LEVEL(mpidr, 1); in store_cpu_topology()
277 cpuid_topo->socket_id = -1; in store_cpu_topology()
287 cpu_topology[cpuid].socket_id, mpidr); in store_cpu_topology()
400 return cpu_topology[cpu].socket_id ? &energy_cluster_a7 : in cpu_cluster_energy()
407 return cpu_topology[cpu].socket_id ? &energy_core_a7 : in cpu_core_energy()
439 cpu_topo->socket_id = -1; in init_cpu_topology()
/arch/arm/include/asm/
Dtopology.h12 int socket_id; member
19 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id)
/arch/s390/include/asm/
Dtopology.h13 unsigned short socket_id; member
21 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id)
/arch/ia64/include/asm/
Dtopology.h53 #define topology_physical_package_id(cpu) (cpu_data(cpu)->socket_id)
Dprocessor.h209 unsigned int socket_id; /* physical processor socket id */ member
/arch/ia64/kernel/
Dsmpboot.c720 if ((cpu_data(cpu)->socket_id == cpu_data(i)->socket_id)) { in set_cpu_sibling_map()
823 c->socket_id = (pltid << 8) | info.overview_ppid; in identify_siblings()
850 if ((cpu_data(j)->socket_id == cpu_data(i)->socket_id)) { in is_multithreading_enabled()
Dtopology.c35 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()
Dsetup.c706 if (c->socket_id != -1) in show_cpuinfo()
707 seq_printf(m, "physical id: %u\n", c->socket_id); in show_cpuinfo()
821 c->socket_id = -1; in identify_cpu()
/arch/s390/kernel/
Dtopology.c82 cpu_topology[lcpu].socket_id = rcpu; in add_cpus_to_mask()
85 cpu_topology[lcpu].socket_id = socket->id; in add_cpus_to_mask()
238 cpu_topology[cpu].socket_id = cpu; in update_cpu_masks()