Searched refs:data_storage (Results 1 – 2 of 2) sorted by relevance
174 char *data_storage; /* Storage for data (cache lines). */ member215 #define CACHE_INITIALIZED(cache) ((cache)->data_storage != NULL)
82 cache->data_storage = (char *) xmalloc (elements * cache->line_size); in frv_cache_init()109 free (cache->data_storage); in frv_cache_term()381 tag->line = cache->data_storage + (line_index * cache->line_size); in fill_line_from_memory()