Searched refs:NUM_USER_ASIDS (Results 1 – 1 of 1) sorted by relevance
43 #define NUM_USER_ASIDS ASID_FIRST_VERSION macro47 static DECLARE_BITMAP(asid_map, NUM_USER_ASIDS);145 bitmap_clear(asid_map, 0, NUM_USER_ASIDS); in flush_context()209 asid = find_next_zero_bit(asid_map, NUM_USER_ASIDS, cur_idx); in new_context()210 if (asid == NUM_USER_ASIDS) { in new_context()214 asid = find_next_zero_bit(asid_map, NUM_USER_ASIDS, 1); in new_context()