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/platforms/pseries/
Dsmp.c189 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in smp_pSeries_cpu_bootable()
226 if (cpu_has_feature(CPU_FTR_SMT)) { in smp_init_pseries()
/arch/powerpc/include/asm/
Dcputable.h189 #define CPU_FTR_SMT LONG_ASM_CONST(0x0000010000000000) macro
416 CPU_FTR_MMCRA | CPU_FTR_SMT | \
421 CPU_FTR_MMCRA | CPU_FTR_SMT | \
428 CPU_FTR_MMCRA | CPU_FTR_SMT | \
436 CPU_FTR_ALTIVEC_COMP | CPU_FTR_MMCRA | CPU_FTR_SMT | \
444 #define CPU_FTRS_A2 (CPU_FTR_USE_TB | CPU_FTR_SMT | CPU_FTR_DBELL | \
Dtopology.h125 #define smt_capable() (cpu_has_feature(CPU_FTR_SMT))
/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/
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()
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()
Dprom.c380 cur_cpu_spec->cpu_features |= CPU_FTR_SMT; in early_init_dt_scan_cpus()
382 cur_cpu_spec->cpu_features &= ~CPU_FTR_SMT; in early_init_dt_scan_cpus()
Dcputable.c2079 CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_SMT | \