Searched refs:ocacheL2 (Results 1 – 1 of 1) sorted by relevance
2461 static OSet* ocacheL2 = NULL; variable2475 tl_assert(!ocacheL2); in init_ocacheL2()2478 ocacheL2 in init_ocacheL2()2491 line = VG_(OSetGen_Lookup)( ocacheL2, &tag ); in ocacheL2_find_tag()2502 line = VG_(OSetGen_Remove)( ocacheL2, &tag ); in ocacheL2_del_tag()2504 VG_(OSetGen_FreeNode)(ocacheL2, line); in ocacheL2_del_tag()2516 copy = VG_(OSetGen_AllocNode)( ocacheL2, sizeof(OCacheLine) ); in ocacheL2_add_line()2519 VG_(OSetGen_Insert)( ocacheL2, copy ); in ocacheL2_add_line()7913 tl_assert(ocacheL2 != NULL); in mc_post_clo_init()7916 tl_assert(ocacheL2 == NULL); in mc_post_clo_init()[all …]