GDB (xrefs)
Public Attributes | List of all members
dcache_block Struct Reference

Public Attributes

struct dcache_blockprev
 
struct dcache_blocknext
 
CORE_ADDR addr
 
int refs
 
gdb_byte data [1]
 

Detailed Description

Definition at line 92 of file dcache.c.

Member Data Documentation

CORE_ADDR dcache_block::addr
gdb_byte dcache_block::data[1]
struct dcache_block* dcache_block::next
struct dcache_block* dcache_block::prev

Definition at line 95 of file dcache.c.

Referenced by append_block(), and remove_block().

int dcache_block::refs

Definition at line 99 of file dcache.c.

Referenced by dcache_alloc(), dcache_hit(), dcache_info_1(), and dcache_print_line().


The documentation for this struct was generated from the following file: