Home
last modified time | relevance | path

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

/arch/metag/kernel/
Dcachepart.c58 static int get_thread_cache_size(unsigned int cache, int thread_id) in get_thread_cache_size() argument
78 (metag_in32(SYSC_DCPART(thread_id)) >> offset) & 0xF : in get_thread_cache_size()
79 (metag_in32(SYSC_ICPART(thread_id)) >> offset) & 0xF); in get_thread_cache_size()
95 void check_for_cache_aliasing(int thread_id) in check_for_cache_aliasing() argument
101 get_thread_cache_size(cache_type, thread_id); in check_for_cache_aliasing()
110 cache_type ? "DCACHE" : "ICACHE", thread_id); in check_for_cache_aliasing()
126 void check_for_cache_aliasing(int thread_id) in check_for_cache_aliasing() argument
Dsetup.c465 unsigned int txenable, thread_id, major, minor; in show_cpuinfo() local
477 thread_id = (txenable >> 8) & 0x3; in show_cpuinfo()
502 cpu, major, minor, thread_id, in show_cpuinfo()
/arch/powerpc/platforms/ps3/
Dinterrupt.c92 u64 thread_id; member
112 pd->thread_id, d->irq); in ps3_chip_mask()
116 lv1_did_update_interrupt_mask(pd->ppe_id, pd->thread_id); in ps3_chip_mask()
133 pd->thread_id, d->irq); in ps3_chip_unmask()
137 lv1_did_update_interrupt_mask(pd->ppe_id, pd->thread_id); in ps3_chip_unmask()
155 lv1_end_of_interrupt_ext(pd->ppe_id, pd->thread_id, d->irq); in ps3_chip_eoi()
235 __LINE__, pd->ppe_id, pd->thread_id, virq); in ps3_virq_destroy()
271 result = lv1_connect_irq_plug_ext(pd->ppe_id, pd->thread_id, *virq, in ps3_irq_plug_setup()
305 __LINE__, pd->ppe_id, pd->thread_id, virq); in ps3_irq_plug_destroy()
309 result = lv1_disconnect_irq_plug_ext(pd->ppe_id, pd->thread_id, virq); in ps3_irq_plug_destroy()
[all …]
/arch/powerpc/platforms/cell/
Dcbe_regs.c44 unsigned int thread_id; member
150 return cbe_thread_map[cpu].thread_id; in cbe_get_hw_thread_id()
238 unsigned int thread_id; in cbe_regs_init() local
243 cbe_thread_map[i].cpu_node = of_get_cpu_node(i, &thread_id); in cbe_regs_init()
245 cbe_thread_map[i].thread_id = thread_id; in cbe_regs_init()
273 if(thread->thread_id == 0) in cbe_regs_init()
/arch/arm64/kernel/
Dtopology.c86 cpu_topology[cpu].thread_id = i; in parse_core()
332 cpuid_topo->thread_id = MPIDR_AFFINITY_LEVEL(mpidr, 0); in store_cpu_topology()
337 cpuid_topo->thread_id = -1; in store_cpu_topology()
344 cpuid_topo->thread_id, mpidr); in store_cpu_topology()
358 cpu_topo->thread_id = -1; in reset_cpu_topology()
/arch/arm/kernel/
Dtopology.c260 cpuid_topo->thread_id = MPIDR_AFFINITY_LEVEL(mpidr, 0); in store_cpu_topology()
265 cpuid_topo->thread_id = -1; in store_cpu_topology()
275 cpuid_topo->thread_id = -1; in store_cpu_topology()
285 cpuid, cpu_topology[cpuid].thread_id, in store_cpu_topology()
437 cpu_topo->thread_id = -1; in init_cpu_topology()
/arch/metag/include/asm/
Dcachepart.h40 void check_for_cache_aliasing(int thread_id);
/arch/arm/include/asm/
Dtopology.h10 int thread_id; member
/arch/arm64/include/asm/
Dtopology.h7 int thread_id; member
/arch/ia64/kernel/
Dtopology.c166 && cpu_data(j)->thread_id == csi.log1_tid) in cache_shared_cpu_map_setup()
Dsmpboot.c833 c->thread_id = info.log1_tid; in identify_siblings()
Dsetup.c712 c->core_id, c->thread_id); in show_cpuinfo()
/arch/ia64/include/asm/
Dprocessor.h211 unsigned short thread_id; /* thread id */ member