Searched refs:smp_cpu_mtid (Results 1 – 5 of 5) sorted by relevance
78 unsigned int smp_cpu_mtid; variable79 EXPORT_SYMBOL(smp_cpu_mtid);317 if (smp_cpu_mtid == mtid) in pcpu_set_smt()326 smp_cpu_mtid = mtid; in pcpu_set_smt()328 while (smp_cpu_mtid >= (1U << smp_cpu_mt_shift)) in pcpu_set_smt()611 for (j = 0; j <= smp_cpu_mtid; j++, cpu++) { in smp_store_cpu_states()691 for (j = 0; j <= smp_cpu_mtid; j++) { in __smp_rescan_cpus()697 (cpu >= info->configured*(smp_cpu_mtid + 1)) ? in __smp_rescan_cpus()753 c_cpus += smp_cpu_mtid + 1; in smp_detect_cpus()755 s_cpus += smp_cpu_mtid + 1; in smp_detect_cpus()[all …]
88 if (smp_cpu_mtid) { in do_account_vtime()93 if (stcctm5(smp_cpu_mtid + 1, cycles_new) < 2) { in do_account_vtime()95 for (i = 0; i <= smp_cpu_mtid; i++) { in do_account_vtime()105 sizeof(u64) * (smp_cpu_mtid + 1)); in do_account_vtime()121 if (smp_cpu_mtid) { in do_account_vtime()182 if (smp_cpu_mtid) { in vtime_account_irq_enter()
70 cpu -= cpu % (smp_cpu_mtid + 1); in cpu_thread_map()71 for (i = 0; i <= smp_cpu_mtid; i++) in cpu_thread_map()92 for (i = 0; i <= smp_cpu_mtid; i++) { in add_cpus_to_mask()
23 if (!smp_cpu_mtid && MACHINE_HAS_DIAG44) in cpu_relax()
20 extern unsigned int smp_cpu_mtid;40 #define smp_cpu_mtid 0 macro