Searched refs:to_tteNo (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/ |
D | pub_core_transtab.h | 104 TTEno to_tteNo,
|
D | m_transtab.c | 123 TTEno to_tteNo; /* TTE number in given sector */ member 498 oe->to_tteNo = 0; in OutEdge__init() 789 TTEno to_tteNo, in VG_() 804 TTEntry* to_tte = index_tte(to_sNo, to_tteNo); in VG_() 867 oe.to_tteNo = to_tteNo; in VG_() 946 if (oe->to_sNo == here_sNo && oe->to_tteNo == here_tteNo in unchain_in_preparation_for_deletion() 960 TTEntry* to_tte = index_tte(oe->to_sNo, oe->to_tteNo); in unchain_in_preparation_for_deletion()
|
/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 1070 TTEno to_tteNo = INV_TTE; in handle_chain_me() local 1072 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo, in handle_chain_me() 1078 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo, in handle_chain_me() 1092 vg_assert(to_tteNo != INV_TTE); in handle_chain_me() 1098 to_sNo, to_tteNo, toFastEP ); in handle_chain_me()
|