Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/kernel/
Didle_6xx.S35 END_FTR_SECTION_IFSET(CPU_FTR_CAN_NAP)
71 andi. r0,r4,CPU_FTR_CAN_NAP
80 END_FTR_SECTION_IFSET(CPU_FTR_CAN_NAP)
Dsetup_32.c206 cpu_has_feature(CPU_FTR_CAN_NAP)) in setup_power_save()
212 cpu_has_feature(CPU_FTR_CAN_NAP)) in setup_power_save()
Didle.c75 if (!cpu_has_feature(CPU_FTR_CAN_NAP)) in power4_idle()
Didle_e500.S56 END_FTR_SECTION_IFSET(CPU_FTR_CAN_NAP)
Dcpu_setup_6xx.S195 li r7,CPU_FTR_CAN_NAP
228 li r7,CPU_FTR_CAN_NAP
/linux-5.19.10/arch/powerpc/include/asm/
Dcputable.h117 #define CPU_FTR_CAN_NAP ASM_CONST(0x00000008) macro
269 #define CPU_FTR_MAYBE_CAN_NAP CPU_FTR_CAN_NAP
389 CPU_FTR_ALTIVEC_COMP | CPU_FTR_CAN_NAP | CPU_FTR_MMCRA | \