Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mm/
Dcontext.c43 #define NUM_USER_ASIDS ASID_FIRST_VERSION macro
47 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()