Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dcputable.h164 #define CPU_FTR_SMT LONG_ASM_CONST(0x0000000000100000) macro
382 CPU_FTR_CELL_TB_BUG | CPU_FTR_SMT)
392 CPU_FTR_MMCRA | CPU_FTR_SMT | \
397 CPU_FTR_MMCRA | CPU_FTR_SMT | \
405 CPU_FTR_MMCRA | CPU_FTR_SMT | \
414 CPU_FTR_MMCRA | CPU_FTR_SMT | \
425 CPU_FTR_MMCRA | CPU_FTR_SMT | \
447 CPU_FTR_MMCRA | CPU_FTR_SMT | \
462 CPU_FTR_ALTIVEC_COMP | CPU_FTR_MMCRA | CPU_FTR_SMT | \
H A Dcputhreads.h101 if (cpu_has_feature(CPU_FTR_SMT)) in get_tensr()
/linux/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c45 if (!cpu_has_feature(CPU_FTR_SMT)) in book3e_tlb_lock()
71 if (!cpu_has_feature(CPU_FTR_SMT)) in book3e_tlb_unlock()
H A 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/arch/powerpc/kernel/
H A Dsetup-common.c517 if (!cpu_has_feature(CPU_FTR_SMT)) { in smp_setup_cpu_maps()
543 if (cpu_has_feature(CPU_FTR_SMT)) in smp_setup_cpu_maps()
H A Dsmp.c153 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in smp_generic_cpu_bootable()