Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dcacheflush.c121 static bool have_coherent_icache; variable
167 have_coherent_icache = qemu_getauxval(AT_HWCAP) & PPC_FEATURE_ICACHE_SNOOP; in arch_cache_info()
329 if (have_coherent_icache) { in flush_idcache_range()