Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddcache.c123 struct dcache_block struct
125 struct dcache_block *p; /* next in list */ argument
154 struct dcache_block *free_head; argument
155 struct dcache_block *free_tail;
158 struct dcache_block *valid_head;
159 struct dcache_block *valid_tail;
162 struct dcache_block *the_cache;
165 static struct dcache_block *dcache_hit (DCACHE *dcache, CORE_ADDR addr);
167 static int dcache_write_line (DCACHE *dcache, struct dcache_block *db);
169 static int dcache_read_line (DCACHE *dcache, struct dcache_block *db);
[all …]