Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/
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-6.12.1/arch/powerpc/kernel/
Ddexcr.c16 if (!early_cpu_has_feature(CPU_FTR_ARCH_31)) in init_task_dexcr()
Dpaca.c127 if (early_cpu_has_feature(CPU_FTR_HVMODE)) in new_lppaca()
Dsetup_64.c317 if (early_cpu_has_feature(CPU_FTR_DSCR)) in record_spr_defaults()
Dprom.c779 if (early_cpu_has_feature(CPU_FTR_ARCH_207S)) in save_fscr_to_task()
Dmce_power.c103 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in flush_erat()
/linux-6.12.1/arch/powerpc/mm/
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()
/linux-6.12.1/arch/powerpc/mm/book3s64/
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()
2222 if (!early_cpu_has_feature(CPU_FTR_HVMODE)) { in hash__setup_initial_memory_limit()
2224 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) in hash__setup_initial_memory_limit()
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()
Dpkeys.c133 if (!early_cpu_has_feature(CPU_FTR_ARCH_206)) in pkey_early_init_devtree()
Dslb.c259 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in slb_dump_contents()
/linux-6.12.1/arch/powerpc/platforms/powernv/
Dsetup.c522 early_cpu_has_feature(CPU_FTR_TM)) in pnv_tm_init()
Dopal.c97 if (early_cpu_has_feature(CPU_FTR_ARCH_300)) { in opal_configure_cores()
/linux-6.12.1/arch/powerpc/lib/
Dtest_emulate_step.c1664 if (test->cpu_feature && !early_cpu_has_feature(test->cpu_feature)) { in run_tests_compute()
/linux-6.12.1/arch/powerpc/xmon/
Dxmon.c2675 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in dump_one_paca()
2720 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in dump_one_paca()
/linux-6.12.1/arch/powerpc/perf/
Dcore-book3s.c2602 if (!early_cpu_has_feature(CPU_FTR_HVMODE)) in pmu_setup()