Searched refs:cache_info32 (Results 1 – 2 of 2) sorted by relevance
907 cache_info32_t cache_info32; in mem_cache_ioctl() local919 if (ddi_copyin((cache_info32_t *)arg, &cache_info32, in mem_cache_ioctl()920 sizeof (cache_info32), mode) != DDI_SUCCESS) { in mem_cache_ioctl()924 cache_info.cache = cache_info32.cache; in mem_cache_ioctl()925 cache_info.index = cache_info32.index; in mem_cache_ioctl()926 cache_info.way = cache_info32.way; in mem_cache_ioctl()927 cache_info.cpu_id = cache_info32.cpu_id; in mem_cache_ioctl()928 cache_info.bit = cache_info32.bit; in mem_cache_ioctl()929 cache_info.datap = (void *)((uint64_t)cache_info32.datap); in mem_cache_ioctl()
45 typedef struct cache_info32 { struct