Searched refs:dcache (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | dcache.c | 165 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 …]
|
| D | dcache.h | 30 void dcache_invalidate (DCACHE *dcache);
|
| D | MAINTAINERS | 427 J.T. Conklin (dcache, NetBSD, remote) jtc at redback dot com
|
| /freebsd-12-stable/crypto/heimdal/lib/krb5/ |
| D | scache.c | 54 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/ |
| D | msm8998.dtsi | 145 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/ |
| D | Makefile | 23 dbxread.c dcache.c demangle.c dictionary.c disasm.c doublest.c \
|
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | arm926ejs.md | 120 ;; hit in dcache.
|
| D | arm1026ejs.md | 157 ;; hit in dcache.
|
| D | arm1136jfs.md | 281 ;; These models assume that all memory references hit in dcache. Also,
|
| D | arm1020e.md | 157 ;; hit in dcache.
|
| /freebsd-12-stable/contrib/amd/ |
| D | README.attrcache | 17 Cache (DNLC), or a Directory Cache (dcache).
|
| D | NEWS | 93 kernel's NFS client-side DNLC/dcache. Amd changes its view when it reloads
|
| D | ChangeLog | 1190 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/ |
| D | md5.sum | 650 17727ead88c17f8c77f56bddc0b5a65e gdb/dcache.c 651 907d3c67a5640d8d89ac6297256894ed gdb/dcache.h
|