Lines Matching defs:user
44 * R4K_HIT - Virtual user or kernel address based cache operations. The
45 * active_mm must be checked before using user addresses, falling
749 bool user;
755 bool user)
763 if (user)
780 if (user)
807 bool user = fir_args->user;
809 __local_r4k_flush_icache_range(start, end, type, user);
813 bool user)
821 args.user = user;