Searched refs:DCACHE (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | dcache.c | 165 static int dcache_poke_byte (DCACHE *dcache, CORE_ADDR addr, char *ptr); 167 static int dcache_peek_byte (DCACHE *dcache, CORE_ADDR addr, char *ptr); 169 static struct dcache_block *dcache_hit (DCACHE *dcache, CORE_ADDR addr); 171 static int dcache_write_line (DCACHE *dcache, struct dcache_block *db); 173 static int dcache_read_line (DCACHE *dcache, struct dcache_block *db); 175 static struct dcache_block *dcache_alloc (DCACHE *dcache, CORE_ADDR addr); 177 static int dcache_writeback (DCACHE *dcache); 185 DCACHE *last_cache; /* Used by info dcache */ 191 dcache_invalidate (DCACHE *dcache) in dcache_invalidate() 219 dcache_hit (DCACHE *dcache, CORE_ADDR addr) in dcache_hit() [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, char *my, int len,
|
| D | target.h | 546 extern DCACHE *target_dcache;
|
| D | target.c | 204 DCACHE *target_dcache;
|
| D | remote-mips.c | 394 static DCACHE *mips_dcache;
|
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | ppro.md | 44 ;; L1 ICACHE L1 DCACHE
|