Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dcputable.h177 #define CPU_FTR_SMT LONG_ASM_CONST(0x0000008000000000) macro
402 CPU_FTR_CELL_TB_BUG | CPU_FTR_SMT)
417 CPU_FTR_MMCRA | CPU_FTR_SMT | \
422 CPU_FTR_MMCRA | CPU_FTR_SMT | \
430 CPU_FTR_MMCRA | CPU_FTR_SMT | \
439 CPU_FTR_MMCRA | CPU_FTR_SMT | \
451 CPU_FTR_ALTIVEC_COMP | CPU_FTR_MMCRA | CPU_FTR_SMT | \
/linux-4.4.14/arch/powerpc/platforms/cell/
Dsmp.c151 if (cpu_has_feature(CPU_FTR_SMT)) { in smp_init_cell()
/linux-4.4.14/arch/powerpc/platforms/85xx/
Dsmp.c217 if (WARN_ON_ONCE(!cpu_has_feature(CPU_FTR_SMT))) in smp_85xx_kick_cpu()
236 if (WARN_ON_ONCE(!cpu_has_feature(CPU_FTR_SMT))) in smp_85xx_kick_cpu()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dsmp.c242 if (cpu_has_feature(CPU_FTR_SMT)) { in smp_init_pseries()
/linux-4.4.14/arch/powerpc/kernel/
Dsetup-common.c493 if (!cpu_has_feature(CPU_FTR_SMT)) { in smp_setup_cpu_maps()
519 if (cpu_has_feature(CPU_FTR_SMT)) in smp_setup_cpu_maps()
Dprom.c387 cur_cpu_spec->cpu_features |= CPU_FTR_SMT; in early_init_dt_scan_cpus()
389 cur_cpu_spec->cpu_features &= ~CPU_FTR_SMT; in early_init_dt_scan_cpus()
Dsysfs.c74 if (!cpu_has_feature(CPU_FTR_SMT)) in setup_smt_snooze_delay()
714 if (cpu_has_feature(CPU_FTR_SMT)) in register_cpu_online()
798 if (cpu_has_feature(CPU_FTR_SMT)) in unregister_cpu_online()
Dsmp.c97 if (system_state == SYSTEM_BOOTING && cpu_has_feature(CPU_FTR_SMT)) { in smp_generic_cpu_bootable()
/linux-4.4.14/arch/powerpc/mm/
Dtlb_low_64e.S335 END_FTR_SECTION_IFSET(CPU_FTR_SMT)
389 ALT_FTR_SECTION_END_IFSET(CPU_FTR_SMT)
461 END_FTR_SECTION_IFSET(CPU_FTR_SMT)