Searched refs:early_cpu_has_feature (Results 1 – 14 of 14) sorted by relevance
10 static __always_inline bool early_cpu_has_feature(unsigned long feature) in early_cpu_has_feature() function35 return early_cpu_has_feature(feature); in cpu_has_feature()51 return early_cpu_has_feature(feature); in cpu_has_feature()
128 if (early_cpu_has_feature(CPU_FTR_HVMODE)) in new_lppaca()191 if (early_cpu_has_feature(CPU_FTR_HVMODE)) in new_rtas_args()
277 if (early_cpu_has_feature(CPU_FTR_DSCR)) in record_spr_defaults()
708 if (early_cpu_has_feature(CPU_FTR_ARCH_207S)) in save_fscr_to_task()
103 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in flush_erat()
97 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()
55 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()
131 if (!early_cpu_has_feature(CPU_FTR_ARCH_206)) in pkey_early_init_devtree()
259 if (!early_cpu_has_feature(CPU_FTR_ARCH_300)) { in slb_dump_contents()
2034 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()
494 early_cpu_has_feature(CPU_FTR_TM)) in pnv_tm_init()
97 if (early_cpu_has_feature(CPU_FTR_ARCH_300)) { in opal_configure_cores()
1667 if (test->cpu_feature && !early_cpu_has_feature(test->cpu_feature)) { in run_tests_compute()
2673 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