Home
last modified time | relevance | path

Searched refs:CPU_FTR_TAU (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/powerpc/include/asm/
Dcputable.h129 #define CPU_FTR_TAU ASM_CONST(0x00008000) macro
283 CPU_FTR_TAU | CPU_FTR_MAYBE_CAN_NAP | \
287 CPU_FTR_TAU | CPU_FTR_MAYBE_CAN_NAP | \
300 CPU_FTR_TAU | CPU_FTR_ALTIVEC_COMP | \
/linux-5.19.10/arch/powerpc/kernel/
Dtau_6xx.c194 if (!cpu_has_feature(CPU_FTR_TAU)) { in TAU_init()
Dsetup-common.c249 if (cpu_has_feature(CPU_FTR_TAU)) { in show_cpuinfo()