Lines Matching refs:R4K_HIT
44 * R4K_HIT - Virtual user or kernel address based cache operations. The
50 #define R4K_HIT BIT(0)
55 * @type: Type of cache operations (R4K_HIT or R4K_INDEX).
70 if (type == R4K_HIT && mips_cm_present())
531 * @type: R4K_HIT or R4K_INDEX, type of cache op.
666 if (!has_valid_asid(mm, R4K_HIT))
728 r4k_on_each_cpu(R4K_HIT, local_r4k_flush_cache_page, &args);
741 r4k_on_each_cpu(R4K_HIT, local_r4k_flush_data_cache_page,
792 __local_r4k_flush_icache_range(start, end, R4K_HIT | R4K_INDEX, false);
798 __local_r4k_flush_icache_range(start, end, R4K_HIT | R4K_INDEX, true);
820 args.type = R4K_HIT | R4K_INDEX;
828 if (r4k_op_needs_ipi(R4K_INDEX) && !r4k_op_needs_ipi(R4K_HIT)) {
1016 r4k_on_each_cpu(R4K_HIT, local_r4k_flush_kernel_vmap_range,