Lines Matching refs:R4K_HIT
43 * R4K_HIT - Virtual user or kernel address based cache operations. The
49 #define R4K_HIT BIT(0)
54 * @type: Type of cache operations (R4K_HIT or R4K_INDEX).
69 if (type == R4K_HIT && mips_cm_present())
419 * @type: R4K_HIT or R4K_INDEX, type of cache op.
554 if (!has_valid_asid(mm, R4K_HIT))
617 r4k_on_each_cpu(R4K_HIT, local_r4k_flush_cache_page, &args);
630 r4k_on_each_cpu(R4K_HIT, local_r4k_flush_data_cache_page,
681 __local_r4k_flush_icache_range(start, end, R4K_HIT | R4K_INDEX, false);
687 __local_r4k_flush_icache_range(start, end, R4K_HIT | R4K_INDEX, true);
709 args.type = R4K_HIT | R4K_INDEX;
717 if (r4k_op_needs_ipi(R4K_INDEX) && !r4k_op_needs_ipi(R4K_HIT)) {
905 r4k_on_each_cpu(R4K_HIT, local_r4k_flush_kernel_vmap_range,