Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/
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()
/linux-6.3-rc2/arch/powerpc/mm/
A Dinit_64.c488 if (early_cpu_has_feature(CPU_FTR_ARCH_207S)) in mmu_early_init_devtree()
494 if (early_cpu_has_feature(CPU_FTR_ARCH_300)) in mmu_early_init_devtree()
/linux-6.3-rc2/arch/powerpc/mm/book3s64/
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()
2210 if (!early_cpu_has_feature(CPU_FTR_HVMODE)) { in hash__setup_initial_memory_limit()
2212 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) in hash__setup_initial_memory_limit()
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()
A Dpkeys.c132 if (!early_cpu_has_feature(CPU_FTR_ARCH_206)) in pkey_early_init_devtree()
A Dslb.c258 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in slb_dump_contents()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dpaca.c127 if (early_cpu_has_feature(CPU_FTR_HVMODE)) in new_lppaca()
A Dsetup_64.c317 if (early_cpu_has_feature(CPU_FTR_DSCR)) in record_spr_defaults()
A Dprom.c749 if (early_cpu_has_feature(CPU_FTR_ARCH_207S)) in save_fscr_to_task()
A Dmce_power.c103 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in flush_erat()
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Dsetup.c533 early_cpu_has_feature(CPU_FTR_TM)) in pnv_tm_init()
A Dopal.c97 if (early_cpu_has_feature(CPU_FTR_ARCH_300)) { in opal_configure_cores()
/linux-6.3-rc2/arch/powerpc/lib/
A Dtest_emulate_step.c1664 if (test->cpu_feature && !early_cpu_has_feature(test->cpu_feature)) { in run_tests_compute()
/linux-6.3-rc2/arch/powerpc/xmon/
A Dxmon.c2674 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in dump_one_paca()
2719 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in dump_one_paca()
/linux-6.3-rc2/arch/powerpc/perf/
A Dcore-book3s.c2608 if (!early_cpu_has_feature(CPU_FTR_HVMODE)) in pmu_setup()

Completed in 34 milliseconds