Searched refs:thread_id (Results 1 – 13 of 13) sorted by relevance
/arch/powerpc/platforms/ps3/ |
D | interrupt.c | 80 u64 thread_id; member 100 pd->thread_id, d->irq); in ps3_chip_mask() 104 lv1_did_update_interrupt_mask(pd->ppe_id, pd->thread_id); in ps3_chip_mask() 121 pd->thread_id, d->irq); in ps3_chip_unmask() 125 lv1_did_update_interrupt_mask(pd->ppe_id, pd->thread_id); in ps3_chip_unmask() 143 lv1_end_of_interrupt_ext(pd->ppe_id, pd->thread_id, d->irq); in ps3_chip_eoi() 223 __LINE__, pd->ppe_id, pd->thread_id, virq); in ps3_virq_destroy() 259 result = lv1_connect_irq_plug_ext(pd->ppe_id, pd->thread_id, *virq, in ps3_irq_plug_setup() 293 __LINE__, pd->ppe_id, pd->thread_id, virq); in ps3_irq_plug_destroy() 297 result = lv1_disconnect_irq_plug_ext(pd->ppe_id, pd->thread_id, virq); in ps3_irq_plug_destroy() [all …]
|
/arch/arm64/kernel/ |
D | topology.c | 41 cpuid_topo->thread_id = MPIDR_AFFINITY_LEVEL(mpidr, 0); in store_cpu_topology() 47 cpuid_topo->thread_id = -1; in store_cpu_topology() 56 cpuid_topo->thread_id, mpidr); in store_cpu_topology() 96 cpu_topology[cpu].thread_id = topology_id; in parse_acpi_topology() 100 cpu_topology[cpu].thread_id = -1; in parse_acpi_topology()
|
/arch/powerpc/kvm/ |
D | book3s_hv_ras.c | 141 int thread_id, subcore_id; in kvmppc_subcore_enter_guest() local 143 thread_id = cpu_thread_in_core(local_paca->paca_index); in kvmppc_subcore_enter_guest() 144 subcore_id = thread_id / kvmppc_cur_subcore_size(); in kvmppc_subcore_enter_guest() 152 int thread_id, subcore_id; in kvmppc_subcore_exit_guest() local 154 thread_id = cpu_thread_in_core(local_paca->paca_index); in kvmppc_subcore_exit_guest() 155 subcore_id = thread_id / kvmppc_cur_subcore_size(); in kvmppc_subcore_exit_guest()
|
/arch/powerpc/platforms/cell/ |
D | cbe_regs.c | 45 unsigned int thread_id; member 151 return cbe_thread_map[cpu].thread_id; in cbe_get_hw_thread_id() 239 unsigned int thread_id; in cbe_regs_init() local 244 cbe_thread_map[i].cpu_node = of_get_cpu_node(i, &thread_id); in cbe_regs_init() 246 cbe_thread_map[i].thread_id = thread_id; in cbe_regs_init() 274 if(thread->thread_id == 0) in cbe_regs_init()
|
/arch/arm/kernel/ |
D | topology.c | 213 cpuid_topo->thread_id = MPIDR_AFFINITY_LEVEL(mpidr, 0); in store_cpu_topology() 218 cpuid_topo->thread_id = -1; in store_cpu_topology() 228 cpuid_topo->thread_id = -1; in store_cpu_topology() 236 cpuid, cpu_topology[cpuid].thread_id, in store_cpu_topology()
|
/arch/parisc/kernel/ |
D | topology.c | 75 cpuid_topo->thread_id = -1; in store_cpu_topology() 105 cpuid, cpu_topology[cpuid].thread_id, in store_cpu_topology() 131 cpu_topo->thread_id = -1; in init_cpu_topology()
|
/arch/s390/include/asm/ |
D | topology.h | 14 unsigned short thread_id; member 31 #define topology_thread_id(cpu) (cpu_topology[cpu].thread_id)
|
/arch/parisc/include/asm/ |
D | topology.h | 9 int thread_id; member
|
/arch/s390/kernel/ |
D | topology.c | 136 topo->thread_id = lcpu + i; in add_cpus_to_mask() 261 topo->thread_id = cpu; in update_cpu_masks()
|
/arch/ia64/kernel/ |
D | topology.c | 162 && cpu_data(j)->thread_id == csi.log1_tid) in cache_shared_cpu_map_setup()
|
D | smpboot.c | 828 c->thread_id = info.log1_tid; in identify_siblings()
|
D | setup.c | 733 c->core_id, c->thread_id); in show_cpuinfo()
|
/arch/ia64/include/asm/ |
D | processor.h | 210 unsigned short thread_id; /* thread id */ member
|