threads_shift 25 arch/powerpc/include/asm/cputhreads.h extern int threads_shift; threads_shift 66 arch/powerpc/include/asm/cputhreads.h return nr_cpu_ids >> threads_shift; threads_shift 396 arch/powerpc/kernel/setup-common.c int threads_per_core, threads_per_subcore, threads_shift __read_mostly; threads_shift 400 arch/powerpc/kernel/setup-common.c EXPORT_SYMBOL_GPL(threads_shift); threads_shift 414 arch/powerpc/kernel/setup-common.c threads_shift = ilog2(tpc); threads_shift 415 arch/powerpc/kernel/setup-common.c BUG_ON(tpc != (1 << threads_shift)); threads_shift 422 arch/powerpc/kernel/setup-common.c printk(KERN_DEBUG " (thread shift is %d)\n", threads_shift); threads_shift 1096 arch/powerpc/kernel/smp.c return cpu >> threads_shift; threads_shift 1102 arch/powerpc/kernel/smp.c return core << threads_shift; threads_shift 2994 arch/powerpc/kvm/book3s_hv.c core = cpu >> threads_shift; threads_shift 3015 arch/powerpc/kvm/book3s_hv.c core = cpu >> threads_shift; threads_shift 4744 arch/powerpc/kvm/book3s_hv.c core = cpu >> threads_shift; threads_shift 58 arch/powerpc/kvm/book3s_hv_rm_xics.c hcpu = hcore << threads_shift; threads_shift 117 arch/powerpc/kvm/book3s_hv_rm_xics.c int my_core = smp_processor_id() >> threads_shift; threads_shift 923 arch/powerpc/kvm/book3s_hv_rm_xics.c core = cpu >> threads_shift;