Home
last modified time | relevance | path

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

/linux/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/arch/powerpc/kernel/
A Dpaca.c128 if (early_cpu_has_feature(CPU_FTR_HVMODE)) in new_lppaca()
191 if (early_cpu_has_feature(CPU_FTR_HVMODE)) in new_rtas_args()
A Dsetup_64.c277 if (early_cpu_has_feature(CPU_FTR_DSCR)) in record_spr_defaults()
A Dprom.c708 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/arch/powerpc/mm/book3s64/
A Dhash_native.c97 if (early_cpu_has_feature(CPU_FTR_HVMODE)) in tlbiel_all_isa300()
140 if (early_cpu_has_feature(CPU_FTR_ARCH_300)) in hash__tlbiel_all()
142 else if (early_cpu_has_feature(CPU_FTR_ARCH_207S)) in hash__tlbiel_all()
144 else if (early_cpu_has_feature(CPU_FTR_ARCH_206)) in hash__tlbiel_all()
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.c131 if (!early_cpu_has_feature(CPU_FTR_ARCH_206)) in pkey_early_init_devtree()
A Dslb.c259 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in slb_dump_contents()
A Dhash_utils.c2034 if (!early_cpu_has_feature(CPU_FTR_HVMODE)) { in hash__setup_initial_memory_limit()
2036 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) in hash__setup_initial_memory_limit()
/linux/arch/powerpc/platforms/powernv/
A Dsetup.c494 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/arch/powerpc/lib/
A Dtest_emulate_step.c1667 if (test->cpu_feature && !early_cpu_has_feature(test->cpu_feature)) { in run_tests_compute()
/linux/arch/powerpc/xmon/
A Dxmon.c2673 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in dump_one_paca()
2717 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in dump_one_paca()

Completed in 34 milliseconds