Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dcputable.h197 #define CPU_FTR_SMT LONG_ASM_CONST(0x0000008000000000) macro
425 CPU_FTR_CELL_TB_BUG | CPU_FTR_SMT)
440 CPU_FTR_MMCRA | CPU_FTR_SMT | \
445 CPU_FTR_MMCRA | CPU_FTR_SMT | \
453 CPU_FTR_MMCRA | CPU_FTR_SMT | \
462 CPU_FTR_MMCRA | CPU_FTR_SMT | \
474 CPU_FTR_MMCRA | CPU_FTR_SMT | \
487 CPU_FTR_ALTIVEC_COMP | CPU_FTR_MMCRA | CPU_FTR_SMT | \
Dcputhreads.h103 if (cpu_has_feature(CPU_FTR_SMT)) in get_tensr()
/arch/powerpc/mm/
Dhugetlbpage-book3e.c71 if (!cpu_has_feature(CPU_FTR_SMT)) in book3e_tlb_lock()
94 if (!cpu_has_feature(CPU_FTR_SMT)) in book3e_tlb_unlock()
Dtlb_low_64e.S342 END_FTR_SECTION_IFSET(CPU_FTR_SMT)
396 ALT_FTR_SECTION_END_IFSET(CPU_FTR_SMT)
468 END_FTR_SECTION_IFSET(CPU_FTR_SMT)
/arch/powerpc/platforms/cell/
Dsmp.c152 if (cpu_has_feature(CPU_FTR_SMT)) { in smp_init_cell()
/arch/powerpc/platforms/pseries/
Dsmp.c274 if (cpu_has_feature(CPU_FTR_SMT)) { in smp_init_pseries()
/arch/powerpc/kernel/
Dprom.c401 cur_cpu_spec->cpu_features &= ~CPU_FTR_SMT; in early_init_dt_scan_cpus()
403 cur_cpu_spec->cpu_features |= CPU_FTR_SMT; in early_init_dt_scan_cpus()
Dsetup-common.c511 if (!cpu_has_feature(CPU_FTR_SMT)) { in smp_setup_cpu_maps()
537 if (cpu_has_feature(CPU_FTR_SMT)) in smp_setup_cpu_maps()
Dsysfs.c74 if (!cpu_has_feature(CPU_FTR_SMT)) in setup_smt_snooze_delay()
718 if (cpu_has_feature(CPU_FTR_SMT)) in register_cpu_online()
803 if (cpu_has_feature(CPU_FTR_SMT)) in unregister_cpu_online()
Dsmp.c103 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in smp_generic_cpu_bootable()
Ddt_cpu_ftrs.c297 cur_cpu_spec->cpu_features |= CPU_FTR_SMT; in feat_enable_smt()
/arch/powerpc/platforms/85xx/
Dsmp.c284 if (WARN_ON_ONCE(!cpu_has_feature(CPU_FTR_SMT))) in smp_85xx_kick_cpu()