GDB (xrefs)
|
Public Attributes | |
struct dcache_block * | prev |
struct dcache_block * | next |
CORE_ADDR | addr |
int | refs |
gdb_byte | data [1] |
Definition at line 99 of file dcache.c.
Referenced by dcache_alloc(), dcache_info(), dcache_invalidate_line(), dcache_print_line(), dcache_read_line(), dcache_xfer_memory(), and invalidate_block().
Definition at line 101 of file dcache.c.
Referenced by dcache_alloc(), dcache_peek_byte(), dcache_poke_byte(), dcache_print_line(), and dcache_read_line().
struct dcache_block* dcache_block::next |
Definition at line 97 of file dcache.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), append_block(), for_each_block(), and remove_block().
struct dcache_block* dcache_block::prev |
Definition at line 96 of file dcache.c.
Referenced by append_block(), and remove_block().
Definition at line 100 of file dcache.c.
Referenced by dcache_alloc(), dcache_hit(), dcache_info(), and dcache_print_line().