Home | History | Annotate | Download | only in coregrind

Lines Matching full:ulong

167             ULong    count;
180 ULong* tcptr;
336 ULong* tc;
348 ULong* tc_next;
433 static ULong n_fast_flushes = 0;
434 static ULong n_fast_updates = 0;
437 static ULong n_full_lookups = 0;
438 static ULong n_lookup_probes = 0;
442 static ULong n_in_count = 0;
443 static ULong n_in_osize = 0;
444 static ULong n_in_tsize = 0;
445 static ULong n_in_sc_count = 0;
448 static ULong n_dump_count = 0;
449 static ULong n_dump_osize = 0;
450 static ULong n_sectors_recycled = 0;
453 static ULong n_disc_count = 0;
454 static ULong n_disc_osize = 0;
777 + sizeof(ULong) - 1)
811 + sizeof(ULong) - 1 );
1142 ULong* tce;
1373 static void setFastCacheEntry ( Addr key, ULong* tcptr )
1457 sec->tc = (ULong*)(Addr)sr_Res(sres);
1606 ULong *tcptr, *tcptr2;
1639 tcAvailQ = ((ULong*)(&sectors[y].tc[tc_sector_szQ]))
1640 - ((ULong*)(sectors[y].tc_next));
1670 tcAvailQ = ((ULong*)(&sectors[y].tc[tc_sector_szQ]))
1671 - ((ULong*)(sectors[y].tc_next));
1842 static void unredir_discard_translations( Addr, ULong );
1849 Bool overlap1 ( Addr s1, ULong r1, Addr s2, ULong r2 )
1859 Bool overlaps ( Addr start, ULong range, const VexGuestExtents* vge )
1947 Addr guest_start, ULong range,
1988 Addr guest_start, ULong range,
2007 void VG_(discard_translations) ( Addr guest_start, ULong range,
2160 #define N_UNREDIR_TCQ (N_UNREDIR_TT * UNREDIR_SZB / sizeof(ULong))
2171 static ULong *unredir_tc;
2194 unredir_tc = (ULong *)(Addr)sr_Res(sres);
2293 static void unredir_discard_translations( Addr guest_start, ULong range )
2319 vg_assert(sizeof(ULong) == 8);
2409 static Double safe_idiv( ULong a, ULong b )
2459 static ULong score ( const TTEntry* tte )
2461 return ((ULong)tte->usage.prof.weight) * ((ULong)tte->usage.prof.count);
2464 ULong VG_(get_SB_profile) ( SBProfEntry tops[], UInt n_tops )
2468 ULong score_total;