Searched refs:N_UNREDIR_TCQ (Results 1 – 1 of 1) sorted by relevance
1381 #define N_UNREDIR_TCQ (N_UNREDIR_TT * UNREDIR_SZB / sizeof(ULong)) macro1393 static Int unredir_tc_used = N_UNREDIR_TCQ;1435 if (unredir_tc_used > N_UNREDIR_TCQ) return False; in sanity_check_redir_tt_tc()1465 if (i >= N_UNREDIR_TT || code_szQ > (N_UNREDIR_TCQ - unredir_tc_used)) { in VG_()1472 vg_assert(unredir_tc_used <= N_UNREDIR_TCQ); in VG_()1474 vg_assert(code_szQ + unredir_tc_used <= N_UNREDIR_TCQ); in VG_()1494 vg_assert(unredir_tc_used <= N_UNREDIR_TCQ); in VG_()