Home
last modified time | relevance | path

Searched refs:cpu_has_feature (Results 51 – 75 of 115) sorted by relevance

12345

/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_native.c129 if (cpu_has_feature(CPU_FTR_P9_TLBIE_ERAT_BUG)) { in fixup_tlbie_vpn()
151 if (cpu_has_feature(CPU_FTR_P9_TLBIE_STQ_BUG)) { in fixup_tlbie_vpn()
307 if (cpu_has_feature(CPU_FTR_ARCH_300)) { in native_hpte_insert()
675 if (cpu_has_feature(CPU_FTR_ARCH_300)) { in hpte_decode()
H A Dhash_utils.c714 return !cpu_has_feature(CPU_FTR_ARCH_207S) && in might_have_hea()
1121 if (!cpu_has_feature(CPU_FTR_ARCH_300)) in htab_initialize()
1274 if (cpu_has_feature(CPU_FTR_ARCH_206) in hash__early_init_mmu()
1275 && cpu_has_feature(CPU_FTR_HVMODE)) in hash__early_init_mmu()
1285 if (!cpu_has_feature(CPU_FTR_ARCH_300)) in hash__early_init_mmu_secondary()
1294 if (cpu_has_feature(CPU_FTR_ARCH_206) in hash__early_init_mmu_secondary()
1295 && cpu_has_feature(CPU_FTR_HVMODE)) in hash__early_init_mmu_secondary()
1893 if (local && cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in tm_flush_hash_page()
H A Dhash_hugepage.c63 if (!cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) { in __hash_page_thp()
H A Dhugetlbpage.c77 if (!cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) in __hash_page_huge()
/openbmc/linux/arch/powerpc/kernel/
H A Ddawr.c95 if (cpu_has_feature(CPU_FTR_DAWR)) { in dawr_force_setup()
H A Dirq.c130 if (cpu_has_feature(CPU_FTR_HVMODE)) { in arch_show_interrupts()
151 if (cpu_has_feature(CPU_FTR_DBELL)) { in arch_show_interrupts()
H A Dsignal_64.c93 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in prepare_setup_sigcontext()
268 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in setup_tm_sigcontexts()
406 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in __unsafe_restore_sigcontext()
540 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_sigcontexts()
809 if (!cpu_has_feature(CPU_FTR_TM)) in SYSCALL_DEFINE0()
H A Dsecurity.c312 if (cpu_has_feature(CPU_FTR_ARCH_300)) in setup_stf_barrier()
314 else if (cpu_has_feature(CPU_FTR_ARCH_207S)) in setup_stf_barrier()
316 else if (cpu_has_feature(CPU_FTR_ARCH_206)) in setup_stf_barrier()
H A Dsignal_32.c254 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in prepare_save_user_regs()
364 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in prepare_save_tm_user_regs()
510 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_user_regs()
614 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in restore_tm_user_regs()
1144 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0()
1337 if (!cpu_has_feature(CPU_FTR_TM)) in COMPAT_SYSCALL_DEFINE0()
H A Duprobes.c44 if (cpu_has_feature(CPU_FTR_ARCH_31) && in arch_uprobe_analyze_insn()
H A Dtau_6xx.c194 if (!cpu_has_feature(CPU_FTR_TAU)) { in TAU_init()
/openbmc/linux/drivers/misc/cxl/
H A Dbase.c115 if (cpu_has_feature(CPU_FTR_HVMODE)) in cxl_base_init()
H A Dmain.c338 if (cpu_has_feature(CPU_FTR_HVMODE)) { in init_cxl()
364 if (cpu_has_feature(CPU_FTR_HVMODE)) in exit_cxl()
/openbmc/linux/arch/powerpc/include/asm/
H A Dcacheflush.h40 if (cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) in flush_dcache_folio()
H A Dhw_breakpoint.h56 return cpu_has_feature(CPU_FTR_DAWR1) ? 2 : 1; in nr_wp_slots()
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dsmp.c289 if (WARN_ON_ONCE(!cpu_has_feature(CPU_FTR_SMT))) in smp_85xx_kick_cpu()
488 if (cpu_has_feature(CPU_FTR_DBELL)) { in mpc85xx_smp_init()
/openbmc/linux/arch/powerpc/crypto/
H A Dcrct10dif-vpmsum_glue.c108 if (!cpu_has_feature(CPU_FTR_ARCH_207S)) in crct10dif_vpmsum_mod_init()
H A Dcrc-vpmsum_test.c36 if (!cpu_has_feature(CPU_FTR_ARCH_207S)) in crc_test_init()
H A Dcrc32c-vpmsum_glue.c155 if (!cpu_has_feature(CPU_FTR_ARCH_207S)) in crc32c_vpmsum_mod_init()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dpmem.c151 if (!cpu_has_feature(CPU_FTR_ARCH_207S)) in pseries_pmem_init()
H A DhvCall_inst.c59 if (cpu_has_feature(CPU_FTR_PURR)) in hc_show()
/openbmc/linux/arch/powerpc/mm/book3s32/
H A Dmmu.c124 if (!cpu_has_feature(CPU_FTR_NEED_COHERENT)) in setibat()
273 (cpu_has_feature(CPU_FTR_NEED_COHERENT) == 0)) in setbat()
/openbmc/linux/arch/powerpc/mm/
H A Dcacheflush.c18 if (cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) { in flush_coherent_icache()
H A Dpgtable.c85 if (pte_looks_normal(pte) && !(cpu_has_feature(CPU_FTR_COHERENT_ICACHE) || in set_pte_filter_hash()
86 cpu_has_feature(CPU_FTR_NOEXECUTE))) { in set_pte_filter_hash()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Drng.c72 if (!cpu_has_feature(CPU_FTR_ARCH_300)) in initialise_darn()

12345