Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddcache.c88 #define LINE_SIZE_MASK(dcache) ((dcache->line_size - 1)) argument
89 #define XFORM(dcache, x) ((x) & LINE_SIZE_MASK (dcache)) argument
90 #define MASK(dcache, x) ((x) & ~LINE_SIZE_MASK (dcache)) argument
223 dcache_free (DCACHE *dcache) in dcache_free()
239 DCACHE *dcache = (DCACHE *) param; in invalidate_block() local
248 dcache_invalidate (DCACHE *dcache) in dcache_invalidate()
271 dcache_invalidate_line (DCACHE *dcache, CORE_ADDR addr) in dcache_invalidate_line()
288 dcache_hit (DCACHE *dcache, CORE_ADDR addr) in dcache_hit()
308 dcache_read_line (DCACHE *dcache, struct dcache_block *db) in dcache_read_line()
356 dcache_alloc (DCACHE *dcache, CORE_ADDR addr) in dcache_alloc()
[all …]
Dtarget-dcache.c33 DCACHE *dcache in target_dcache_init_p() local
44 DCACHE *dcache in target_dcache_invalidate() local
66 DCACHE *dcache in target_dcache_get_or_init() local
Dtarget.c1488 DCACHE *dcache = target_dcache_get (current_program_space->aspace); in raw_memory_xfer_partial() local
1571 DCACHE *dcache in memory_xfer_partial_1() local
/netbsd/src/sys/arch/ofppc/ofppc/
Dcpu.c152 uint32_t dcache=0, icache=0, dline=0, iline=0; in cpu_OFprintcacheinfo() local
/netbsd/src/sys/arch/aarch64/include/
Dcpu.h99 struct aarch64_cache_unit dcache; member
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dscache.c56 sqlite3_stmt *dcache; member
/netbsd/src/sys/dev/pci/
Darcmsrvar.h378 uint32_t dcache; member