Searched refs:R4K_INDEX (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | c-r4k.c | 47 * R4K_INDEX - Index based cache operations. 51 #define R4K_INDEX BIT(1) macro 55 * @type: Type of cache operations (R4K_HIT or R4K_INDEX). 525 r4k_on_each_cpu(R4K_INDEX, local_r4k___flush_cache_all, NULL); in r4k___flush_cache_all() 531 * @type: R4K_HIT or R4K_INDEX, type of cache op. 587 if (!has_valid_asid(vma->vm_mm, R4K_INDEX)) in local_r4k_flush_cache_range() 608 r4k_on_each_cpu(R4K_INDEX, local_r4k_flush_cache_range, vma); in r4k_flush_cache_range() 615 if (!has_valid_asid(mm, R4K_INDEX)) in local_r4k_flush_cache_mm() 640 r4k_on_each_cpu(R4K_INDEX, local_r4k_flush_cache_mm, mm); in r4k_flush_cache_mm() 758 if (type == R4K_INDEX || in __local_r4k_flush_icache_range() [all...] |
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | c-r4k.c | 46 * R4K_INDEX - Index based cache operations. 50 #define R4K_INDEX BIT(1) macro 54 * @type: Type of cache operations (R4K_HIT or R4K_INDEX). 413 r4k_on_each_cpu(R4K_INDEX, local_r4k___flush_cache_all, NULL); in r4k___flush_cache_all() 419 * @type: R4K_HIT or R4K_INDEX, type of cache op. 475 if (!has_valid_asid(vma->vm_mm, R4K_INDEX)) in local_r4k_flush_cache_range() 496 r4k_on_each_cpu(R4K_INDEX, local_r4k_flush_cache_range, vma); in 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() [all...] |
Completed in 3 milliseconds