Lines Matching refs:AuxMapEnt
374 AuxMapEnt; typedef
385 AuxMapEnt* ent; // pointer to the matching auxmap_L2 node
399 tl_assert(0 == offsetof(AuxMapEnt,base)); in init_auxmap_L1_L2()
401 auxmap_L2 = VG_(OSetGen_Create)( /*keyOff*/ offsetof(AuxMapEnt,base), in init_auxmap_L1_L2()
440 AuxMapEnt *elem, *res; in check_auxmap_L1_L2_sanity()
441 AuxMapEnt key; in check_auxmap_L1_L2_sanity()
493 static void insert_into_auxmap_L1_at ( Word rank, AuxMapEnt* ent ) in insert_into_auxmap_L1_at()
504 static INLINE AuxMapEnt* maybe_find_in_auxmap ( Addr a ) in maybe_find_in_auxmap()
506 AuxMapEnt key; in maybe_find_in_auxmap()
507 AuxMapEnt* res; in maybe_find_in_auxmap()
520 AuxMapEnt* t_ent = auxmap_L1[0].ent; in maybe_find_in_auxmap()
542 AuxMapEnt* t_ent = auxmap_L1[i-1].ent; in maybe_find_in_auxmap()
564 static AuxMapEnt* find_or_alloc_in_auxmap ( Addr a ) in find_or_alloc_in_auxmap()
566 AuxMapEnt *nyu, *res; in find_or_alloc_in_auxmap()
577 nyu = (AuxMapEnt*) VG_(OSetGen_AllocNode)( auxmap_L2, sizeof(AuxMapEnt) ); in find_or_alloc_in_auxmap()
603 AuxMapEnt* am = find_or_alloc_in_auxmap(a); in get_secmap_high_ptr()
675 AuxMapEnt* am = maybe_find_in_auxmap(a); in maybe_get_secmap_for()