Searched refs:ocacheL2 (Results 1 – 1 of 1) sorted by relevance
2171 static OSet* ocacheL2 = NULL; variable2185 tl_assert(!ocacheL2); in init_ocacheL2()2188 ocacheL2 in init_ocacheL2()2192 tl_assert(ocacheL2); in init_ocacheL2()2202 line = VG_(OSetGen_Lookup)( ocacheL2, &tag ); in ocacheL2_find_tag()2213 line = VG_(OSetGen_Remove)( ocacheL2, &tag ); in ocacheL2_del_tag()2215 VG_(OSetGen_FreeNode)(ocacheL2, line); in ocacheL2_del_tag()2227 copy = VG_(OSetGen_AllocNode)( ocacheL2, sizeof(OCacheLine) ); in ocacheL2_add_line()2231 VG_(OSetGen_Insert)( ocacheL2, copy ); in ocacheL2_add_line()5640 tl_assert(ocacheL2 != NULL); in mc_post_clo_init()[all …]