Lines Matching defs:NUM_USER_ASIDS
37 #define NUM_USER_ASIDS ASID_FIRST_VERSION
81 unsigned int len = BITS_TO_LONGS(NUM_USER_ASIDS) * sizeof(unsigned long);
94 bitmap_copy(asid_map, pinned_asid_map, NUM_USER_ASIDS);
98 bitmap_clear(asid_map, 0, NUM_USER_ASIDS);
197 asid = find_next_zero_bit(asid_map, NUM_USER_ASIDS, cur_idx);
198 if (asid != NUM_USER_ASIDS)
207 asid = find_next_zero_bit(asid_map, NUM_USER_ASIDS, 1);
376 unsigned long num_available_asids = NUM_USER_ASIDS;
405 asid_map = kcalloc(BITS_TO_LONGS(NUM_USER_ASIDS), sizeof(*asid_map),
409 NUM_USER_ASIDS);
411 pinned_asid_map = kcalloc(BITS_TO_LONGS(NUM_USER_ASIDS),