Home
last modified time | relevance | path

Searched refs:CPU_FTR_SPURR (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/include/asm/
Dcputable.h197 #define CPU_FTR_SPURR LONG_ASM_CONST(0x0000080000000000) macro
442 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
450 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
459 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
471 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
Dcputime.h61 if (cpu_has_feature(CPU_FTR_SPURR) && in cputime_to_scaled()
/arch/powerpc/kernel/
Dsysfs.c765 if (cpu_has_feature(CPU_FTR_SPURR)) in register_cpu_online()
846 if (cpu_has_feature(CPU_FTR_SPURR)) in unregister_cpu_online()
Dprom.c260 {"ibm,spurr", 1, CPU_FTR_SPURR, 0},
Dtime.c202 if (cpu_has_feature(CPU_FTR_SPURR)) in read_spurr()