Searched refs:dcache_block (Results 1 – 1 of 1) sorted by relevance
123 struct dcache_block struct125 struct dcache_block *p; /* next in list */ argument154 struct dcache_block *free_head; argument155 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 …]