Home
last modified time | relevance | path

Searched refs:icache_size (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/mm/
H A Dc-r3k.c25 static unsigned long icache_size, dcache_size; /* Size in bytes */ variable
98 icache_size = r3k_cache_size(ST0_ISC|ST0_SWC); in r3k_probe_cache()
99 if (icache_size) in r3k_probe_cache()
109 if (size > icache_size || KSEGX(start) != KSEG0) { in r3k_flush_icache_range()
111 size = icache_size; in r3k_flush_icache_range()
224 r3k_flush_icache_range(KSEG0, KSEG0 + icache_size); in r3k___flush_cache_all()
313 icache_size >> 10, icache_lsize); in r3k_cache_init()
H A Dc-octeon.c169 unsigned long icache_size; in probe_octeon() local
183 icache_size = in probe_octeon()
185 c->icache.waybit = ffs(icache_size / c->icache.ways) - 1; in probe_octeon()
203 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
217 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
232 c->icache.waysize = icache_size / c->icache.ways; in probe_octeon()
235 c->icache.sets = icache_size / (c->icache.linesz * c->icache.ways); in probe_octeon()
241 icache_size >> 10, in probe_octeon()
H A Dc-r4k.c109 static unsigned long icache_size __read_mostly;
771 (type & R4K_INDEX && end - start > icache_size)) in __local_r4k_flush_icache_range()
834 cache_size = icache_size; in __r4k_flush_icache_range()
1119 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache()
1122 c->icache.waybit = __ffs(icache_size/2); in probe_pcache()
1133 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache()
1215 c->icache.waybit = __ffs(icache_size/2); in probe_pcache()
1286 icache_size = c->icache.sets * in probe_pcache()
1344 icache_size = c->icache.sets * in probe_pcache()
1392 c->icache.waysize = icache_size / c->icache.ways; in probe_pcache()
[all …]
H A Dc-tx39.c27 static unsigned long icache_size, dcache_size; /* Size in bytes */ variable
234 if (end - start > icache_size) in tx39_flush_icache_range()
294 icache_size = 1 << (10 + ((config & TX39_CONF_ICS_MASK) >> in tx39_probe_cache()
392 current_cpu_data.icache.waysize = icache_size / current_cpu_data.icache.ways; in tx39_cache_init()
407 icache_size >> 10, current_cpu_data.icache.linesz); in tx39_cache_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/mm/
H A Dc-r3k.c25 static unsigned long icache_size, dcache_size; /* Size in bytes */ variable
98 icache_size = r3k_cache_size(ST0_ISC|ST0_SWC); in r3k_probe_cache()
99 if (icache_size) in r3k_probe_cache()
109 if (size > icache_size || KSEGX(start) != KSEG0) { in r3k_flush_icache_range()
111 size = icache_size; in r3k_flush_icache_range()
224 r3k_flush_icache_range(KSEG0, KSEG0 + icache_size); in r3k___flush_cache_all()
313 icache_size >> 10, icache_lsize); in r3k_cache_init()
H A Dc-octeon.c169 unsigned long icache_size; in probe_octeon() local
183 icache_size = in probe_octeon()
185 c->icache.waybit = ffs(icache_size / c->icache.ways) - 1; in probe_octeon()
203 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
217 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
232 c->icache.waysize = icache_size / c->icache.ways; in probe_octeon()
235 c->icache.sets = icache_size / (c->icache.linesz * c->icache.ways); in probe_octeon()
241 icache_size >> 10, in probe_octeon()
H A Dc-r4k.c109 static unsigned long icache_size __read_mostly;
771 (type & R4K_INDEX && end - start > icache_size)) in __local_r4k_flush_icache_range()
834 cache_size = icache_size; in __r4k_flush_icache_range()
1119 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache()
1122 c->icache.waybit = __ffs(icache_size/2); in probe_pcache()
1133 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache()
1215 c->icache.waybit = __ffs(icache_size/2); in probe_pcache()
1286 icache_size = c->icache.sets * in probe_pcache()
1344 icache_size = c->icache.sets * in probe_pcache()
1392 c->icache.waysize = icache_size / c->icache.ways; in probe_pcache()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/mm/
H A Dc-r3k.c25 static unsigned long icache_size, dcache_size; /* Size in bytes */ variable
98 icache_size = r3k_cache_size(ST0_ISC|ST0_SWC); in r3k_probe_cache()
99 if (icache_size) in r3k_probe_cache()
109 if (size > icache_size || KSEGX(start) != KSEG0) { in r3k_flush_icache_range()
111 size = icache_size; in r3k_flush_icache_range()
224 r3k_flush_icache_range(KSEG0, KSEG0 + icache_size); in r3k___flush_cache_all()
313 icache_size >> 10, icache_lsize); in r3k_cache_init()
H A Dc-octeon.c169 unsigned long icache_size; in probe_octeon() local
183 icache_size = in probe_octeon()
185 c->icache.waybit = ffs(icache_size / c->icache.ways) - 1; in probe_octeon()
203 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
217 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
232 c->icache.waysize = icache_size / c->icache.ways; in probe_octeon()
235 c->icache.sets = icache_size / (c->icache.linesz * c->icache.ways); in probe_octeon()
241 icache_size >> 10, in probe_octeon()
H A Dc-r4k.c109 static unsigned long icache_size __read_mostly;
771 (type & R4K_INDEX && end - start > icache_size)) in __local_r4k_flush_icache_range()
834 cache_size = icache_size; in __r4k_flush_icache_range()
1119 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache()
1122 c->icache.waybit = __ffs(icache_size/2); in probe_pcache()
1133 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache()
1215 c->icache.waybit = __ffs(icache_size/2); in probe_pcache()
1286 icache_size = c->icache.sets * in probe_pcache()
1344 icache_size = c->icache.sets * in probe_pcache()
1392 c->icache.waysize = icache_size / c->icache.ways; in probe_pcache()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/arch/ppc/qemu/
H A Dinit.c45 int icache_size, dcache_size; member
283 PUSH(cpu->icache_size); in cpu_generic_init()
445 .icache_size = 0x4000,
458 .icache_size = 0x4000,
471 .icache_size = 0x4000,
484 .icache_size = 0x8000,
497 .icache_size = 0x8000,
510 .icache_size = 0x8000,
523 .icache_size = 0x8000,
536 .icache_size = 0x8000,
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/arch/ppc/qemu/
H A Dinit.c45 int icache_size, dcache_size; member
283 PUSH(cpu->icache_size); in cpu_generic_init()
445 .icache_size = 0x4000,
458 .icache_size = 0x4000,
471 .icache_size = 0x4000,
484 .icache_size = 0x8000,
497 .icache_size = 0x8000,
510 .icache_size = 0x8000,
523 .icache_size = 0x8000,
536 .icache_size = 0x8000,
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/arch/ppc/qemu/
H A Dinit.c45 int icache_size, dcache_size; member
283 PUSH(cpu->icache_size); in cpu_generic_init()
445 .icache_size = 0x4000,
458 .icache_size = 0x4000,
471 .icache_size = 0x4000,
484 .icache_size = 0x8000,
497 .icache_size = 0x8000,
510 .icache_size = 0x8000,
523 .icache_size = 0x8000,
536 .icache_size = 0x8000,
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/arch/ppc/qemu/
H A Dinit.c45 int icache_size, dcache_size; member
283 PUSH(cpu->icache_size); in cpu_generic_init()
445 .icache_size = 0x4000,
458 .icache_size = 0x4000,
471 .icache_size = 0x4000,
484 .icache_size = 0x8000,
497 .icache_size = 0x8000,
510 .icache_size = 0x8000,
523 .icache_size = 0x8000,
536 .icache_size = 0x8000,
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/arch/ppc/qemu/
H A Dinit.c45 int icache_size, dcache_size; member
283 PUSH(cpu->icache_size); in cpu_generic_init()
445 .icache_size = 0x4000,
458 .icache_size = 0x4000,
471 .icache_size = 0x4000,
484 .icache_size = 0x8000,
497 .icache_size = 0x8000,
510 .icache_size = 0x8000,
523 .icache_size = 0x8000,
536 .icache_size = 0x8000,
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/arch/ppc/qemu/
H A Dinit.c45 int icache_size, dcache_size; member
283 PUSH(cpu->icache_size); in cpu_generic_init()
445 .icache_size = 0x4000,
458 .icache_size = 0x4000,
471 .icache_size = 0x4000,
484 .icache_size = 0x8000,
497 .icache_size = 0x8000,
510 .icache_size = 0x8000,
523 .icache_size = 0x8000,
536 .icache_size = 0x8000,
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/arch/ppc/qemu/
H A Dinit.c45 int icache_size, dcache_size; member
283 PUSH(cpu->icache_size); in cpu_generic_init()
445 .icache_size = 0x4000,
458 .icache_size = 0x4000,
471 .icache_size = 0x4000,
484 .icache_size = 0x8000,
497 .icache_size = 0x8000,
510 .icache_size = 0x8000,
523 .icache_size = 0x8000,
536 .icache_size = 0x8000,
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/mips/
H A Dmips1.h20 … type, char const *tag, device_t *owner, u32 clock, u32 cpurev, size_t icache_size, size_t dcache_…
264 … type, char const *tag, device_t *owner, u32 clock, u32 cpurev, size_t icache_size, size_t dcache_…
327 …ig const &mconfig, char const *tag, device_t *owner, u32 clock, size_t icache_size = 0, size_t dca…
333 …ig const &mconfig, char const *tag, device_t *owner, u32 clock, size_t icache_size = 0, size_t dca…
339 …ig const &mconfig, char const *tag, device_t *owner, u32 clock, size_t icache_size = 0, size_t dca…
345 …ig const &mconfig, char const *tag, device_t *owner, u32 clock, size_t icache_size = 0, size_t dca…
379 …ig const &mconfig, char const *tag, device_t *owner, u32 clock, size_t icache_size = 16384, size_t…
385 …ig const &mconfig, char const *tag, device_t *owner, u32 clock, size_t icache_size = 16384, size_t…
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mips/
H A Dmips1.h20 … type, char const *tag, device_t *owner, u32 clock, u32 cpurev, size_t icache_size, size_t dcache_…
264 … type, char const *tag, device_t *owner, u32 clock, u32 cpurev, size_t icache_size, size_t dcache_…
327 …ig const &mconfig, char const *tag, device_t *owner, u32 clock, size_t icache_size = 0, size_t dca…
333 …ig const &mconfig, char const *tag, device_t *owner, u32 clock, size_t icache_size = 0, size_t dca…
339 …ig const &mconfig, char const *tag, device_t *owner, u32 clock, size_t icache_size = 0, size_t dca…
345 …ig const &mconfig, char const *tag, device_t *owner, u32 clock, size_t icache_size = 0, size_t dca…
379 …ig const &mconfig, char const *tag, device_t *owner, u32 clock, size_t icache_size = 16384, size_t…
385 …ig const &mconfig, char const *tag, device_t *owner, u32 clock, size_t icache_size = 16384, size_t…
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/microblaze/kernel/cpu/
H A Dcache.c169 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_msr_irq()
196 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_nomsr_irq()
223 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_noirq()
244 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_msr_irq()
246 for (i = 0; i < cpuinfo.icache_size; in __flush_icache_all_msr_irq()
266 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_nomsr_irq()
268 for (i = 0; i < cpuinfo.icache_size; in __flush_icache_all_nomsr_irq()
284 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_noirq()
286 for (i = 0; i < cpuinfo.icache_size; in __flush_icache_all_noirq()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/microblaze/kernel/cpu/
H A Dcache.c169 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_msr_irq()
196 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_nomsr_irq()
223 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_noirq()
244 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_msr_irq()
246 for (i = 0; i < cpuinfo.icache_size; in __flush_icache_all_msr_irq()
266 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_nomsr_irq()
268 for (i = 0; i < cpuinfo.icache_size; in __flush_icache_all_nomsr_irq()
284 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_noirq()
286 for (i = 0; i < cpuinfo.icache_size; in __flush_icache_all_noirq()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/microblaze/kernel/cpu/
H A Dcache.c169 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_msr_irq()
196 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_nomsr_irq()
223 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_noirq()
244 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_msr_irq()
246 for (i = 0; i < cpuinfo.icache_size; in __flush_icache_all_msr_irq()
266 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_nomsr_irq()
268 for (i = 0; i < cpuinfo.icache_size; in __flush_icache_all_nomsr_irq()
284 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_noirq()
286 for (i = 0; i < cpuinfo.icache_size; in __flush_icache_all_noirq()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/nios2/kernel/
H A Dcpuinfo.c81 cpuinfo.icache_size = fcpu(cpu, "icache-size"); in setup_cpuinfo()
82 if (CONFIG_NIOS2_ICACHE_SIZE != cpuinfo.icache_size) in setup_cpuinfo()
86 CONFIG_NIOS2_ICACHE_SIZE, cpuinfo.icache_size); in setup_cpuinfo()
154 cpuinfo.icache_size >> 10, in show_cpuinfo()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/nios2/kernel/
H A Dcpuinfo.c81 cpuinfo.icache_size = fcpu(cpu, "icache-size"); in setup_cpuinfo()
82 if (CONFIG_NIOS2_ICACHE_SIZE != cpuinfo.icache_size) in setup_cpuinfo()
86 CONFIG_NIOS2_ICACHE_SIZE, cpuinfo.icache_size); in setup_cpuinfo()
154 cpuinfo.icache_size >> 10, in show_cpuinfo()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/nios2/kernel/
H A Dcpuinfo.c81 cpuinfo.icache_size = fcpu(cpu, "icache-size"); in setup_cpuinfo()
82 if (CONFIG_NIOS2_ICACHE_SIZE != cpuinfo.icache_size) in setup_cpuinfo()
86 CONFIG_NIOS2_ICACHE_SIZE, cpuinfo.icache_size); in setup_cpuinfo()
154 cpuinfo.icache_size >> 10, in show_cpuinfo()

12345678910>>...15