Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/mm/
H A Dc-r3k.c26 static unsigned long icache_lsize, dcache_lsize; /* Size in bytes */ variable
100 icache_lsize = r3k_cache_lsize(ST0_ISC|ST0_SWC); in r3k_probe_cache()
308 icache_size >> 10, icache_lsize); in r3k_cache_init()
/openbmc/qemu/util/
H A Dcacheflush.c265 const uintptr_t icache_lsize = qemu_icache_linesize; in flush_idcache_range() local
290 for (p = rx & -icache_lsize; p < rx + len; p += icache_lsize) { in flush_idcache_range()