/openbmc/u-boot/arch/riscv/cpu/ax25/ |
H A D | cache.c | 33 #ifndef CONFIG_SYS_ICACHE_OFF in icache_enable() 46 #ifndef CONFIG_SYS_ICACHE_OFF in icache_disable()
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/ |
H A D | cache.c | 69 #ifndef CONFIG_SYS_ICACHE_OFF 83 #ifndef CONFIG_SYS_ICACHE_OFF in enable_caches()
|
H A D | cpu.c | 47 #if !(defined(CONFIG_SYS_ICACHE_OFF) && defined(CONFIG_SYS_DCACHE_OFF)) in cache_flush()
|
H A D | start.S | 98 #ifndef CONFIG_SYS_ICACHE_OFF
|
/openbmc/u-boot/arch/arm/cpu/arm11/ |
H A D | cpu.c | 100 #if !defined(CONFIG_SYS_ICACHE_OFF) || !defined(CONFIG_SYS_DCACHE_OFF) 103 #ifndef CONFIG_SYS_ICACHE_OFF in enable_caches()
|
/openbmc/u-boot/arch/nds32/lib/ |
H A D | cache.c | 9 #if (!defined(CONFIG_SYS_ICACHE_OFF) || !defined(CONFIG_SYS_DCACHE_OFF)) 41 #ifndef CONFIG_SYS_ICACHE_OFF
|
/openbmc/u-boot/include/configs/ |
H A D | xilinx_zynqmp_mini_emmc.h | 15 #define CONFIG_SYS_ICACHE_OFF macro
|
H A D | xilinx_zynqmp_mini_qspi.h | 15 #define CONFIG_SYS_ICACHE_OFF macro
|
H A D | xilinx_zynqmp_mini_nand.h | 15 #define CONFIG_SYS_ICACHE_OFF macro
|
H A D | xilinx_versal_mini.h | 14 #define CONFIG_SYS_ICACHE_OFF macro
|
H A D | zynq_cse.h | 14 #define CONFIG_SYS_ICACHE_OFF macro
|
H A D | bcm23550_w1d.h | 103 #define CONFIG_SYS_ICACHE_OFF macro
|
H A D | work_92105.h | 22 #define CONFIG_SYS_ICACHE_OFF macro
|
H A D | imx8qxp_mek.h | 27 #define CONFIG_SYS_ICACHE_OFF macro
|
H A D | devkit3250.h | 17 #define CONFIG_SYS_ICACHE_OFF macro
|
H A D | taurus.h | 25 #define CONFIG_SYS_ICACHE_OFF macro
|
H A D | smartweb.h | 221 #define CONFIG_SYS_ICACHE_OFF macro
|
H A D | imx8mq_evk.h | 40 #define CONFIG_SYS_ICACHE_OFF macro
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | cache-cp15.c | 13 #if !(defined(CONFIG_SYS_ICACHE_OFF) && defined(CONFIG_SYS_DCACHE_OFF)) 249 #ifdef CONFIG_SYS_ICACHE_OFF
|
/openbmc/u-boot/arch/arm/cpu/armv7m/ |
H A D | cache.c | 295 #ifndef CONFIG_SYS_ICACHE_OFF 352 #ifndef CONFIG_SYS_ICACHE_OFF in enable_caches()
|
/openbmc/u-boot/doc/ |
H A D | README.arm-caches | 2 - Set CONFIG_SYS_ICACHE_OFF 8 - Make sure CONFIG_SYS_ICACHE_OFF is not set and call icache_enable().
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | misc.c | 51 #ifndef CONFIG_SYS_ICACHE_OFF in enable_caches()
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | global_data.h | 38 #if !(defined(CONFIG_SYS_ICACHE_OFF) && defined(CONFIG_SYS_DCACHE_OFF))
|
/openbmc/u-boot/configs/ |
H A D | iot_devkit_defconfig | 4 CONFIG_SYS_ICACHE_OFF=y
|
/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | cache_v7.c | 182 #ifndef CONFIG_SYS_ICACHE_OFF
|