Searched refs:cache_info32 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmem_cache_ioctl.h45 typedef struct cache_info32 { struct
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmem_cache.c907 cache_info32_t cache_info32; local
919 if (ddi_copyin((cache_info32_t *)arg, &cache_info32,
920 sizeof (cache_info32), mode) != DDI_SUCCESS) {
924 cache_info.cache = cache_info32.cache;
925 cache_info.index = cache_info32.index;
926 cache_info.way = cache_info32.way;
927 cache_info.cpu_id = cache_info32.cpu_id;
928 cache_info.bit = cache_info32.bit;
929 cache_info.datap = (void *)((uint64_t)cache_info32.datap);

Completed in 57 milliseconds