Searched refs:sNo (Results 1 – 1 of 1) sorted by relevance
535 static inline TTEntryC* index_tteC ( SECno sNo, TTEno tteNo ) in index_tteC() argument537 vg_assert(sNo < n_sectors); in index_tteC()539 Sector* s = §ors[sNo]; in index_tteC()547 static inline TTEntryH* index_tteH ( SECno sNo, TTEno tteNo ) in index_tteH() argument549 vg_assert(sNo < n_sectors); in index_tteH()551 Sector* s = §ors[sNo]; in index_tteH()1489 static TTEno get_empty_tt_slot(SECno sNo) in get_empty_tt_slot() argument1493 i = sectors[sNo].empty_tt_list; in get_empty_tt_slot()1494 sectors[sNo].empty_tt_list = sectors[sNo].ttC[i].usage.next_empty_tte; in get_empty_tt_slot()1501 static void add_to_empty_tt_list (SECno sNo, TTEno tteno) in add_to_empty_tt_list() argument[all …]