Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/include/asm/
Dcputable.h164 #define CPU_FTR_SMT LONG_ASM_CONST(0x0000000000100000) macro
381 CPU_FTR_CELL_TB_BUG | CPU_FTR_SMT)
391 CPU_FTR_MMCRA | CPU_FTR_SMT | \
396 CPU_FTR_MMCRA | CPU_FTR_SMT | \
404 CPU_FTR_MMCRA | CPU_FTR_SMT | \
413 CPU_FTR_MMCRA | CPU_FTR_SMT | \
424 CPU_FTR_MMCRA | CPU_FTR_SMT | \
446 CPU_FTR_MMCRA | CPU_FTR_SMT | \
457 CPU_FTR_ALTIVEC_COMP | CPU_FTR_MMCRA | CPU_FTR_SMT | \
Dcputhreads.h101 if (cpu_has_feature(CPU_FTR_SMT)) in get_tensr()
/Linux-v6.1/arch/powerpc/platforms/pseries/
Dsmp.c207 if (!cpu_has_feature(CPU_FTR_SMT)) in pSeries_smp_probe()
270 if (cpu_has_feature(CPU_FTR_SMT)) { in smp_init_pseries()
/Linux-v6.1/arch/powerpc/mm/nohash/
De500_hugetlbpage.c45 if (!cpu_has_feature(CPU_FTR_SMT)) in book3e_tlb_lock()
68 if (!cpu_has_feature(CPU_FTR_SMT)) in book3e_tlb_unlock()
Dtlb_low_64e.S318 END_FTR_SECTION_IFSET(CPU_FTR_SMT)
372 ALT_FTR_SECTION_END_IFSET(CPU_FTR_SMT)
444 END_FTR_SECTION_IFSET(CPU_FTR_SMT)
/Linux-v6.1/arch/powerpc/platforms/cell/
Dsmp.c144 if (cpu_has_feature(CPU_FTR_SMT)) { in smp_init_cell()
/Linux-v6.1/arch/powerpc/kernel/
Dsetup-common.c506 if (!cpu_has_feature(CPU_FTR_SMT)) { in smp_setup_cpu_maps()
532 if (cpu_has_feature(CPU_FTR_SMT)) in smp_setup_cpu_maps()
Dprom.c410 cur_cpu_spec->cpu_features &= ~CPU_FTR_SMT; in early_init_dt_scan_cpus()
412 cur_cpu_spec->cpu_features |= CPU_FTR_SMT; in early_init_dt_scan_cpus()
Dsysfs.c73 if (!cpu_has_feature(CPU_FTR_SMT)) in setup_smt_snooze_delay()
837 if (cpu_has_feature(CPU_FTR_SMT)) in register_cpu_online()
935 if (cpu_has_feature(CPU_FTR_SMT)) in unregister_cpu_online()
Ddt_cpu_ftrs.c238 cur_cpu_spec->cpu_features |= CPU_FTR_SMT; in feat_enable_smt()
Dsmp.c158 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in smp_generic_cpu_bootable()
/Linux-v6.1/arch/powerpc/platforms/85xx/
Dsmp.c289 if (WARN_ON_ONCE(!cpu_has_feature(CPU_FTR_SMT))) in smp_85xx_kick_cpu()