Home
last modified time | relevance | path

Searched refs:data_storage (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dcache.h174 char *data_storage; /* Storage for data (cache lines). */ member
215 #define CACHE_INITIALIZED(cache) ((cache)->data_storage != NULL)
Dcache.c82 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()