Searched refs:thread_id (Results 1 – 13 of 13) sorted by relevance
/arch/powerpc/platforms/ps3/ |
D | interrupt.c | 81 u64 thread_id; member 101 pd->thread_id, d->irq); in ps3_chip_mask() 105 lv1_did_update_interrupt_mask(pd->ppe_id, pd->thread_id); in ps3_chip_mask() 122 pd->thread_id, d->irq); in ps3_chip_unmask() 126 lv1_did_update_interrupt_mask(pd->ppe_id, pd->thread_id); in ps3_chip_unmask() 144 lv1_end_of_interrupt_ext(pd->ppe_id, pd->thread_id, d->irq); in ps3_chip_eoi() 224 __LINE__, pd->ppe_id, pd->thread_id, virq); in ps3_virq_destroy() 260 result = lv1_connect_irq_plug_ext(pd->ppe_id, pd->thread_id, *virq, in ps3_irq_plug_setup() 294 __LINE__, pd->ppe_id, pd->thread_id, virq); in ps3_irq_plug_destroy() 298 result = lv1_disconnect_irq_plug_ext(pd->ppe_id, pd->thread_id, virq); in ps3_irq_plug_destroy() [all …]
|
/arch/powerpc/kvm/ |
D | book3s_hv_ras.c | 151 int thread_id, subcore_id; in kvmppc_subcore_enter_guest() local 153 thread_id = cpu_thread_in_core(local_paca->paca_index); in kvmppc_subcore_enter_guest() 154 subcore_id = thread_id / kvmppc_cur_subcore_size(); in kvmppc_subcore_enter_guest() 162 int thread_id, subcore_id; in kvmppc_subcore_exit_guest() local 164 thread_id = cpu_thread_in_core(local_paca->paca_index); in kvmppc_subcore_exit_guest() 165 subcore_id = thread_id / kvmppc_cur_subcore_size(); in kvmppc_subcore_exit_guest()
|
/arch/arm/kernel/ |
D | topology.c | 204 cpuid_topo->thread_id = MPIDR_AFFINITY_LEVEL(mpidr, 0); in store_cpu_topology() 209 cpuid_topo->thread_id = -1; in store_cpu_topology() 219 cpuid_topo->thread_id = -1; in store_cpu_topology() 227 cpuid, cpu_topology[cpuid].thread_id, in store_cpu_topology()
|
/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/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 30 #define topology_thread_id(cpu) (cpu_topology[cpu].thread_id)
|
/arch/parisc/include/asm/ |
D | topology.h | 9 int thread_id; member
|
/arch/arm64/kernel/ |
D | topology.c | 61 cpu_topology[cpu].thread_id = topology_id; in parse_acpi_topology() 65 cpu_topology[cpu].thread_id = -1; in parse_acpi_topology()
|
/arch/s390/kernel/ |
D | topology.c | 142 topo->thread_id = cpu; in add_cpus_to_mask() 267 topo->thread_id = cpu; in update_cpu_masks()
|
/arch/ia64/kernel/ |
D | topology.c | 161 && cpu_data(j)->thread_id == csi.log1_tid) in cache_shared_cpu_map_setup()
|
D | smpboot.c | 818 c->thread_id = info.log1_tid; in identify_siblings()
|
D | setup.c | 730 c->core_id, c->thread_id); in show_cpuinfo()
|
/arch/ia64/include/asm/ |
D | processor.h | 210 unsigned short thread_id; /* thread id */ member
|