Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/mm/
H A Dc-r4k.c50 #define R4K_INDEX BIT(1) macro
475 if (!has_valid_asid(vma->vm_mm, R4K_INDEX)) in local_r4k_flush_cache_range()
503 if (!has_valid_asid(mm, R4K_INDEX)) in local_r4k_flush_cache_mm()
528 r4k_on_each_cpu(R4K_INDEX, local_r4k_flush_cache_mm, mm); in r4k_flush_cache_mm()
647 if (type == R4K_INDEX || in __local_r4k_flush_icache_range()
648 (type & R4K_INDEX && end - start >= dcache_size)) { in __local_r4k_flush_icache_range()
659 if (type == R4K_INDEX || in __local_r4k_flush_icache_range()
660 (type & R4K_INDEX && end - start > icache_size)) in __local_r4k_flush_icache_range()
709 args.type = R4K_HIT | R4K_INDEX; in __r4k_flush_icache_range()
729 args.type &= ~R4K_INDEX; in __r4k_flush_icache_range()
[all …]