HomeSort by: relevance | last modified time | path
    Searched refs:dcache_block (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
dcache.c 92 struct dcache_block struct
95 struct dcache_block *prev;
96 struct dcache_block *next;
106 struct dcache_block *oldest; /* least-recently-allocated list. */
110 struct dcache_block *freelist;
124 typedef void (block_func) (struct dcache_block *block, void *param);
126 static struct dcache_block *dcache_hit (DCACHE *dcache, CORE_ADDR addr);
128 static int dcache_read_line (DCACHE *dcache, struct dcache_block *db);
130 static struct dcache_block *dcache_alloc (DCACHE *dcache, CORE_ADDR addr);
149 append_block (struct dcache_block **blist, struct dcache_block *block
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
dcache.c 92 struct dcache_block struct
95 struct dcache_block *prev;
96 struct dcache_block *next;
106 struct dcache_block *oldest; /* least-recently-allocated list. */
110 struct dcache_block *freelist;
124 typedef void (block_func) (struct dcache_block *block, void *param);
126 static struct dcache_block *dcache_hit (DCACHE *dcache, CORE_ADDR addr);
128 static int dcache_read_line (DCACHE *dcache, struct dcache_block *db);
130 static struct dcache_block *dcache_alloc (DCACHE *dcache, CORE_ADDR addr);
149 append_block (struct dcache_block **blist, struct dcache_block *block
    [all...]
  /src/sys/arch/rs6000/include/
iplcb.h 237 int dcache_block; /* L1 dcache block size */ member in struct:proc_info

Completed in 27 milliseconds