Symbol: early_cpu_has_feature
arch/powerpc/include/asm/cpu_has_feature.h
34
return early_cpu_has_feature(feature);
arch/powerpc/include/asm/cpu_has_feature.h
50
return early_cpu_has_feature(feature);
arch/powerpc/kernel/dexcr.c
16
if (!early_cpu_has_feature(CPU_FTR_ARCH_31))
arch/powerpc/kernel/mce_power.c
103
if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) {
arch/powerpc/kernel/paca.c
127
if (early_cpu_has_feature(CPU_FTR_HVMODE))
arch/powerpc/kernel/prom.c
779
if (early_cpu_has_feature(CPU_FTR_ARCH_207S))
arch/powerpc/kernel/setup_64.c
314
if (early_cpu_has_feature(CPU_FTR_DSCR))
arch/powerpc/lib/test_emulate_step.c
1664
if (test->cpu_feature && !early_cpu_has_feature(test->cpu_feature)) {
arch/powerpc/mm/book3s64/hash_utils.c
224
if (early_cpu_has_feature(CPU_FTR_HVMODE))
arch/powerpc/mm/book3s64/hash_utils.c
2413
if (!early_cpu_has_feature(CPU_FTR_HVMODE)) {
arch/powerpc/mm/book3s64/hash_utils.c
2415
if (!early_cpu_has_feature(CPU_FTR_ARCH_300))
arch/powerpc/mm/book3s64/hash_utils.c
267
if (early_cpu_has_feature(CPU_FTR_ARCH_300))
arch/powerpc/mm/book3s64/hash_utils.c
269
else if (early_cpu_has_feature(CPU_FTR_ARCH_207S))
arch/powerpc/mm/book3s64/hash_utils.c
271
else if (early_cpu_has_feature(CPU_FTR_ARCH_206))
arch/powerpc/mm/book3s64/pkeys.c
133
if (!early_cpu_has_feature(CPU_FTR_ARCH_206))
arch/powerpc/mm/book3s64/radix_tlb.c
55
if (early_cpu_has_feature(CPU_FTR_HVMODE)) {
arch/powerpc/mm/book3s64/radix_tlb.c
59
if (!early_cpu_has_feature(CPU_FTR_ARCH_31)) {
arch/powerpc/mm/book3s64/radix_tlb.c
69
if (!early_cpu_has_feature(CPU_FTR_ARCH_31)) {
arch/powerpc/mm/book3s64/radix_tlb.c
92
if (early_cpu_has_feature(CPU_FTR_ARCH_300))
arch/powerpc/mm/book3s64/slb.c
268
if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) {
arch/powerpc/mm/init_64.c
639
if (early_cpu_has_feature(CPU_FTR_ARCH_207S))
arch/powerpc/mm/init_64.c
645
if (early_cpu_has_feature(CPU_FTR_ARCH_300))
arch/powerpc/perf/core-book3s.c
2625
if (!early_cpu_has_feature(CPU_FTR_HVMODE))
arch/powerpc/platforms/powernv/opal.c
97
if (early_cpu_has_feature(CPU_FTR_ARCH_300)) {
arch/powerpc/platforms/powernv/setup.c
522
early_cpu_has_feature(CPU_FTR_TM))
arch/powerpc/xmon/xmon.c
2658
if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) {
arch/powerpc/xmon/xmon.c
2703
if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) {