Lines Matching defs:asid
99 unsigned long asid, ver = atomic_long_read(¤t_version);
126 asid = find_next_zero_bit(context_asid_map, num_asids, cur_idx);
127 if (asid != num_asids)
137 asid = find_next_zero_bit(context_asid_map, num_asids, 1);
140 __set_bit(asid, context_asid_map);
141 cur_idx = asid;
142 return asid | ver;
213 * address mapping of the mm. Compared to noasid, using asid
215 * the asid mechanism wouldn't flush TLB for every switch_mm for
216 * performance. So when using asid, keep all CPUs footmarks in