Home
last modified time | relevance | path

Searched refs:dcache (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Ddcache.c165 static int dcache_poke_byte (DCACHE *dcache, CORE_ADDR addr, char *ptr);
167 static int dcache_peek_byte (DCACHE *dcache, CORE_ADDR addr, char *ptr);
169 static struct dcache_block *dcache_hit (DCACHE *dcache, CORE_ADDR addr);
171 static int dcache_write_line (DCACHE *dcache, struct dcache_block *db);
173 static int dcache_read_line (DCACHE *dcache, struct dcache_block *db);
175 static struct dcache_block *dcache_alloc (DCACHE *dcache, CORE_ADDR addr);
177 static int dcache_writeback (DCACHE *dcache);
191 dcache_invalidate (DCACHE *dcache) in dcache_invalidate() argument
194 dcache->valid_head = 0; in dcache_invalidate()
195 dcache->valid_tail = 0; in dcache_invalidate()
[all …]
Ddcache.h30 void dcache_invalidate (DCACHE *dcache);
DMAINTAINERS427 J.T. Conklin (dcache, NetBSD, remote) jtc at redback dot com
/freebsd-12-stable/crypto/heimdal/lib/krb5/
Dscache.c54 sqlite3_stmt *dcache; member
173 if (s->dcache) in scc_free()
174 sqlite3_finalize(s->dcache); in scc_free()
432 ret = prepare_stmt(context, s->db, &s->dcache, SQL_DCACHE); in make_database()
640 sqlite3_bind_int(s->dcache, 1, s->cid); in scc_destroy()
642 ret = sqlite3_step(s->dcache); in scc_destroy()
644 sqlite3_reset(s->dcache); in scc_destroy()
1319 sqlite3_bind_int(sfrom->dcache, 1, sto->cid); in scc_move()
1321 ret = sqlite3_step(sfrom->dcache); in scc_move()
1323 sqlite3_reset(sfrom->dcache); in scc_move()
/freebsd-12-stable/sys/gnu/dts/arm64/qcom/
Dmsm8998.dtsi145 L1_D_0: l1-dcache {
160 L1_D_1: l1-dcache {
175 L1_D_2: l1-dcache {
190 L1_D_3: l1-dcache {
209 L1_D_100: l1-dcache {
224 L1_D_101: l1-dcache {
239 L1_D_102: l1-dcache {
254 L1_D_103: l1-dcache {
/freebsd-12-stable/gnu/usr.bin/gdb/libgdb/
DMakefile23 dbxread.c dcache.c demangle.c dictionary.c disasm.c doublest.c \
/freebsd-12-stable/contrib/gcc/config/arm/
Darm926ejs.md120 ;; hit in dcache.
Darm1026ejs.md157 ;; hit in dcache.
Darm1136jfs.md281 ;; These models assume that all memory references hit in dcache. Also,
Darm1020e.md157 ;; hit in dcache.
/freebsd-12-stable/contrib/amd/
DREADME.attrcache17 Cache (DNLC), or a Directory Cache (dcache).
DNEWS93 kernel's NFS client-side DNLC/dcache. Amd changes its view when it reloads
DChangeLog1190 CRITICAL FIX, to ensure that the kernel flushes its DNLC/dcache
1204 update of parent dir, to prevent DNLC/dcache from caching the old
/freebsd-12-stable/contrib/gdb/
Dmd5.sum650 17727ead88c17f8c77f56bddc0b5a65e gdb/dcache.c
651 907d3c67a5640d8d89ac6297256894ed gdb/dcache.h