Home
last modified time | relevance | path

Searched refs:SMCacheEnt (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/helgrind/
Dlibhb_core.c779 typedef struct { Addr gaKey; SecMap* sm; } SMCacheEnt; typedef
780 static SMCacheEnt smCache[3] = { {1,NULL}, {1,NULL}, {1,NULL} };
791 SMCacheEnt tmp = smCache[0]; in shmem__find_SecMap()
797 SMCacheEnt tmp = smCache[1]; in shmem__find_SecMap()
6527 VG_(printf)("sizeof(SMCacheEnt) = %lu\n", sizeof(SMCacheEnt)); in libhb_shutdown()
6935 STATIC_ASSERT (3 == sizeof(smCache)/sizeof(SMCacheEnt)); in zsm_sset_range_noaccess()