Searched refs:SecMap (Results 1 – 2 of 2) sorted by relevance
280 SecMap; typedef289 static SecMap sm_distinguished[3];291 static INLINE Bool is_distinguished_sm ( SecMap* sm ) { in is_distinguished_sm()296 static void update_SM_counts(SecMap* oldSM, SecMap* newSM);301 static SecMap* copy_for_writing ( SecMap* dist_sm ) in copy_for_writing()303 SecMap* new_sm; in copy_for_writing()308 new_sm = VG_(am_shadow_alloc)(sizeof(SecMap)); in copy_for_writing()311 sizeof(SecMap) ); in copy_for_writing()312 VG_(memcpy)(new_sm, dist_sm, sizeof(SecMap)); in copy_for_writing()344 static void update_SM_counts(SecMap* oldSM, SecMap* newSM) in update_SM_counts()[all …]
515 SecMap; typedef519 static inline Bool is_sane_SecMap ( SecMap* sm ) { in is_sane_SecMap()658 static SecMap* shmem__alloc_SecMap ( void ) in shmem__alloc_SecMap()661 SecMap* sm = shmem__bigchunk_alloc( sizeof(SecMap) ); in shmem__alloc_SecMap()682 typedef struct { Addr gaKey; SecMap* sm; } SMCacheEnt;685 static SecMap* shmem__find_SecMap ( Addr ga ) in shmem__find_SecMap()687 SecMap* sm = NULL; in shmem__find_SecMap()720 static SecMap* shmem__find_or_alloc_SecMap ( Addr ga ) in shmem__find_or_alloc_SecMap()722 SecMap* sm = shmem__find_SecMap ( ga ); in shmem__find_or_alloc_SecMap()796 SecMap* sm = shmem__find_or_alloc_SecMap(tag); in find_ZF_for_reading()[all …]