Lines Matching refs:tcptr
186 ULong* tcptr; member
767 sec->ttC[tteNo].entry, sec->ttC[tteNo].tcptr) in HostExtent__is_dead()
780 if ((UChar*) sec->ttC[tteNo].tcptr >= hx->start + hx->len) { in HostExtent__is_dead()
830 vg_assert((UChar*)sec->ttC[tteNo].tcptr <= (UChar*)hcode); in find_TTEntry_from_hcode()
881 void* host_code = ((UChar*)to_tteC->tcptr) in VG_()
935 - (UChar*)from_tteC->tcptr ); in VG_()
966 = ((UChar*)tteC->tcptr) + ie->from_offs; in unchain_one()
1005 here_tteC->entry, here_tteC->tcptr); in unchain_in_preparation_for_deletion()
1013 UChar* here_slow_EP = (UChar*)here_tteC->tcptr; in unchain_in_preparation_for_deletion()
1458 static void setFastCacheEntry ( Addr key, ULong* tcptr ) in setFastCacheEntry() argument
1462 VG_(tt_fast)[cno].host = (Addr)tcptr; in setFastCacheEntry()
1704 ULong *tcptr, *tcptr2; in VG_() local
1777 tcptr = sectors[y].tc_next; in VG_()
1778 vg_assert(tcptr >= §ors[y].tc[0]); in VG_()
1779 vg_assert(tcptr <= §ors[y].tc[tc_sector_szQ]); in VG_()
1781 dstP = (UChar*)tcptr; in VG_()
1797 sectors[y].ttC[tteix].tcptr = tcptr; in VG_()
1838 hx.start = (UChar*)tcptr; in VG_()
1856 setFastCacheEntry( entry, tcptr ); in VG_()
1901 guest_addr, sectors[sno].ttC[tti].tcptr ); in VG_()
1903 *res_hcode = (Addr)sectors[sno].ttC[tti].tcptr; in VG_()