Home
last modified time | relevance | path

Searched refs:CPU_FTR_COHERENT_ICACHE (Results 1 – 9 of 9) sorted by relevance

/arch/powerpc/include/asm/
Dcputable.h111 #define CPU_FTR_COHERENT_ICACHE ASM_CONST(0x00000001) macro
393 CPU_FTR_COHERENT_ICACHE | CPU_FTR_PURR | \
398 CPU_FTR_COHERENT_ICACHE | \
406 CPU_FTR_COHERENT_ICACHE | \
415 CPU_FTR_COHERENT_ICACHE | \
426 CPU_FTR_COHERENT_ICACHE | \
448 CPU_FTR_COHERENT_ICACHE | \
535 CPU_FTR_COHERENT_ICACHE | \
Dcacheflush.h40 if (cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) in flush_dcache_folio()
/arch/powerpc/kernel/vdso/
Dcacheflush.S29 END_FTR_SECTION_IFSET(CPU_FTR_COHERENT_ICACHE)
/arch/powerpc/mm/book3s64/
Dhash_64k.c80 !cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) { in __hash_page_4K()
272 !cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) in __hash_page_64K()
Dhash_4k.c63 !cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) in __hash_page_4K()
Dhash_hugepage.c63 if (!cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) { in __hash_page_thp()
Dhugetlbpage.c77 if (!cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) in __hash_page_huge()
/arch/powerpc/mm/
Dcacheflush.c18 if (cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) { in flush_coherent_icache()
Dpgtable.c85 if (pte_looks_normal(pte) && !(cpu_has_feature(CPU_FTR_COHERENT_ICACHE) || in set_pte_filter_hash()