Searched refs:smp_cpu_mt_shift (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dsmp.h17 extern unsigned int smp_cpu_mt_shift;
/linux-master/arch/s390/kernel/
H A Dsmp.c90 unsigned int smp_cpu_mt_shift; variable
91 EXPORT_SYMBOL(smp_cpu_mt_shift); variable
379 smp_cpu_mt_shift = 0;
380 while (smp_cpu_mtid >= (1U << smp_cpu_mt_shift))
381 smp_cpu_mt_shift++;
709 address < (SCLP_MAX_CORES << smp_cpu_mt_shift);
710 address += (1U << smp_cpu_mt_shift)) {
715 address >> smp_cpu_mt_shift;
735 address = core->core_id << smp_cpu_mt_shift;
774 core_id = pcpu_devices[0].address >> smp_cpu_mt_shift;
[all...]
H A Dtopology.c131 cpu = smp_find_processor_id(rcore << smp_cpu_mt_shift);

Completed in 85 milliseconds