Home
last modified time | relevance | path

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

/openbmc/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
35 return early_cpu_has_feature(feature); in cpu_has_feature()
51 return early_cpu_has_feature(feature); in cpu_has_feature()
/openbmc/linux/arch/powerpc/mm/
H A Dinit_64.c635 if (early_cpu_has_feature(CPU_FTR_ARCH_207S)) in mmu_early_init_devtree()
641 if (early_cpu_has_feature(CPU_FTR_ARCH_300)) in mmu_early_init_devtree()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c223 if (early_cpu_has_feature(CPU_FTR_HVMODE)) in tlbiel_all_isa300()
266 if (early_cpu_has_feature(CPU_FTR_ARCH_300)) in hash__tlbiel_all()
268 else if (early_cpu_has_feature(CPU_FTR_ARCH_207S)) in hash__tlbiel_all()
270 else if (early_cpu_has_feature(CPU_FTR_ARCH_206)) in hash__tlbiel_all()
2211 if (!early_cpu_has_feature(CPU_FTR_HVMODE)) { in hash__setup_initial_memory_limit()
2213 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) in hash__setup_initial_memory_limit()
H A Dradix_tlb.c55 if (early_cpu_has_feature(CPU_FTR_HVMODE)) { in tlbiel_all_isa300()
59 if (!early_cpu_has_feature(CPU_FTR_ARCH_31)) { in tlbiel_all_isa300()
69 if (!early_cpu_has_feature(CPU_FTR_ARCH_31)) { in tlbiel_all_isa300()
92 if (early_cpu_has_feature(CPU_FTR_ARCH_300)) in radix__tlbiel_all()
H A Dpkeys.c132 if (!early_cpu_has_feature(CPU_FTR_ARCH_206)) in pkey_early_init_devtree()
H A Dslb.c259 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in slb_dump_contents()
/openbmc/linux/arch/powerpc/kernel/
H A Dpaca.c127 if (early_cpu_has_feature(CPU_FTR_HVMODE)) in new_lppaca()
H A Dsetup_64.c317 if (early_cpu_has_feature(CPU_FTR_DSCR)) in record_spr_defaults()
H A Dprom.c769 if (early_cpu_has_feature(CPU_FTR_ARCH_207S)) in save_fscr_to_task()
H A Dmce_power.c103 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in flush_erat()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dsetup.c522 early_cpu_has_feature(CPU_FTR_TM)) in pnv_tm_init()
H A Dopal.c97 if (early_cpu_has_feature(CPU_FTR_ARCH_300)) { in opal_configure_cores()
/openbmc/linux/arch/powerpc/lib/
H A Dtest_emulate_step.c1664 if (test->cpu_feature && !early_cpu_has_feature(test->cpu_feature)) { in run_tests_compute()
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c2677 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in dump_one_paca()
2722 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in dump_one_paca()
/openbmc/linux/arch/powerpc/perf/
H A Dcore-book3s.c2607 if (!early_cpu_has_feature(CPU_FTR_HVMODE)) in pmu_setup()