Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dcputable.h168 #define CPU_FTR_SPURR LONG_ASM_CONST(0x0000000001000000) macro
399 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
407 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
416 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
427 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
449 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
/openbmc/linux/arch/powerpc/kernel/
H A Dsysfs.c904 if (cpu_has_feature(CPU_FTR_SPURR)) { in register_cpu_online()
1000 if (cpu_has_feature(CPU_FTR_SPURR)) { in unregister_cpu_online()
H A Dprom.c283 {"ibm,spurr", 1, CPU_FTR_SPURR, 0},
H A Dtime.c159 if (cpu_has_feature(CPU_FTR_SPURR)) in read_spurr()
H A Ddt_cpu_ftrs.c506 cur_cpu_spec->cpu_features |= CPU_FTR_PURR | CPU_FTR_SPURR; in feat_enable_purr()