Home
last modified time | relevance | path

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

/linux-6.12.1/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.c74 if (!cpu_has_feature(CPU_FTR_CAN_NAP)) in power4_idle()
Didle_85xx.S56 END_FTR_SECTION_IFSET(CPU_FTR_CAN_NAP)
Dcpu_setup_6xx.S221 li r7,CPU_FTR_CAN_NAP
256 li r7,CPU_FTR_CAN_NAP
/linux-6.12.1/arch/powerpc/include/asm/
Dcputable.h114 #define CPU_FTR_CAN_NAP ASM_CONST(0x00000008) macro
267 #define CPU_FTR_MAYBE_CAN_NAP CPU_FTR_CAN_NAP
386 CPU_FTR_ALTIVEC_COMP | CPU_FTR_CAN_NAP | CPU_FTR_MMCRA | \