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