Home
last modified time | relevance | path

Searched refs:CMD_LxCACHE_F_RETIRED (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcache.c99 case CMD_LxCACHE_F_RETIRED: in cmd_flags_to_str()
518 if ((cache->Lxcache_flags & CMD_LxCACHE_F_RETIRED) && in cmd_Lx_index_count_type2_ways()
538 if ((cache->Lxcache_flags & CMD_LxCACHE_F_RETIRED) && in cmd_Lx_index_count_type1_ways()
942 (CMD_LxCACHE_F_RETIRED | CMD_LxCACHE_F_RERETIRED))) { in cmd_Lxcache_get_bit_array_of_available_ways()
1227 CMD_LxCACHE_F_RETIRED; in cmd_Lxcache_unretire()
1425 retire_this_Lxcache->Lxcache_flags = CMD_LxCACHE_F_RETIRED; in cmd_Lxcache_retire()
1446 retire_this_Lxcache->Lxcache_way, CMD_LxCACHE_F_RETIRED); in cmd_Lxcache_retire()
/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_Lxcache.h53 #define CMD_LxCACHE_F_RETIRED 0x2 macro