Searched refs:to_tteNo (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/
H A Dpub_core_transtab.h104 TTEno to_tteNo,
H A Dm_transtab.c123 TTEno to_tteNo; /* TTE number in given sector */ member in struct:__anon19633
498 oe->to_tteNo = 0;
789 TTEno to_tteNo,
804 TTEntry* to_tte = index_tte(to_sNo, to_tteNo);
867 oe.to_tteNo = to_tteNo;
946 if (oe->to_sNo == here_sNo && oe->to_tteNo == here_tteNo
960 TTEntry* to_tte = index_tte(oe->to_sNo, oe->to_tteNo);
787 tt_tc_do_chaining( void* from__patch_addr, SECno to_sNo, TTEno to_tteNo, Bool to_fastEP ) argument
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c1070 TTEno to_tteNo = INV_TTE; local
1072 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo,
1078 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo,
1092 vg_assert(to_tteNo != INV_TTE);
1098 to_sNo, to_tteNo, toFastEP );

Completed in 88 milliseconds