Home
last modified time | relevance | path

Searched refs:NUM_USER_ASIDS (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/mm/
H A Dcontext.c40 #define NUM_USER_ASIDS ASID_FIRST_VERSION macro
44 static DECLARE_BITMAP(asid_map, NUM_USER_ASIDS);
142 bitmap_clear(asid_map, 0, NUM_USER_ASIDS); in flush_context()
223 asid = find_next_zero_bit(asid_map, NUM_USER_ASIDS, cur_idx); in new_context()
224 if (asid == NUM_USER_ASIDS) { in new_context()
228 asid = find_next_zero_bit(asid_map, NUM_USER_ASIDS, 1); in new_context()