Searched refs:MMU_NUM_ASID_PAIRS (Results 1 – 1 of 1) sorted by relevance
29 #define MMU_NUM_ASID_PAIRS 64 macro31 static bitstr_t bit_decl(g_asid, MMU_NUM_ASID_PAIRS) __nex_bss;142 bit_ffc(g_asid, MMU_NUM_ASID_PAIRS, &i); in asid_alloc()164 assert(i < MMU_NUM_ASID_PAIRS && bit_test(g_asid, i)); in asid_free()
Completed in 3 milliseconds