cache_info32
cache_info32_t cache_info32;
if (ddi_copyin((cache_info32_t *)arg, &cache_info32,
sizeof (cache_info32), mode) != DDI_SUCCESS) {
cache_info.cache = cache_info32.cache;
cache_info.index = cache_info32.index;
cache_info.way = cache_info32.way;
cache_info.cpu_id = cache_info32.cpu_id;
cache_info.bit = cache_info32.bit;
cache_info.datap = (void *)((uint64_t)cache_info32.datap);