Home
last modified time | relevance | path

Searched refs:CPU_FTR_TM_COMP (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dcputable.h240 #define CPU_FTR_TM_COMP CPU_FTR_TM macro
244 #define CPU_FTR_TM_COMP 0 macro
421 CPU_FTR_ARCH_207S | CPU_FTR_TM_COMP )
432 CPU_FTR_TM_COMP | CPU_FTR_ARCH_300 | CPU_FTR_P9_TLBIE_STQ_BUG | \
/openbmc/linux/arch/powerpc/kernel/
H A Dsetup_64.c303 if (cpu_has_feature(CPU_FTR_TM_COMP)) in cpu_ready_for_interrupts()
H A Dprom.c181 { .pabyte = 22, .pabit = 0, .cpu_features = CPU_FTR_TM_COMP,
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c2963 if (cpu_has_feature(CPU_FTR_TM_COMP)) in kvmppc_core_vcpu_create_hv()