Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/kernel/
Dtopology.c206 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.1.27/arch/arm/include/asm/
Dtopology.h11 int socket_id; member
18 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id)
/linux-4.1.27/arch/s390/include/asm/
Dtopology.h14 unsigned short socket_id; member
23 #define topology_physical_package_id(cpu) (per_cpu(cpu_topology, cpu).socket_id)
/linux-4.1.27/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.c721 if ((cpu_data(cpu)->socket_id == cpu_data(i)->socket_id)) { in set_cpu_sibling_map()
826 c->socket_id = (pltid << 8) | info.overview_ppid; in identify_siblings()
853 if ((cpu_data(j)->socket_id == cpu_data(i)->socket_id)) { in is_multithreading_enabled()
Dsetup.c707 if (c->socket_id != -1) in show_cpuinfo()
708 seq_printf(m, "physical id: %u\n", c->socket_id); in show_cpuinfo()
822 c->socket_id = -1; in identify_cpu()
/linux-4.1.27/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
/linux-4.1.27/arch/s390/kernel/
Dtopology.c99 per_cpu(cpu_topology, lcpu + i).socket_id = rcore; in add_cpus_to_mask()
101 per_cpu(cpu_topology, lcpu + i).socket_id = socket->id; in add_cpus_to_mask()
258 per_cpu(cpu_topology, cpu).socket_id = cpu; in update_cpu_masks()
/linux-4.1.27/drivers/misc/
Dtifm_7xx1.c35 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()
Dtifm_core.c265 sock->socket_id = id; in tifm_alloc_device()
/linux-4.1.27/include/linux/
Dtifm.h95 unsigned int socket_id; member
/linux-4.1.27/include/acpi/
Dactbl3.h556 u16 socket_id; member