Home
last modified time | relevance | path

Searched refs:threads_shift (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/arch/powerpc/include/asm/
A Dcputhreads.h25 extern int threads_shift;
30 #define threads_shift 0 macro
37 return nr_cpu_ids >> threads_shift; in cpu_nr_cores()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dsetup-common.c398 int threads_per_core, threads_per_subcore, threads_shift __read_mostly;
402 EXPORT_SYMBOL_GPL(threads_shift);
416 threads_shift = ilog2(tpc); in cpu_init_thread_core_maps()
417 BUG_ON(tpc != (1 << threads_shift)); in cpu_init_thread_core_maps()
424 printk(KERN_DEBUG " (thread shift is %d)\n", threads_shift); in cpu_init_thread_core_maps()
A Dsmp.c1366 return cpu >> threads_shift; in cpu_core_index_of_thread()
1372 return core << threads_shift; in cpu_first_thread_of_core()
/linux-6.3-rc2/arch/powerpc/kvm/
A Dbook3s_hv_rm_xics.c58 hcpu = hcore << threads_shift; in icp_send_hcore_msg()
117 int my_core = smp_processor_id() >> threads_shift; in find_available_hostcore()
913 core = cpu >> threads_shift; in kvmppc_xics_ipi_action()
A Dbook3s_hv.c3634 core = cpu >> threads_shift; in kvmppc_clear_host_core()
3655 core = cpu >> threads_shift; in kvmppc_set_host_core()
5331 core = cpu >> threads_shift; in kvmppc_alloc_host_rm_ops()

Completed in 24 milliseconds