Searched refs:new_Lxcache (Results 1 – 1 of 1) sorted by relevance
609 cmd_Lxcache_t *new_Lxcache; in cmd_create_and_destroy_Lxcache() local618 new_Lxcache = cmd_Lxcache_create(hdl, Lxcache->xr, cpu, in cmd_create_and_destroy_Lxcache()622 if (new_Lxcache == NULL) { in cmd_create_and_destroy_Lxcache()630 (void) cmd_create_case_for_Lxcache(hdl, cpu, new_Lxcache); in cmd_create_and_destroy_Lxcache()632 return (new_Lxcache); in cmd_create_and_destroy_Lxcache()697 cmd_Lxcache_t *new_Lxcache; in retire_lowest_retirable_way_as_suspect() local749 new_Lxcache = cmd_create_and_destroy_Lxcache(hdl, cpu, in retire_lowest_retirable_way_as_suspect()751 if ((new_Lxcache == NULL) || in retire_lowest_retirable_way_as_suspect()752 (new_Lxcache->Lxcache_case.cc_cp == NULL)) { in retire_lowest_retirable_way_as_suspect()755 if (IS_TAG(new_Lxcache->Lxcache_type)) in retire_lowest_retirable_way_as_suspect()[all …]