Searched refs:CPU_FTR_PURR (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | cputable.h | 190 #define CPU_FTR_PURR LONG_ASM_CONST(0x0000000000400000) macro 422 CPU_FTR_COHERENT_ICACHE | CPU_FTR_PURR | \ 428 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \ 436 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \ 445 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \ 456 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \ 474 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \ 488 CPU_FTR_PURR | CPU_FTR_REAL_LE | CPU_FTR_DABRX)
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | cputable.h | 166 #define CPU_FTR_PURR LONG_ASM_CONST(0x0000000000400000) macro 393 CPU_FTR_COHERENT_ICACHE | CPU_FTR_PURR | \ 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 | \ 464 CPU_FTR_PURR | CPU_FTR_REAL_LE | CPU_FTR_DABRX)
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | hvCall_inst.c | 59 if (cpu_has_feature(CPU_FTR_PURR)) in hc_show()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | hvCall_inst.c | 59 if (cpu_has_feature(CPU_FTR_PURR)) in hc_show()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | sysfs.c | 887 if (cpu_has_feature(CPU_FTR_PURR)) { in register_cpu_online() 984 if (cpu_has_feature(CPU_FTR_PURR)) { in unregister_cpu_online()
|
H A D | prom.c | 265 {"ibm,purr", 1, CPU_FTR_PURR, 0},
|
H A D | dt_cpu_ftrs.c | 530 cur_cpu_spec->cpu_features |= CPU_FTR_PURR | CPU_FTR_SPURR; in feat_enable_purr()
|
H A D | time.c | 171 if (cpu_has_feature(CPU_FTR_PURR)) in read_spurr()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | sysfs.c | 897 if (cpu_has_feature(CPU_FTR_PURR)) { in register_cpu_online() 995 if (cpu_has_feature(CPU_FTR_PURR)) { in unregister_cpu_online()
|
H A D | time.c | 161 if (cpu_has_feature(CPU_FTR_PURR)) in read_spurr()
|
H A D | prom.c | 282 {"ibm,purr", 1, CPU_FTR_PURR, 0},
|
H A D | dt_cpu_ftrs.c | 506 cur_cpu_spec->cpu_features |= CPU_FTR_PURR | CPU_FTR_SPURR; in feat_enable_purr()
|
Completed in 16 milliseconds