Searched refs:DCACHE (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dcache.c | 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); 171 static struct dcache_block *dcache_alloc (DCACHE *dcache, CORE_ADDR addr); 173 static int dcache_writeback (DCACHE *dcache); 188 DCACHE *last_cache; /* Used by info dcache */ 194 dcache_invalidate (DCACHE *dcache) in dcache_invalidate() 222 dcache_hit (DCACHE *dcache, CORE_ADDR addr) in dcache_hit() 246 dcache_write_line (DCACHE *dcache, struct dcache_block *db) in dcache_write_line() 327 dcache_read_line (DCACHE *dcache, struct dcache_block *db) in dcache_read_line() [all …]
|
| D | dcache.h | 27 typedef struct dcache_struct DCACHE; typedef 30 void dcache_invalidate (DCACHE *dcache); 33 DCACHE *dcache_init (void); 36 void dcache_free (DCACHE *); 40 int dcache_xfer_memory (DCACHE *cache, CORE_ADDR mem, gdb_byte *my,
|
| D | target.h | 533 extern DCACHE *target_dcache;
|
| D | target.c | 211 DCACHE *target_dcache;
|
| D | remote-mips.c | 393 static DCACHE *mips_dcache;
|