Home
last modified time | relevance | path

Searched refs:dcache (Results 26 – 50 of 1833) sorted by relevance

12345678910>>...74

/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/mm/
H A Dc-r4k.c1126 c->dcache.ways = 2; in probe_pcache()
1140 c->dcache.ways = 2; in probe_pcache()
1154 c->dcache.ways = 4; in probe_pcache()
1253 c->dcache.waybit = __ffs(dcache_size / c->dcache.ways); in probe_pcache()
1319 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_pcache()
1371 c->dcache.waybit = __ffs(dcache_size/c->dcache.ways); in probe_pcache()
1393 c->dcache.waysize = dcache_size / c->dcache.ways; in probe_pcache()
1397 c->dcache.sets = c->dcache.linesz ? in probe_pcache()
1398 dcache_size / (c->dcache.linesz * c->dcache.ways) : 0; in probe_pcache()
1507 c->dcache.linesz); in probe_pcache()
[all …]
H A Dc-tx39.c303 current_cpu_data.dcache.ways = 1; in tx39_probe_cache()
304 current_cpu_data.dcache.linesz = 4; in tx39_probe_cache()
309 current_cpu_data.dcache.ways = 2; in tx39_probe_cache()
310 current_cpu_data.dcache.linesz = 16; in tx39_probe_cache()
316 current_cpu_data.dcache.ways = 1; in tx39_probe_cache()
317 current_cpu_data.dcache.linesz = 16; in tx39_probe_cache()
393 current_cpu_data.dcache.waysize = dcache_size / current_cpu_data.dcache.ways; in tx39_cache_init()
397 current_cpu_data.dcache.sets = in tx39_cache_init()
398 current_cpu_data.dcache.waysize / current_cpu_data.dcache.linesz; in tx39_cache_init()
400 if (current_cpu_data.dcache.waysize > PAGE_SIZE) in tx39_cache_init()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Dtarget-dcache.c35 DCACHE *dcache
38 return (dcache != NULL);
46 DCACHE *dcache
49 if (dcache != NULL)
50 dcache_invalidate (dcache);
68 DCACHE *dcache
71 if (dcache == NULL)
73 dcache = dcache_init ();
74 target_dcache_aspace_key.set (current_program_space->aspace, dcache);
77 return dcache;
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/mm/
H A Dc-tx39.c303 current_cpu_data.dcache.ways = 1; in tx39_probe_cache()
304 current_cpu_data.dcache.linesz = 4; in tx39_probe_cache()
309 current_cpu_data.dcache.ways = 2; in tx39_probe_cache()
310 current_cpu_data.dcache.linesz = 16; in tx39_probe_cache()
316 current_cpu_data.dcache.ways = 1; in tx39_probe_cache()
317 current_cpu_data.dcache.linesz = 16; in tx39_probe_cache()
393 current_cpu_data.dcache.waysize = dcache_size / current_cpu_data.dcache.ways; in tx39_cache_init()
397 current_cpu_data.dcache.sets = in tx39_cache_init()
398 current_cpu_data.dcache.waysize / current_cpu_data.dcache.linesz; in tx39_cache_init()
400 if (current_cpu_data.dcache.waysize > PAGE_SIZE) in tx39_cache_init()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/mm/
H A Dc-tx39.c303 current_cpu_data.dcache.ways = 1; in tx39_probe_cache()
304 current_cpu_data.dcache.linesz = 4; in tx39_probe_cache()
309 current_cpu_data.dcache.ways = 2; in tx39_probe_cache()
310 current_cpu_data.dcache.linesz = 16; in tx39_probe_cache()
316 current_cpu_data.dcache.ways = 1; in tx39_probe_cache()
317 current_cpu_data.dcache.linesz = 16; in tx39_probe_cache()
393 current_cpu_data.dcache.waysize = dcache_size / current_cpu_data.dcache.ways; in tx39_cache_init()
397 current_cpu_data.dcache.sets = in tx39_cache_init()
398 current_cpu_data.dcache.waysize / current_cpu_data.dcache.linesz; in tx39_cache_init()
400 if (current_cpu_data.dcache.waysize > PAGE_SIZE) in tx39_cache_init()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/mm/
H A Dcache-sh7705.c35 ways = current_cpu_data.dcache.ways; in cache_wback_all()
36 waysize = current_cpu_data.dcache.sets; in cache_wback_all()
37 waysize <<= current_cpu_data.dcache.entry_shift; in cache_wback_all()
46 addr += current_cpu_data.dcache.linesz) { in cache_wback_all()
57 addrstart += current_cpu_data.dcache.way_incr; in cache_wback_all()
103 ways = current_cpu_data.dcache.ways; in __flush_dcache_page()
104 waysize = current_cpu_data.dcache.sets; in __flush_dcache_page()
105 waysize <<= current_cpu_data.dcache.entry_shift; in __flush_dcache_page()
114 addr += current_cpu_data.dcache.linesz) { in __flush_dcache_page()
124 addrstart += current_cpu_data.dcache.way_incr; in __flush_dcache_page()
H A Dcache.c71 if (boot_cpu_data.dcache.n_aliases) in copy_to_user_page()
90 if (boot_cpu_data.dcache.n_aliases) in copy_from_user_page()
142 if (!boot_cpu_data.dcache.n_aliases) in __update_cache()
179 if (boot_cpu_data.dcache.n_aliases == 0) in flush_cache_mm()
268 boot_cpu_data.dcache.ways, in emit_cache_params()
269 boot_cpu_data.dcache.sets, in emit_cache_params()
270 boot_cpu_data.dcache.way_incr); in emit_cache_params()
272 boot_cpu_data.dcache.entry_mask, in emit_cache_params()
273 boot_cpu_data.dcache.alias_mask, in emit_cache_params()
274 boot_cpu_data.dcache.n_aliases); in emit_cache_params()
[all …]
H A Dcache-sh4.c154 (current_cpu_data.dcache.sets << in flush_dcache_all()
155 current_cpu_data.dcache.entry_shift) * in flush_dcache_all()
156 current_cpu_data.dcache.ways; in flush_dcache_all()
158 entry_offset = 1 << current_cpu_data.dcache.entry_shift; in flush_dcache_all()
238 map_coherent = (current_cpu_data.dcache.n_aliases && in sh4_flush_cache_page()
289 if (boot_cpu_data.dcache.n_aliases == 0) in sh4_flush_cache_range()
317 struct cache_info *dcache; in __flush_cache_one() local
322 dcache = &boot_cpu_data.dcache; in __flush_cache_one()
324 way_count = dcache->ways; in __flush_cache_one()
325 way_incr = dcache->way_incr; in __flush_cache_one()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/mm/
H A Dcache-sh7705.c35 ways = current_cpu_data.dcache.ways; in cache_wback_all()
36 waysize = current_cpu_data.dcache.sets; in cache_wback_all()
37 waysize <<= current_cpu_data.dcache.entry_shift; in cache_wback_all()
46 addr += current_cpu_data.dcache.linesz) { in cache_wback_all()
57 addrstart += current_cpu_data.dcache.way_incr; in cache_wback_all()
103 ways = current_cpu_data.dcache.ways; in __flush_dcache_page()
104 waysize = current_cpu_data.dcache.sets; in __flush_dcache_page()
105 waysize <<= current_cpu_data.dcache.entry_shift; in __flush_dcache_page()
114 addr += current_cpu_data.dcache.linesz) { in __flush_dcache_page()
124 addrstart += current_cpu_data.dcache.way_incr; in __flush_dcache_page()
H A Dcache.c71 if (boot_cpu_data.dcache.n_aliases) in copy_to_user_page()
90 if (boot_cpu_data.dcache.n_aliases) in copy_from_user_page()
142 if (!boot_cpu_data.dcache.n_aliases) in __update_cache()
179 if (boot_cpu_data.dcache.n_aliases == 0) in flush_cache_mm()
268 boot_cpu_data.dcache.ways, in emit_cache_params()
269 boot_cpu_data.dcache.sets, in emit_cache_params()
270 boot_cpu_data.dcache.way_incr); in emit_cache_params()
272 boot_cpu_data.dcache.entry_mask, in emit_cache_params()
273 boot_cpu_data.dcache.alias_mask, in emit_cache_params()
274 boot_cpu_data.dcache.n_aliases); in emit_cache_params()
[all …]
H A Dcache-sh4.c154 (current_cpu_data.dcache.sets << in flush_dcache_all()
155 current_cpu_data.dcache.entry_shift) * in flush_dcache_all()
156 current_cpu_data.dcache.ways; in flush_dcache_all()
158 entry_offset = 1 << current_cpu_data.dcache.entry_shift; in flush_dcache_all()
238 map_coherent = (current_cpu_data.dcache.n_aliases && in sh4_flush_cache_page()
289 if (boot_cpu_data.dcache.n_aliases == 0) in sh4_flush_cache_range()
317 struct cache_info *dcache; in __flush_cache_one() local
322 dcache = &boot_cpu_data.dcache; in __flush_cache_one()
324 way_count = dcache->ways; in __flush_cache_one()
325 way_incr = dcache->way_incr; in __flush_cache_one()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/mm/
H A Dcache-sh7705.c35 ways = current_cpu_data.dcache.ways; in cache_wback_all()
36 waysize = current_cpu_data.dcache.sets; in cache_wback_all()
37 waysize <<= current_cpu_data.dcache.entry_shift; in cache_wback_all()
46 addr += current_cpu_data.dcache.linesz) { in cache_wback_all()
57 addrstart += current_cpu_data.dcache.way_incr; in cache_wback_all()
103 ways = current_cpu_data.dcache.ways; in __flush_dcache_page()
104 waysize = current_cpu_data.dcache.sets; in __flush_dcache_page()
105 waysize <<= current_cpu_data.dcache.entry_shift; in __flush_dcache_page()
114 addr += current_cpu_data.dcache.linesz) { in __flush_dcache_page()
124 addrstart += current_cpu_data.dcache.way_incr; in __flush_dcache_page()
H A Dcache.c71 if (boot_cpu_data.dcache.n_aliases) in copy_to_user_page()
90 if (boot_cpu_data.dcache.n_aliases) in copy_from_user_page()
142 if (!boot_cpu_data.dcache.n_aliases) in __update_cache()
179 if (boot_cpu_data.dcache.n_aliases == 0) in flush_cache_mm()
268 boot_cpu_data.dcache.ways, in emit_cache_params()
269 boot_cpu_data.dcache.sets, in emit_cache_params()
270 boot_cpu_data.dcache.way_incr); in emit_cache_params()
272 boot_cpu_data.dcache.entry_mask, in emit_cache_params()
273 boot_cpu_data.dcache.alias_mask, in emit_cache_params()
274 boot_cpu_data.dcache.n_aliases); in emit_cache_params()
[all …]
H A Dcache-sh4.c154 (current_cpu_data.dcache.sets << in flush_dcache_all()
155 current_cpu_data.dcache.entry_shift) * in flush_dcache_all()
156 current_cpu_data.dcache.ways; in flush_dcache_all()
158 entry_offset = 1 << current_cpu_data.dcache.entry_shift; in flush_dcache_all()
238 map_coherent = (current_cpu_data.dcache.n_aliases && in sh4_flush_cache_page()
289 if (boot_cpu_data.dcache.n_aliases == 0) in sh4_flush_cache_range()
317 struct cache_info *dcache; in __flush_cache_one() local
322 dcache = &boot_cpu_data.dcache; in __flush_cache_one()
324 way_count = dcache->ways; in __flush_cache_one()
325 way_incr = dcache->way_incr; in __flush_cache_one()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/kernel/cpu/sh4/
H A Dprobe.c44 boot_cpu_data.dcache.way_incr = (1 << 14); in cpu_probe()
45 boot_cpu_data.dcache.entry_shift = 5; in cpu_probe()
46 boot_cpu_data.dcache.sets = 512; in cpu_probe()
47 boot_cpu_data.dcache.ways = 1; in cpu_probe()
48 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe()
68 boot_cpu_data.dcache.ways = 4; in cpu_probe()
172 boot_cpu_data.dcache.ways = 2; in cpu_probe()
177 boot_cpu_data.dcache.ways = 2; in cpu_probe()
193 boot_cpu_data.dcache.ways = 2; in cpu_probe()
210 if (boot_cpu_data.dcache.ways > 1) { in cpu_probe()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/kernel/cpu/sh4/
H A Dprobe.c44 boot_cpu_data.dcache.way_incr = (1 << 14); in cpu_probe()
45 boot_cpu_data.dcache.entry_shift = 5; in cpu_probe()
46 boot_cpu_data.dcache.sets = 512; in cpu_probe()
47 boot_cpu_data.dcache.ways = 1; in cpu_probe()
48 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe()
68 boot_cpu_data.dcache.ways = 4; in cpu_probe()
172 boot_cpu_data.dcache.ways = 2; in cpu_probe()
177 boot_cpu_data.dcache.ways = 2; in cpu_probe()
193 boot_cpu_data.dcache.ways = 2; in cpu_probe()
210 if (boot_cpu_data.dcache.ways > 1) { in cpu_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/kernel/cpu/sh4/
H A Dprobe.c44 boot_cpu_data.dcache.way_incr = (1 << 14); in cpu_probe()
45 boot_cpu_data.dcache.entry_shift = 5; in cpu_probe()
46 boot_cpu_data.dcache.sets = 512; in cpu_probe()
47 boot_cpu_data.dcache.ways = 1; in cpu_probe()
48 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe()
68 boot_cpu_data.dcache.ways = 4; in cpu_probe()
172 boot_cpu_data.dcache.ways = 2; in cpu_probe()
177 boot_cpu_data.dcache.ways = 2; in cpu_probe()
193 boot_cpu_data.dcache.ways = 2; in cpu_probe()
210 if (boot_cpu_data.dcache.ways > 1) { in cpu_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/kernel/cpu/sh2a/
H A Dprobe.c43 boot_cpu_data.dcache.ways = 4; in cpu_probe()
44 boot_cpu_data.dcache.way_incr = (1 << 11); in cpu_probe()
45 boot_cpu_data.dcache.sets = 128; in cpu_probe()
46 boot_cpu_data.dcache.entry_shift = 4; in cpu_probe()
47 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe()
48 boot_cpu_data.dcache.flags = 0; in cpu_probe()
56 boot_cpu_data.icache = boot_cpu_data.dcache; in cpu_probe()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/kernel/cpu/sh2a/
H A Dprobe.c43 boot_cpu_data.dcache.ways = 4; in cpu_probe()
44 boot_cpu_data.dcache.way_incr = (1 << 11); in cpu_probe()
45 boot_cpu_data.dcache.sets = 128; in cpu_probe()
46 boot_cpu_data.dcache.entry_shift = 4; in cpu_probe()
47 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe()
48 boot_cpu_data.dcache.flags = 0; in cpu_probe()
56 boot_cpu_data.icache = boot_cpu_data.dcache; in cpu_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/kernel/cpu/sh2a/
H A Dprobe.c43 boot_cpu_data.dcache.ways = 4; in cpu_probe()
44 boot_cpu_data.dcache.way_incr = (1 << 11); in cpu_probe()
45 boot_cpu_data.dcache.sets = 128; in cpu_probe()
46 boot_cpu_data.dcache.entry_shift = 4; in cpu_probe()
47 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe()
48 boot_cpu_data.dcache.flags = 0; in cpu_probe()
56 boot_cpu_data.icache = boot_cpu_data.dcache; in cpu_probe()
/dports/sysutils/fusefs-s3backer/s3backer-1.5.4/
H A Ddcache.h54 extern void s3b_dcache_close(struct s3b_dcache *dcache);
55 extern u_int s3b_dcache_size(struct s3b_dcache *dcache);
59 extern int s3b_dcache_free_block(struct s3b_dcache *dcache, u_int dslot);
60 extern int s3b_dcache_read_block(struct s3b_dcache *dcache, u_int dslot, void *dest, u_int off, u_i…
61 extern int s3b_dcache_write_block(struct s3b_dcache *dcache, u_int dslot, const void *src, u_int of…
62 extern int s3b_dcache_fsync(struct s3b_dcache *dcache);
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/csky/
H A Dcskyv2_ck860.d17 \s*[0-9a-f]*:\s*c1df9420\s*dcache.cisw\s*r31
18 \s*[0-9a-f]*:\s*c1ff9420\s*dcache.civa\s*r31
19 \s*[0-9a-f]*:\s*c1809420\s*dcache.ciall
20 \s*[0-9a-f]*:\s*c0df9420\s*dcache.csw\s*r31
21 \s*[0-9a-f]*:\s*c0ff9420\s*dcache.cva\s*r31
22 \s*[0-9a-f]*:\s*c2ff9420\s*dcache.cval1\s*r31
23 \s*[0-9a-f]*:\s*c0809420\s*dcache.call
24 \s*[0-9a-f]*:\s*c15f9420\s*dcache.isw\s*r31
25 \s*[0-9a-f]*:\s*c17f9420\s*dcache.iva\s*r31
26 \s*[0-9a-f]*:\s*c1009420\s*dcache.iall
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/csky/
H A Dcskyv2_ck860.d17 \s*[0-9a-f]*:\s*c1df9420\s*dcache.cisw\s*r31
18 \s*[0-9a-f]*:\s*c1ff9420\s*dcache.civa\s*r31
19 \s*[0-9a-f]*:\s*c1809420\s*dcache.ciall
20 \s*[0-9a-f]*:\s*c0df9420\s*dcache.csw\s*r31
21 \s*[0-9a-f]*:\s*c0ff9420\s*dcache.cva\s*r31
22 \s*[0-9a-f]*:\s*c2ff9420\s*dcache.cval1\s*r31
23 \s*[0-9a-f]*:\s*c0809420\s*dcache.call
24 \s*[0-9a-f]*:\s*c15f9420\s*dcache.isw\s*r31
25 \s*[0-9a-f]*:\s*c17f9420\s*dcache.iva\s*r31
26 \s*[0-9a-f]*:\s*c1009420\s*dcache.iall
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/csky/
H A Dcskyv2_ck860.d17 \s*[0-9a-f]*:\s*c1df9420\s*dcache.cisw\s*r31
18 \s*[0-9a-f]*:\s*c1ff9420\s*dcache.civa\s*r31
19 \s*[0-9a-f]*:\s*c1809420\s*dcache.ciall
20 \s*[0-9a-f]*:\s*c0df9420\s*dcache.csw\s*r31
21 \s*[0-9a-f]*:\s*c0ff9420\s*dcache.cva\s*r31
22 \s*[0-9a-f]*:\s*c2ff9420\s*dcache.cval1\s*r31
23 \s*[0-9a-f]*:\s*c0809420\s*dcache.call
24 \s*[0-9a-f]*:\s*c15f9420\s*dcache.isw\s*r31
25 \s*[0-9a-f]*:\s*c17f9420\s*dcache.iva\s*r31
26 \s*[0-9a-f]*:\s*c1009420\s*dcache.iall
/dports/lang/eisl/eisl-2.35/nana/perf/
H A DMakefile.am11 dcache.tst perf.tex \
19 perf: bogomips.mtex uname.mtex summary.mtex dcache.mtex others
36 dcache.mtex: dcache.tst measure.sh
37 ./measure.sh -Os <dcache.tst >dcache.mtex

12345678910>>...74