HomeSort by: relevance | last modified time | path
    Searched defs:dcache (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
target-dcache.c 18 #include "target-dcache.h"
22 /* The target dcache is kept per-address-space. This key lets us
25 static const registry<address_space>::key<DCACHE, dcache_deleter>
28 /* Target dcache is initialized or not. */
33 DCACHE *dcache local
36 return (dcache != NULL);
39 /* Invalidate the target dcache. */
44 DCACHE *dcache local
66 DCACHE *dcache local
    [all...]
dcache.c 20 #include "dcache.h"
23 #include "target-dcache.h"
28 /* Commands with a prefix of `{set,show} dcache'. */
37 In general the dcache speeds up performance. Some speed improvement
59 /* NOTE: Interaction of dcache and memory region attributes
62 to or be a multiple of the dcache page size, dcache_read_line() and
70 segment fall within the same dcache page with a ro/cacheable memory
88 #define LINE_SIZE_MASK(dcache) ((dcache->line_size - 1))
89 #define XFORM(dcache, x) ((x) & LINE_SIZE_MASK (dcache)
239 DCACHE *dcache = (DCACHE *) param; local
449 DCACHE *dcache = XNEW (DCACHE); local
    [all...]
target.c 24 #include "target-dcache.h"
33 #include "dcache.h"
1489 DCACHE *dcache = target_dcache_get (current_program_space->aspace); local
1493 dcache_update (dcache, res, memaddr, writebuf, *xfered_len);
1564 /* The dcache reads whole cache lines; that doesn't play well
1572 DCACHE *dcache local
1575 return dcache_read_memory_partial (ops, dcache, memaddr, readbuf,
1685 taken; once before checking the dcache, and another in th
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
target-dcache.c 18 #include "target-dcache.h"
22 /* The target dcache is kept per-address-space. This key lets us
25 static const registry<address_space>::key<DCACHE, dcache_deleter>
28 /* Target dcache is initialized or not. */
33 DCACHE *dcache local
36 return (dcache != NULL);
39 /* Invalidate the target dcache. */
44 DCACHE *dcache local
66 DCACHE *dcache local
    [all...]
dcache.c 20 #include "dcache.h"
23 #include "target-dcache.h"
28 /* Commands with a prefix of `{set,show} dcache'. */
37 In general the dcache speeds up performance. Some speed improvement
59 /* NOTE: Interaction of dcache and memory region attributes
62 to or be a multiple of the dcache page size, dcache_read_line() and
70 segment fall within the same dcache page with a ro/cacheable memory
88 #define LINE_SIZE_MASK(dcache) ((dcache->line_size - 1))
89 #define XFORM(dcache, x) ((x) & LINE_SIZE_MASK (dcache)
239 DCACHE *dcache = (DCACHE *) param; local
449 DCACHE *dcache = XNEW (DCACHE); local
    [all...]
target.c 24 #include "target-dcache.h"
33 #include "dcache.h"
1488 DCACHE *dcache = target_dcache_get (current_program_space->aspace); local
1492 dcache_update (dcache, res, memaddr, writebuf, *xfered_len);
1563 /* The dcache reads whole cache lines; that doesn't play well
1571 DCACHE *dcache local
1574 return dcache_read_memory_partial (ops, dcache, memaddr, readbuf,
1683 taken; once before checking the dcache, and another in th
    [all...]
  /src/sys/arch/ofppc/ofppc/
cpu.c 152 uint32_t dcache=0, icache=0, dline=0, iline=0; local
155 OF_getprop(node, "d-cache-size", &dcache, sizeof(dcache));
165 cpu_print_cache_config(dcache, dline);
  /src/sys/arch/aarch64/include/
cpu.h 99 struct aarch64_cache_unit dcache; member in struct:aarch64_cache_info
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
scache.c 56 sqlite3_stmt *dcache; member in struct:krb5_scache
175 if (s->dcache)
176 sqlite3_finalize(s->dcache);
433 ret = prepare_stmt(context, s->db, &s->dcache, SQL_DCACHE);
641 sqlite3_bind_int(s->dcache, 1, s->cid);
643 ret = sqlite3_step(s->dcache);
645 sqlite3_reset(s->dcache);
1299 sqlite3_bind_int(sfrom->dcache, 1, sto->cid);
1301 ret = sqlite3_step(sfrom->dcache);
1303 sqlite3_reset(sfrom->dcache);
    [all...]
  /src/sys/dev/pci/
arcmsrvar.h 378 uint32_t dcache; member in struct:arc_fw_sysinfo

Completed in 35 milliseconds