Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dtopology.c81 cpuid_topo->socket_id = (mpidr >> MPIDR_LEVEL2_SHIFT) in store_cpu_topology()
88 cpuid_topo->socket_id = (mpidr >> MPIDR_LEVEL1_SHIFT) in store_cpu_topology()
99 cpuid_topo->socket_id = -1; in store_cpu_topology()
106 if (cpuid_topo->socket_id == cpu_topo->socket_id) { in store_cpu_topology()
126 cpu_topology[cpuid].socket_id, mpidr); in store_cpu_topology()
143 cpu_topo->socket_id = -1; in init_cpu_topology()
/arch/arm/include/asm/
Dtopology.h11 int socket_id; member
18 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id)
23 #define mc_capable() (cpu_topology[0].socket_id != -1)
/arch/ia64/kernel/
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()
Dsmpboot.c784 if ((cpu_data(cpu)->socket_id == cpu_data(i)->socket_id)) { in set_cpu_sibling_map()
888 c->socket_id = (pltid << 8) | info.overview_ppid; in identify_siblings()
915 if ((cpu_data(j)->socket_id == cpu_data(i)->socket_id)) { in is_multithreading_enabled()
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/ia64/include/asm/
Dtopology.h101 #define topology_physical_package_id(cpu) (cpu_data(cpu)->socket_id)
Dprocessor.h210 unsigned int socket_id; /* physical processor socket id */ member