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

/external/valgrind/main/coregrind/
H A Dpub_core_transtab.h71 UInt to_tteNo,
H A Dm_transtab.c107 UInt to_tteNo; /* TTE number in given sector */ member in struct:__anon28297
462 oe->to_tteNo = 0;
710 UInt to_tteNo,
722 TTEntry* to_tte = index_tte(to_sNo, to_tteNo);
785 oe.to_tteNo = to_tteNo;
860 if (oe->to_sNo == here_sNo && oe->to_tteNo == here_tteNo
874 TTEntry* to_tte = index_tte(oe->to_sNo, oe->to_tteNo);
708 tt_tc_do_chaining( void* from__patch_addr, UInt to_sNo, UInt to_tteNo, Bool to_fastEP ) argument
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1013 UInt to_tteNo = (UInt)-1; local
1015 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo,
1021 found = VG_(search_transtab)( NULL, &to_sNo, &to_tteNo,
1035 vg_assert(to_tteNo != -1);
1041 to_sNo, to_tteNo, toFastEP );

Completed in 348 milliseconds