Searched refs:early_cpu_has_feature (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dcpu_has_feature.h10 static __always_inline bool early_cpu_has_feature(unsigned long feature) function
35 return early_cpu_has_feature(feature);
51 return early_cpu_has_feature(feature);
/linux-master/arch/powerpc/mm/
H A Dinit_64.c635 if (early_cpu_has_feature(CPU_FTR_ARCH_207S))
641 if (early_cpu_has_feature(CPU_FTR_ARCH_300))
/linux-master/arch/powerpc/kernel/
H A Dpaca.c127 if (early_cpu_has_feature(CPU_FTR_HVMODE))
H A Dmce_power.c103 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) {
H A Dsetup_64.c317 if (early_cpu_has_feature(CPU_FTR_DSCR))
H A Dprom.c772 if (early_cpu_has_feature(CPU_FTR_ARCH_207S))
/linux-master/arch/powerpc/mm/book3s64/
H A Dpkeys.c133 if (!early_cpu_has_feature(CPU_FTR_ARCH_206))
H A Dhash_utils.c223 if (early_cpu_has_feature(CPU_FTR_HVMODE))
266 if (early_cpu_has_feature(CPU_FTR_ARCH_300))
268 else if (early_cpu_has_feature(CPU_FTR_ARCH_207S))
270 else if (early_cpu_has_feature(CPU_FTR_ARCH_206))
2219 if (!early_cpu_has_feature(CPU_FTR_HVMODE)) {
2221 if (!early_cpu_has_feature(CPU_FTR_ARCH_300))
H A Dradix_tlb.c55 if (early_cpu_has_feature(CPU_FTR_HVMODE)) {
59 if (!early_cpu_has_feature(CPU_FTR_ARCH_31)) {
69 if (!early_cpu_has_feature(CPU_FTR_ARCH_31)) {
92 if (early_cpu_has_feature(CPU_FTR_ARCH_300))
H A Dslb.c259 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) {
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c522 early_cpu_has_feature(CPU_FTR_TM))
H A Dopal.c97 if (early_cpu_has_feature(CPU_FTR_ARCH_300)) {
/linux-master/arch/powerpc/lib/
H A Dtest_emulate_step.c1664 if (test->cpu_feature && !early_cpu_has_feature(test->cpu_feature)) {
/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c2609 if (!early_cpu_has_feature(CPU_FTR_HVMODE))
/linux-master/arch/powerpc/xmon/
H A Dxmon.c2675 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) {
2720 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) {

Completed in 210 milliseconds