Searched refs:CPU_FTR_PURR (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcputable.h190 #define CPU_FTR_PURR LONG_ASM_CONST(0x0000400000000000) macro
403 CPU_FTR_PURR)
408 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
414 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
425 CPU_FTR_PURR | CPU_FTR_REAL_LE | CPU_FTR_NO_SLBIE_B)
H A Dppc_asm.h34 END_FTR_SECTION_IFSET(CPU_FTR_PURR); \
37 END_FTR_SECTION_IFCLR(CPU_FTR_PURR); \
49 END_FTR_SECTION_IFSET(CPU_FTR_PURR); \
52 END_FTR_SECTION_IFCLR(CPU_FTR_PURR); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c61 if (cpu_has_feature(CPU_FTR_PURR))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dtime.c207 if (cpu_has_feature(CPU_FTR_PURR))
221 if (cpu_has_feature(CPU_FTR_PURR) && cpu_has_feature(CPU_FTR_SPURR))
316 if (!cpu_has_feature(CPU_FTR_PURR))
332 return; /* !CPU_FTR_PURR or early in early boot */
356 if (!cpu_has_feature(CPU_FTR_PURR))
H A Dsysfs.c352 if (cpu_has_feature(CPU_FTR_PURR))
422 if (cpu_has_feature(CPU_FTR_PURR))
H A Dprom.c223 {"ibm,purr", 1, CPU_FTR_PURR, 0},

Completed in 53 milliseconds