Searched refs:NUM_CTXT_ASIDS (Results 1 – 3 of 3) sorted by relevance
30 bitmap_zero(info->map, NUM_CTXT_ASIDS(info)); in flush_context()111 asid = find_next_zero_bit(info->map, NUM_CTXT_ASIDS(info), cur_idx); in new_context()112 if (asid != NUM_CTXT_ASIDS(info)) in new_context()121 asid = find_next_zero_bit(info->map, NUM_CTXT_ASIDS(info), 1); in new_context()179 WARN_ON(NUM_CTXT_ASIDS(info) - 1 <= num_possible_cpus()); in asid_allocator_init()181 info->map = bitmap_zalloc(NUM_CTXT_ASIDS(info), GFP_KERNEL); in asid_allocator_init()
42 NUM_CTXT_ASIDS(&asid_info)); in asids_init()
29 #define NUM_CTXT_ASIDS(info) (NUM_ASIDS(info) >> (info)->ctxt_shift) macro