Searched refs:SecMap (Results 1 – 3 of 3) sorted by relevance
272 SecMap; typedef281 static SecMap sm_distinguished[3];283 static INLINE Bool is_distinguished_sm ( SecMap* sm ) { in is_distinguished_sm()288 static void update_SM_counts(SecMap* oldSM, SecMap* newSM);293 static SecMap* copy_for_writing ( SecMap* dist_sm ) in copy_for_writing()295 SecMap* new_sm; in copy_for_writing()300 new_sm = VG_(am_shadow_alloc)(sizeof(SecMap)); in copy_for_writing()303 sizeof(SecMap) ); in copy_for_writing()304 VG_(memcpy)(new_sm, dist_sm, sizeof(SecMap)); in copy_for_writing()336 static void update_SM_counts(SecMap* oldSM, SecMap* newSM) in update_SM_counts()[all …]
314 yaml::MappingNode *SecMap = dyn_cast<yaml::MappingNode>(&*i); in parseSections() local315 if (!SecMap) { in parseSections()319 for (yaml::MappingNode::iterator si = SecMap->begin(), se = SecMap->end(); in parseSections()
516 SecMap; typedef520 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 …]