Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/
Dmc_main.c273 SecMap; typedef
282 static SecMap sm_distinguished[3];
284 static INLINE Bool is_distinguished_sm ( SecMap* sm ) { in is_distinguished_sm()
289 static void update_SM_counts(SecMap* oldSM, SecMap* newSM);
294 static SecMap* copy_for_writing ( SecMap* dist_sm ) in copy_for_writing()
296 SecMap* new_sm; in copy_for_writing()
301 new_sm = VG_(am_shadow_alloc)(sizeof(SecMap)); in copy_for_writing()
304 sizeof(SecMap) ); in copy_for_writing()
305 VG_(memcpy)(new_sm, dist_sm, sizeof(SecMap)); in copy_for_writing()
337 static void update_SM_counts(SecMap* oldSM, SecMap* newSM) in update_SM_counts()
[all …]
/external/valgrind/main/helgrind/
Dlibhb_core.c516 SecMap; typedef
520 static inline Bool is_sane_SecMap ( SecMap* sm ) { in is_sane_SecMap()
659 static SecMap* shmem__alloc_SecMap ( void ) in shmem__alloc_SecMap()
662 SecMap* sm = shmem__bigchunk_alloc( sizeof(SecMap) ); in shmem__alloc_SecMap()
683 typedef struct { Addr gaKey; SecMap* sm; } SMCacheEnt;
686 static SecMap* shmem__find_SecMap ( Addr ga ) in shmem__find_SecMap()
688 SecMap* sm = NULL; in shmem__find_SecMap()
721 static SecMap* shmem__find_or_alloc_SecMap ( Addr ga ) in shmem__find_or_alloc_SecMap()
723 SecMap* sm = shmem__find_SecMap ( ga ); in shmem__find_or_alloc_SecMap()
797 SecMap* sm = shmem__find_or_alloc_SecMap(tag); in find_ZF_for_reading()
[all …]