/netbsd-src/sys/arch/aarch64/aarch64/ |
H A D | cpufunc.c | 75 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 D | cpu.c | 152 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 D | scache.c | 56 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 D | NTMakefile | 71 $(OBJ)\dcache.obj \ 225 dcache.c \
|
H A D | Makefile.am | 152 dcache.c \
|
/netbsd-src/sys/arch/evbarm/conf/ |
H A D | std.smdk2800 | 13 options ARM9_CACHE_WRITE_THROUGH # we have problem with WB dcache
|
/netbsd-src/sys/arch/hpc/stand/hpcboot/arm/ |
H A D | arm.asm | 99 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 D | msm8998.dtsi | 146 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 D | cpu.h | 99 struct aarch64_cache_unit dcache; member
|
/netbsd-src/sys/stand/efiboot/bootarm/ |
H A D | cache.S | 161 bic r0, r0, #5 @ disable dcache and MMU
|
/netbsd-src/sys/arch/acorn32/doc/ |
H A D | bootoptions | 66 dcache Enable data cache
|
/netbsd-src/sys/dev/pci/ |
H A D | arcmsrvar.h | 378 uint32_t dcache; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | fmp626.md | 114 ;; hit in dcache.
|
H A D | fa626te.md | 122 ;; hit in dcache.
|
H A D | fa526.md | 107 ;; hit in dcache.
|
H A D | fa606te.md | 110 ;; hit in dcache.
|
H A D | arm926ejs.md | 130 ;; hit in dcache.
|
H A D | fa726te.md | 134 ;; hit in dcache.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | fa526.md | 107 ;; hit in dcache.
|
H A D | fa626te.md | 122 ;; hit in dcache.
|
H A D | fa606te.md | 110 ;; hit in dcache.
|
H A D | fmp626.md | 114 ;; hit in dcache.
|
H A D | arm926ejs.md | 130 ;; hit in dcache.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2000 | 162 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 D | ChangeLog-2000 | 162 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 …]
|