Home
last modified time | relevance | path

Searched defs:dcache (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Ddcache.c89 #define LINE_SIZE_MASK(dcache) ((dcache->line_size - 1)) argument
90 #define XFORM(dcache, x) ((x) & LINE_SIZE_MASK (dcache)) argument
226 dcache_free (DCACHE *dcache) in dcache_free()
245 DCACHE *dcache = (DCACHE *) param; in invalidate_block() local
254 dcache_invalidate (DCACHE *dcache) in dcache_invalidate()
276 dcache_invalidate_line (DCACHE *dcache, CORE_ADDR addr) in dcache_invalidate_line()
293 dcache_hit (DCACHE *dcache, CORE_ADDR addr) in dcache_hit()
313 dcache_read_line (DCACHE *dcache, struct dcache_block *db) in dcache_read_line()
362 dcache_alloc (DCACHE *dcache, CORE_ADDR addr) in dcache_alloc()
458 DCACHE *dcache; in dcache_init() local
[all …]
/dragonfly/test/stress/fsstress/
H A Dfsstress.c205 int dcache[NDCACHE]; variable