Searched refs:CPU_FTR_COHERENT_ICACHE (Results 1 – 9 of 9) sorted by relevance
111 #define CPU_FTR_COHERENT_ICACHE ASM_CONST(0x00000001) macro392 CPU_FTR_COHERENT_ICACHE | CPU_FTR_PURR | \397 CPU_FTR_COHERENT_ICACHE | \405 CPU_FTR_COHERENT_ICACHE | \414 CPU_FTR_COHERENT_ICACHE | \425 CPU_FTR_COHERENT_ICACHE | \447 CPU_FTR_COHERENT_ICACHE | \533 CPU_FTR_COHERENT_ICACHE | \
40 if (cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) in flush_dcache_page()
78 !cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) { in __hash_page_4K()267 !cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) in __hash_page_64K()
61 !cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) in __hash_page_4K()
63 if (!cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) { in __hash_page_thp()
77 if (!cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) in __hash_page_huge()
29 END_FTR_SECTION_IFSET(CPU_FTR_COHERENT_ICACHE)
18 if (cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) { in flush_coherent_icache()
85 if (pte_looks_normal(pte) && !(cpu_has_feature(CPU_FTR_COHERENT_ICACHE) || in set_pte_filter_hash()