Home
last modified time | relevance | path

Searched refs:dcache_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
96 dcache_lsize = r3k_cache_lsize(ST0_ISC); in r3k_probe_cache()
310 dcache_size >> 10, dcache_lsize); in r3k_cache_init()
/openbmc/qemu/util/
H A Dcacheflush.c266 const uintptr_t dcache_lsize = qemu_dcache_linesize; in flush_idcache_range() local
279 for (p = rw & -dcache_lsize; p < rw + len; p += dcache_lsize) { in flush_idcache_range()