HomeSort by: relevance | last modified time | path
    Searched refs:data_storage (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/frv/
cache.h 147 char *line; /* Points to storage for line in data_storage. */
174 char *data_storage; /* Storage for data (cache lines). */ member in struct:__anon22089
215 #define CACHE_INITIALIZED(cache) ((cache)->data_storage != NULL)
cache.c 82 cache->data_storage = (char *) xmalloc (elements * cache->line_size);
109 free (cache->data_storage);
381 tag->line = cache->data_storage + (line_index * cache->line_size);
  /src/external/gpl3/gdb/dist/sim/frv/
cache.h 147 char *line; /* Points to storage for line in data_storage. */
174 char *data_storage; /* Storage for data (cache lines). */ member in struct:__anon1564
215 #define CACHE_INITIALIZED(cache) ((cache)->data_storage != NULL)
cache.c 82 cache->data_storage = (char *) xmalloc (elements * cache->line_size);
109 free (cache->data_storage);
381 tag->line = cache->data_storage + (line_index * cache->line_size);

Completed in 61 milliseconds