Lines Matching refs:AuxMapEnt
377 AuxMapEnt; typedef
388 AuxMapEnt* ent; // pointer to the matching auxmap_L2 node
402 tl_assert(0 == offsetof(AuxMapEnt,base)); in init_auxmap_L1_L2()
404 auxmap_L2 = VG_(OSetGen_Create)( /*keyOff*/ offsetof(AuxMapEnt,base), in init_auxmap_L1_L2()
443 AuxMapEnt *elem, *res; in check_auxmap_L1_L2_sanity()
444 AuxMapEnt key; in check_auxmap_L1_L2_sanity()
496 static void insert_into_auxmap_L1_at ( Word rank, AuxMapEnt* ent ) in insert_into_auxmap_L1_at()
507 static INLINE AuxMapEnt* maybe_find_in_auxmap ( Addr a ) in maybe_find_in_auxmap()
509 AuxMapEnt key; in maybe_find_in_auxmap()
510 AuxMapEnt* res; in maybe_find_in_auxmap()
523 AuxMapEnt* t_ent = auxmap_L1[0].ent; in maybe_find_in_auxmap()
545 AuxMapEnt* t_ent = auxmap_L1[i-1].ent; in maybe_find_in_auxmap()
567 static AuxMapEnt* find_or_alloc_in_auxmap ( Addr a ) in find_or_alloc_in_auxmap()
569 AuxMapEnt *nyu, *res; in find_or_alloc_in_auxmap()
580 nyu = (AuxMapEnt*) VG_(OSetGen_AllocNode)( auxmap_L2, sizeof(AuxMapEnt) ); in find_or_alloc_in_auxmap()
605 AuxMapEnt* am = find_or_alloc_in_auxmap(a); in get_secmap_high_ptr()
677 AuxMapEnt* am = maybe_find_in_auxmap(a); in maybe_get_secmap_for()