Home
last modified time | relevance | path

Searched refs:CPU_FTR_SMT (Results 1 – 9 of 9) sorted by relevance

/arch/powerpc/platforms/cell/
Dsmp.c146 cpu_has_feature(CPU_FTR_SMT) && in smp_cell_cpu_bootable()
170 if (cpu_has_feature(CPU_FTR_SMT)) { in smp_init_cell()
/arch/powerpc/include/asm/
Dcputable.h159 #define CPU_FTR_SMT LONG_ASM_CONST(0x0000008000000000) macro
401 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 | \
Dtopology.h94 #define smt_capable() (cpu_has_feature(CPU_FTR_SMT))
/arch/powerpc/platforms/pseries/
Dsmp.c195 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()
/arch/powerpc/platforms/powernv/
Dsmp.c54 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in pnv_smp_cpu_bootable()
/arch/powerpc/kernel/
Dsysfs.c75 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()
Dsetup-common.c468 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()
Dprom.c381 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()
Dcputable.c2138 CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_SMT | \