Searched refs:CPU_FTR_SMT (Results 1 – 9 of 9) sorted by relevance
146 cpu_has_feature(CPU_FTR_SMT) && in smp_cell_cpu_bootable()170 if (cpu_has_feature(CPU_FTR_SMT)) { in smp_init_cell()
159 #define CPU_FTR_SMT LONG_ASM_CONST(0x0000008000000000) macro401 CPU_FTR_MMCRA | CPU_FTR_SMT | \406 CPU_FTR_MMCRA | CPU_FTR_SMT | \414 CPU_FTR_MMCRA | CPU_FTR_SMT | \423 CPU_FTR_MMCRA | CPU_FTR_SMT | \433 CPU_FTR_ALTIVEC_COMP | CPU_FTR_MMCRA | CPU_FTR_SMT | \441 #define CPU_FTRS_A2 (CPU_FTR_USE_TB | CPU_FTR_SMT | CPU_FTR_DBELL | \
94 #define smt_capable() (cpu_has_feature(CPU_FTR_SMT))
195 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in smp_pSeries_cpu_bootable()253 if (cpu_has_feature(CPU_FTR_SMT)) { in smp_init_pseries()
54 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in pnv_smp_cpu_bootable()
75 if (!cpu_has_feature(CPU_FTR_SMT)) in setup_smt_snooze_delay()352 if (cpu_has_feature(CPU_FTR_SMT)) in register_cpu_online()424 if (cpu_has_feature(CPU_FTR_SMT)) in unregister_cpu_online()
468 if (!cpu_has_feature(CPU_FTR_SMT)) { in smp_setup_cpu_maps()494 if (cpu_has_feature(CPU_FTR_SMT)) in smp_setup_cpu_maps()
381 cur_cpu_spec->cpu_features |= CPU_FTR_SMT; in early_init_dt_scan_cpus()383 cur_cpu_spec->cpu_features &= ~CPU_FTR_SMT; in early_init_dt_scan_cpus()
2138 CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_SMT | \