| /openbmc/u-boot/doc/device-tree-bindings/cpu/ |
| H A D | nios2.txt | 15 - dcache-line-size: Contains data cache line size. 17 - dcache-size: Contains data cache size. 38 dcache-line-size = <32>; 40 dcache-size = <32768>;
|
| /openbmc/qemu/pc-bios/dtb/ |
| H A D | petalogix-ml605.dts | 52 xlnx,allow-dcache-wr = < 0x01 >; 61 xlnx,dcache-addr-tag = < 0x11 >; 62 xlnx,dcache-always-used = < 0x01 >; 63 xlnx,dcache-byte-size = < 0x800 >; 64 xlnx,dcache-data-width = < 0x00 >; 65 xlnx,dcache-force-tag-lutram = < 0x00 >; 66 xlnx,dcache-interface = < 0x01 >; 67 xlnx,dcache-line-len = < 0x08 >; 68 xlnx,dcache-use-fsl = < 0x00 >; 69 xlnx,dcache-use-writeback = < 0x01 >; [all …]
|
| H A D | petalogix-s3adsp1800.dts | 47 xlnx,allow-dcache-wr = <0x01>; 55 xlnx,dcache-addr-tag = <0x10>; 56 xlnx,dcache-always-used = <0x00>; 57 xlnx,dcache-byte-size = <0x800>; 58 xlnx,dcache-line-len = <0x04>; 59 xlnx,dcache-use-fsl = <0x01>; 96 xlnx,use-dcache = <0x01>;
|
| /openbmc/u-boot/common/ |
| H A D | bootm_os.c | 345 int dcache; in do_bootm_qnxelf() local 364 dcache = dcache_status(); in do_bootm_qnxelf() 365 if (dcache) in do_bootm_qnxelf() 370 if (dcache) in do_bootm_qnxelf()
|
| /openbmc/u-boot/board/synopsys/hsdk/ |
| H A D | hsdk.c | 77 u32_env dcache; member 110 u32 dcache; member 126 { "dcache_ena", ENV_HEX, true, 0, 1, &env_common.dcache }, 178 value = env_common.dcache.val; in sync_cross_cpu_data() 179 arc_write_uncached_32(&cross_cpu_data.dcache, value); in sync_cross_cpu_data() 208 if (arc_read_uncached_32(&cross_cpu_data.dcache)) in init_slave_cpu_func() 245 if (!env_common.dcache.val) in init_master_dcache() 249 if (env_common.dcache.val) in init_master_dcache()
|
| /openbmc/u-boot/cmd/ |
| H A D | cache.c | 101 dcache, 2, 1, do_dcache,
|
| H A D | Kconfig | 1421 bool "icache or dcache" 1423 Enable the "icache" and "dcache" commands
|
| /openbmc/qemu/include/hw/tricore/ |
| H A D | tc27x_soc.h | 36 MemoryRegion dcache; member
|
| /openbmc/u-boot/arch/nios2/dts/ |
| H A D | 3c120_devboard.dts | 27 dcache-line-size = <32>; 29 dcache-size = <32768>;
|
| H A D | 10m50_devboard.dts | 40 dcache-line-size = <32>; 41 dcache-size = <32768>;
|
| /openbmc/qemu/hw/tricore/ |
| H A D | tc27x_soc.c | 119 make_ram(&s->cpu2mem.dcache, "CPU2.DCACHE", in tc27x_soc_init_memory_mapping() 128 make_ram(&s->cpu1mem.dcache, "CPU1.DCACHE", in tc27x_soc_init_memory_mapping()
|
| /openbmc/qemu/contrib/plugins/ |
| H A D | cache.c | 606 Cache *icache, *dcache, *l2_cache = NULL; in log_stats() local 620 dcache = l1_dcaches[i]; in log_stats() 623 append_stats_line(rep, dcache->accesses, dcache->misses, in log_stats()
|
| /openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
| H A D | sec_entry_cpu1.S | 85 add r1, r0, r1 @ dcache is not enabled on CPU1, so
|
| /openbmc/u-boot/arch/arc/ |
| H A D | Kconfig | 118 bool "Do not enable dcache"
|
| /openbmc/u-boot/arch/arm/cpu/armv8/ |
| H A D | cache_v8.c | 658 #error Please describe your MMU layout in CONFIG_SYS_MEM_MAP and enable dcache.
|
| /openbmc/u-boot/doc/ |
| H A D | README.m54418twr | 205 dcache - enable or disable data cache
|
| /openbmc/u-boot/board/freescale/m52277evb/ |
| H A D | README | 198 dcache - enable or disable data cache
|
| /openbmc/u-boot/board/freescale/m547xevb/ |
| H A D | README | 228 dcache - enable or disable data cache
|
| /openbmc/qemu/target/mips/ |
| H A D | cpu-defs.c.inc | 553 /* No L2 cache, icache size 8k, dcache size 8k, uncached coherency. */ 575 /* No L2 cache, icache size 8k, dcache size 8k, uncached coherency. */
|
| /openbmc/u-boot/board/freescale/m5373evb/ |
| H A D | README | 209 dcache - enable or disable data cache
|
| /openbmc/u-boot/board/freescale/m54455evb/ |
| H A D | README | 290 dcache - enable or disable data cache
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | README | 513 d92aff7 lcd: Add support for flushing LCD fb from dcache after update 571 12: lcd: Add support for flushing LCD fb from dcache after update 596 12: lcd: Add support for flushing LCD fb from dcache after update
|
| /openbmc/u-boot/arch/arm/ |
| H A D | Kconfig | 77 bool "Do not enable dcache"
|
| /openbmc/openbmc/poky/documentation/profile-manual/ |
| H A D | usage.rst | 420 L1-dcache-loads [Hardware cache event] 421 L1-dcache-load-misses [Hardware cache event] 422 L1-dcache-prefetch-misses [Hardware cache event]
|
| /openbmc/qemu/tests/data/qobject/ |
| H A D | qdict.txt | 4057 dcache.c: 60424 4058 dcache.h: 2009
|