Searched refs:dcache (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Ddcache.c24 #include "dcache.h"
35 In general the dcache speeds up performance, some speed improvement
81 /* NOTE: Interaction of dcache and memory region attributes
84 to or be a multiple of the dcache page size, dcache_read_line() and
92 segment fall within the same dcache page with a ro/cacheable memory
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, struc
191 dcache_invalidate(DCACHE *dcache) argument
219 dcache_hit(DCACHE *dcache, CORE_ADDR addr) argument
243 dcache_write_line(DCACHE *dcache, struct dcache_block *db) argument
324 dcache_read_line(DCACHE *dcache, struct dcache_block *db) argument
385 dcache_alloc(DCACHE *dcache, CORE_ADDR addr) argument
424 dcache_writeback(DCACHE *dcache) argument
446 dcache_peek_byte(DCACHE *dcache, CORE_ADDR addr, char *ptr) argument
473 dcache_poke_byte(DCACHE *dcache, CORE_ADDR addr, char *ptr) argument
495 DCACHE *dcache; local
510 dcache_free(DCACHE *dcache) argument
528 dcache_xfer_memory(DCACHE *dcache, CORE_ADDR memaddr, char *myaddr, int len, int should_write) argument
[all...]
H A Ddcache.h30 void dcache_invalidate (DCACHE *dcache);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dscache.c54 sqlite3_stmt *dcache; member in struct:krb5_scache
173 if (s->dcache)
174 sqlite3_finalize(s->dcache);
432 ret = prepare_stmt(context, s->db, &s->dcache, SQL_DCACHE);
640 sqlite3_bind_int(s->dcache, 1, s->cid);
642 ret = sqlite3_step(s->dcache);
644 sqlite3_reset(s->dcache);
1319 sqlite3_bind_int(sfrom->dcache, 1, sto->cid);
1321 ret = sqlite3_step(sfrom->dcache);
1323 sqlite3_reset(sfrom->dcache);
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h45 #include <linux/dcache.h>
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A DMakefile23 dbxread.c dcache.c demangle.c dictionary.c disasm.c doublest.c \

Completed in 89 milliseconds