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 569 oe->to_tteNo = 0; in OutEdge__init() 865 TTEno to_tteNo, in VG_() 880 TTEntryC* to_tteC = index_tteC(to_sNo, to_tteNo); in VG_() 943 oe.to_tteNo = to_tteNo; in VG_() 1023 if (oe->to_sNo == here_sNo && oe->to_tteNo == here_tteNo in unchain_in_preparation_for_deletion() 1037 TTEntryC* to_tteC = index_tteC(oe->to_sNo, oe->to_tteNo); in unchain_in_preparation_for_deletion()
|
/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 1078 TTEno to_tteNo = INV_TTE; in handle_chain_me() local 1080 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo, in handle_chain_me() 1086 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo, in handle_chain_me() 1100 vg_assert(to_tteNo != INV_TTE); in handle_chain_me() 1106 to_sNo, to_tteNo, toFastEP ); in handle_chain_me()
|