Home
last modified time | relevance | path

Searched refs:MEM_CACHE_UNRETIRE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sun4u/sys/
H A Dmem_cache.h62 #define MEM_CACHE_UNRETIRE (('C' << 8) | 0x03) macro
/titanic_41/usr/src/uts/sun4u/io/
H A Dmem_cache.c723 case MEM_CACHE_UNRETIRE: in mem_cache_ioctl_ops()
949 case MEM_CACHE_UNRETIRE: in mem_cache_ioctl()
/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcache.c866 ret = ioctl(fd, MEM_CACHE_UNRETIRE, &cache_info); in cmd_cache_way_unretire()