Searched refs:ocacheL2 (Results 1 – 1 of 1) sorted by relevance
2396 static OSet* ocacheL2 = NULL; variable2410 tl_assert(!ocacheL2); in init_ocacheL2()2413 ocacheL2 in init_ocacheL2()2417 tl_assert(ocacheL2); in init_ocacheL2()2427 line = VG_(OSetGen_Lookup)( ocacheL2, &tag ); in ocacheL2_find_tag()2438 line = VG_(OSetGen_Remove)( ocacheL2, &tag ); in ocacheL2_del_tag()2440 VG_(OSetGen_FreeNode)(ocacheL2, line); in ocacheL2_del_tag()2452 copy = VG_(OSetGen_AllocNode)( ocacheL2, sizeof(OCacheLine) ); in ocacheL2_add_line()2456 VG_(OSetGen_Insert)( ocacheL2, copy ); in ocacheL2_add_line()6629 tl_assert(ocacheL2 != NULL); in mc_post_clo_init()[all …]