Lines Matching defs:user
43 * R4K_HIT - Virtual user or kernel address based cache operations. The
44 * active_mm must be checked before using user addresses, falling
638 bool user;
644 bool user)
652 if (user)
669 if (user)
696 bool user = fir_args->user;
698 __local_r4k_flush_icache_range(start, end, type, user);
702 bool user)
710 args.user = user;