Home
last modified time | relevance | path

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

1234

/netbsd-src/sys/arch/aarch64/aarch64/
H A Dcpufunc.c75 cunit = &cacheinfo[level].dcache; in extract_cacheunit()
242 cunit = &cinfo[level].dcache; in prt_cache()
250 cunit = &cinfo[level].dcache; in prt_cache()
255 cunit = &cinfo[level].dcache; in prt_cache()
259 cunit = &cinfo[level].dcache; in prt_cache()
379 ln_dcache_wbinv_all(level, &cinfo[level].dcache); in aarch64_dcache_wbinv_all()
398 ln_dcache_inv_all(level, &cinfo[level].dcache); in aarch64_dcache_inv_all()
417 ln_dcache_wb_all(level, &cinfo[level].dcache); in aarch64_dcache_wb_all()
/netbsd-src/sys/arch/ofppc/ofppc/
H A Dcpu.c152 uint32_t dcache=0, icache=0, dline=0, iline=0; in cpu_OFprintcacheinfo() local
155 OF_getprop(node, "d-cache-size", &dcache, sizeof(dcache)); in cpu_OFprintcacheinfo()
165 cpu_print_cache_config(dcache, dline); in cpu_OFprintcacheinfo()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c56 sqlite3_stmt *dcache; member
175 if (s->dcache) in scc_free()
176 sqlite3_finalize(s->dcache); in scc_free()
433 ret = prepare_stmt(context, s->db, &s->dcache, SQL_DCACHE); in make_database()
641 sqlite3_bind_int(s->dcache, 1, s->cid); in scc_destroy()
643 ret = sqlite3_step(s->dcache); in scc_destroy()
645 sqlite3_reset(s->dcache); in scc_destroy()
1299 sqlite3_bind_int(sfrom->dcache, 1, sto->cid); in scc_move()
1301 ret = sqlite3_step(sfrom->dcache); in scc_move()
1303 sqlite3_reset(sfrom->dcache); in scc_move()
H A DNTMakefile71 $(OBJ)\dcache.obj \
225 dcache.c \
H A DMakefile.am152 dcache.c \
/netbsd-src/sys/arch/evbarm/conf/
H A Dstd.smdk280013 options ARM9_CACHE_WRITE_THROUGH # we have problem with WB dcache
/netbsd-src/sys/arch/hpc/stand/hpcboot/arm/
H A Darm.asm99 ldr r1, [r1] ; dcache-size
123 ldr r1, [r1] ; dcache-size
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dmsm8998.dtsi146 L1_D_0: l1-dcache {
162 L1_D_1: l1-dcache {
178 L1_D_2: l1-dcache {
194 L1_D_3: l1-dcache {
214 L1_D_100: l1-dcache {
230 L1_D_101: l1-dcache {
246 L1_D_102: l1-dcache {
262 L1_D_103: l1-dcache {
/netbsd-src/sys/arch/aarch64/include/
H A Dcpu.h99 struct aarch64_cache_unit dcache; member
/netbsd-src/sys/stand/efiboot/bootarm/
H A Dcache.S161 bic r0, r0, #5 @ disable dcache and MMU
/netbsd-src/sys/arch/acorn32/doc/
H A Dbootoptions66 dcache Enable data cache
/netbsd-src/sys/dev/pci/
H A Darcmsrvar.h378 uint32_t dcache; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dfmp626.md114 ;; hit in dcache.
H A Dfa626te.md122 ;; hit in dcache.
H A Dfa526.md107 ;; hit in dcache.
H A Dfa606te.md110 ;; hit in dcache.
H A Darm926ejs.md130 ;; hit in dcache.
H A Dfa726te.md134 ;; hit in dcache.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dfa526.md107 ;; hit in dcache.
H A Dfa626te.md122 ;; hit in dcache.
H A Dfa606te.md110 ;; hit in dcache.
H A Dfmp626.md114 ;; hit in dcache.
H A Darm926ejs.md130 ;; hit in dcache.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2000162 dbxread.c, dcache.c, defs.h, demangle.c, dstread.c,
1007 must invalidate the dcache, and how this might be fixed.
1009 * monitor.c (#include "dcache.h"): Removed.
1011 (monitor_open): Removed code that created local dcache.
1019 * ocd.c (#include "dcache.h"): Removed.
1021 (ocd_open): Removed code that created local dcache.
1025 (bdm_reset_command): Invalidate target dcache.
1028 (bug_settings): Remove dcache, readfunc, and writefunc fields
1032 * remote-nindy.c (#include "dcache.h"): Removed.
1034 (nindy_open): Removed code that created local dcache.
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2000162 dbxread.c, dcache.c, defs.h, demangle.c, dstread.c,
1007 must invalidate the dcache, and how this might be fixed.
1009 * monitor.c (#include "dcache.h"): Removed.
1011 (monitor_open): Removed code that created local dcache.
1019 * ocd.c (#include "dcache.h"): Removed.
1021 (ocd_open): Removed code that created local dcache.
1025 (bdm_reset_command): Invalidate target dcache.
1028 (bug_settings): Remove dcache, readfunc, and writefunc fields
1032 * remote-nindy.c (#include "dcache.h"): Removed.
1034 (nindy_open): Removed code that created local dcache.
[all …]

1234