Home
last modified time | relevance | path

Searched refs:early_cpu_has_feature (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dcpu_has_feature.h10 static __always_inline bool early_cpu_has_feature(unsigned long feature) in early_cpu_has_feature() function
34 return early_cpu_has_feature(feature); in cpu_has_feature()
50 return early_cpu_has_feature(feature); in cpu_has_feature()
/linux/arch/powerpc/kernel/
H A Ddexcr.c16 if (!early_cpu_has_feature(CPU_FTR_ARCH_31)) in init_task_dexcr()
H A Dpaca.c127 if (early_cpu_has_feature(CPU_FTR_HVMODE)) in new_lppaca()
H A Dsetup_64.c314 if (early_cpu_has_feature(CPU_FTR_DSCR)) in record_spr_defaults()
H A Dmce_power.c103 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in flush_erat()
/linux/arch/powerpc/mm/book3s64/
H A Dslb.c268 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in slb_dump_contents()
/linux/arch/powerpc/platforms/powernv/
H A Dopal.c97 if (early_cpu_has_feature(CPU_FTR_ARCH_300)) { in opal_configure_cores()