GDB (xrefs)
Loading...
Searching...
No Matches
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 93 of file dcache.c.

Member Data Documentation

◆ addr

CORE_ADDR dcache_block::addr

◆ data

gdb_byte dcache_block::data[1]

◆ next

struct dcache_block* dcache_block::next

Definition at line 97 of file dcache.c.

Referenced by for_each_block().

◆ prev

struct dcache_block* dcache_block::prev

Definition at line 96 of file dcache.c.

◆ refs

int dcache_block::refs

Definition at line 100 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: