Searched refs:DCACHE (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-dcache.h25 extern DCACHE *target_dcache_get (void);
27 extern DCACHE *target_dcache_get_or_init (void);
H A Ddcache.h26 typedef struct dcache_struct DCACHE; typedef in typeref:struct:dcache_struct
28 /* Invalidate DCACHE. */
29 void dcache_invalidate (DCACHE *dcache);
31 /* Initialize DCACHE. */
32 DCACHE *dcache_init (void);
34 /* Free a DCACHE. */
35 void dcache_free (DCACHE *);
40 void operator() (DCACHE *d) const
47 dcache_read_memory_partial (struct target_ops *ops, DCACHE *dcache,
51 void dcache_update (DCACHE *dcach
[all...]
H A Dtarget-dcache.c27 static const registry<address_space>::key<DCACHE, dcache_deleter> variable
35 DCACHE *dcache
46 DCACHE *dcache
56 DCACHE *
65 DCACHE *
68 DCACHE *dcache
H A Ddcache.c127 static struct dcache_block *dcache_hit (DCACHE *dcache, CORE_ADDR addr);
129 static int dcache_read_line (DCACHE *dcache, struct dcache_block *db);
131 static struct dcache_block *dcache_alloc (DCACHE *dcache, CORE_ADDR addr);
224 dcache_free (DCACHE *dcache)
240 DCACHE *dcache = (DCACHE *) param;
249 dcache_invalidate (DCACHE *dcache)
272 dcache_invalidate_line (DCACHE *dcache, CORE_ADDR addr)
289 dcache_hit (DCACHE *dcache, CORE_ADDR addr)
309 dcache_read_line (DCACHE *dcach
[all...]
H A Dtarget.c1499 DCACHE *dcache = target_dcache_get ();
1582 DCACHE *dcache = target_dcache_get_or_init ();
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddcache.h26 typedef struct dcache_struct DCACHE; typedef in typeref:struct:dcache_struct
28 /* Invalidate DCACHE. */
29 void dcache_invalidate (DCACHE *dcache);
31 /* Initialize DCACHE. */
32 DCACHE *dcache_init (void);
34 /* Free a DCACHE. */
35 void dcache_free (DCACHE *);
40 void operator() (DCACHE *d) const
47 dcache_read_memory_partial (struct target_ops *ops, DCACHE *dcache,
51 void dcache_update (DCACHE *dcach
[all...]
H A Dtarget-dcache.h26 extern DCACHE *target_dcache_get (address_space_ref_ptr aspace);
28 extern DCACHE *target_dcache_get_or_init (address_space_ref_ptr aspace);
H A Dtarget-dcache.c25 static const registry<address_space>::key<DCACHE, dcache_deleter> variable
33 DCACHE *dcache
44 DCACHE *dcache
54 DCACHE *
63 DCACHE *
66 DCACHE *dcache
H A Ddcache.c126 static struct dcache_block *dcache_hit (DCACHE *dcache, CORE_ADDR addr);
128 static int dcache_read_line (DCACHE *dcache, struct dcache_block *db);
130 static struct dcache_block *dcache_alloc (DCACHE *dcache, CORE_ADDR addr);
223 dcache_free (DCACHE *dcache)
239 DCACHE *dcache = (DCACHE *) param;
248 dcache_invalidate (DCACHE *dcache)
271 dcache_invalidate_line (DCACHE *dcache, CORE_ADDR addr)
288 dcache_hit (DCACHE *dcache, CORE_ADDR addr)
308 dcache_read_line (DCACHE *dcach
[all...]
H A Dtarget.c1488 DCACHE *dcache = target_dcache_get (current_program_space->aspace);
1571 DCACHE *dcache
/netbsd-current/sys/arch/mips/include/
H A Dcachectl.h46 #define DCACHE 0x02 /* writeback and invalidate D-cache */ macro
47 #define BCACHE (ICACHE|DCACHE) /* invalidate both caches, as above */
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Ddcache.c46 #define DCACHE(X) ((krb5_dcache*)(X)->data.data) macro
204 krb5_dcache *dc = DCACHE(id);
423 dc = DCACHE((*id));
449 krb5_dcache *dc = DCACHE(id);
457 dcc_release(context, DCACHE(id));
465 krb5_dcache *dc = DCACHE(id);
476 krb5_dcache *dc = DCACHE(id);
485 krb5_dcache *dc = DCACHE(id);
494 krb5_dcache *dc = DCACHE(id);
504 krb5_dcache *dc = DCACHE(i
[all...]
/netbsd-current/sys/arch/mips/mips/
H A Dsys_machdep.c108 case DCACHE:
140 if (whichcache & DCACHE) {
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dnios2r2.h751 (MATCH_R2_I12(DCACHE) | SET_IW_F1X4I12_X (R2_DCACHE_##NAME))
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dnios2r2.h751 (MATCH_R2_I12(DCACHE) | SET_IW_F1X4I12_X (R2_DCACHE_##NAME))
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dnios2r2.h751 (MATCH_R2_I12(DCACHE) | SET_IW_F1X4I12_X (R2_DCACHE_##NAME))
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dnios2r2.h751 (MATCH_R2_I12(DCACHE) | SET_IW_F1X4I12_X (R2_DCACHE_##NAME))
/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c3426 CACHEFLUSH(env->me_map, txn->mt_next_pgno * env->me_psize, DCACHE);
3924 CACHEFLUSH(env->me_map + off, len, DCACHE);

Completed in 332 milliseconds