Searched refs:smp_cpu_mtid (Results 1 – 6 of 6) sorted by relevance
69 stcctm5(smp_cpu_mtid + 1, cycles_new); in update_mt_scaling()73 for (i = 0; i <= smp_cpu_mtid; i++) { in update_mt_scaling()86 sizeof(u64) * (smp_cpu_mtid + 1)); in update_mt_scaling()116 if (smp_cpu_mtid && in do_account_vtime()131 if (smp_cpu_mtid) { in do_account_vtime()188 if (smp_cpu_mtid && in vtime_account_irq_enter()197 if (smp_cpu_mtid) { in vtime_account_irq_enter()395 if (smp_cpu_mtid) { in vtime_init()399 stcctm5(smp_cpu_mtid + 1, this_cpu_ptr(mt_cycles)); in vtime_init()
80 unsigned int smp_cpu_mtid; variable81 EXPORT_SYMBOL(smp_cpu_mtid);321 if (smp_cpu_mtid == mtid) in pcpu_set_smt()330 smp_cpu_mtid = mtid; in pcpu_set_smt()332 while (smp_cpu_mtid >= (1U << smp_cpu_mt_shift)) in pcpu_set_smt()711 for (j = 0; j <= smp_cpu_mtid; j++) { in __smp_rescan_cpus()717 (cpu >= info->configured*(smp_cpu_mtid + 1)) ? in __smp_rescan_cpus()769 c_cpus += smp_cpu_mtid + 1; in smp_detect_cpus()771 s_cpus += smp_cpu_mtid + 1; in smp_detect_cpus()816 base = cpu - (cpu % (smp_cpu_mtid + 1)); in __cpu_up()[all …]
75 cpu -= cpu % (smp_cpu_mtid + 1); in cpu_thread_map()76 for (i = 0; i <= smp_cpu_mtid; i++) in cpu_thread_map()98 for (i = 0; i <= smp_cpu_mtid; i++) { in add_cpus_to_mask()
24 if (!smp_cpu_mtid && MACHINE_HAS_DIAG44) { in cpu_relax()
760 larl %r1,smp_cpu_mtid1165 larl %r1,smp_cpu_mtid
20 extern unsigned int smp_cpu_mtid;41 #define smp_cpu_mtid 0 macro