HomeSort by: relevance | last modified time | path
    Searched defs:dcache_hit (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
dcache.c 126 static struct dcache_block *dcache_hit (DCACHE *dcache, CORE_ADDR addr);
273 struct dcache_block *db = dcache_hit (dcache, addr);
288 dcache_hit (DCACHE *dcache, CORE_ADDR addr) function
401 struct dcache_block *db = dcache_hit (dcache, addr);
427 struct dcache_block *db = dcache_hit (dcache, addr);
dcache.c 126 static struct dcache_block *dcache_hit (DCACHE *dcache, CORE_ADDR addr);
273 struct dcache_block *db = dcache_hit (dcache, addr);
288 dcache_hit (DCACHE *dcache, CORE_ADDR addr) function
401 struct dcache_block *db = dcache_hit (dcache, addr);
427 struct dcache_block *db = dcache_hit (dcache, addr);
  /src/external/gpl3/gdb/dist/gdb/
dcache.c 126 static struct dcache_block *dcache_hit (DCACHE *dcache, CORE_ADDR addr);
273 struct dcache_block *db = dcache_hit (dcache, addr);
288 dcache_hit (DCACHE *dcache, CORE_ADDR addr) function
401 struct dcache_block *db = dcache_hit (dcache, addr);
427 struct dcache_block *db = dcache_hit (dcache, addr);
dcache.c 126 static struct dcache_block *dcache_hit (DCACHE *dcache, CORE_ADDR addr);
273 struct dcache_block *db = dcache_hit (dcache, addr);
288 dcache_hit (DCACHE *dcache, CORE_ADDR addr) function
401 struct dcache_block *db = dcache_hit (dcache, addr);
427 struct dcache_block *db = dcache_hit (dcache, addr);

Completed in 87 milliseconds