Searched refs:cache_info (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Dmem_cache.c520 get_tag_addr(cache_info_t *cache_info) argument
524 switch (cache_info->cache) {
527 tag_addr = (uint64_t)(cache_info->index <<
529 scratch = (uint64_t)(cache_info->way <<
536 tag_addr = (uint64_t)(cache_info->index <<
538 scratch = (uint64_t)(cache_info->way <<
554 mem_cache_ioctl_ops(int cmd, int mode, cache_info_t *cache_info) argument
565 if (cache_info->way >= PN_CACHE_NWAYS)
567 switch (cache_info->cache) {
570 if (cache_info
906 cache_info_t cache_info; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_cache.c45 cache_info_t cache_info; local
124 cache_info.cpu_id = cpuid;
125 cache_info.way = way;
126 cache_info.bit = bit;
127 cache_info.index = index;
128 cache_info.cache = type == FM_FMRI_CPU_CACHE_TYPE_L3 ?
131 ret = ioctl(fd, MEM_CACHE_RETIRE, &cache_info);
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcache.c708 cache_info_t cache_info; local
720 cache_info.cache = L2_CACHE_TAG;
724 cache_info.cache = L3_CACHE_TAG;
727 cache_info.cpu_id = cpu->cpu_cpuid;
728 cache_info.index = index;
729 cache_info.datap = tag_data;
730 cache_info.way = 0;
734 if (ioctl(fd, MEM_CACHE_READ_ERROR_INJECTED_TAGS, &cache_info)
744 if (ioctl(fd, MEM_CACHE_READ_TAGS, &cache_info)
780 cache_info_t cache_info; local
831 cache_info_t cache_info; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/
H A Dmem_cache.h82 typedef struct cache_info { struct

Completed in 98 milliseconds