| /openbmc/u-boot/arch/microblaze/cpu/ |
| H A D | cache.c | 37 flush_cache(0, 32768); in icache_disable() 47 flush_cache(0, XILINX_DCACHE_BYTE_SIZE); in dcache_disable() 52 void flush_cache (ulong addr, ulong size) in flush_cache() function
|
| /openbmc/u-boot/arch/arm/lib/ |
| H A D | cache.c | 16 __weak void flush_cache(unsigned long start, unsigned long size) in flush_cache() function 27 flush_cache(0, ~0); in flush_dcache_all()
|
| /openbmc/u-boot/cmd/ |
| H A D | elf.c | 56 flush_cache(rounddown((unsigned long)dst, ARCH_DMA_MINALIGN), in load_elf64_image_phdr() 119 flush_cache(rounddown(shdr->sh_addr, ARCH_DMA_MINALIGN), in load_elf64_image_shdr() 171 flush_cache(rounddown((unsigned long)dst, ARCH_DMA_MINALIGN), in load_elf_image_phdr() 224 flush_cache(rounddown(shdr->sh_addr, ARCH_DMA_MINALIGN), in load_elf_image_shdr() 498 flush_cache(bootaddr, max(strlen(bootline), (size_t)255)); in do_bootvx()
|
| H A D | disk.c | 123 flush_cache(addr, (cnt+1)*info.blksz); in common_diskboot()
|
| /openbmc/u-boot/arch/sh/cpu/sh3/ |
| H A D | cpu.c | 38 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
| /openbmc/u-boot/arch/powerpc/lib/ |
| H A D | cache.c | 11 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
| H A D | bootm.c | 169 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_linux() 314 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_vxworks()
|
| /openbmc/u-boot/arch/xtensa/lib/ |
| H A D | cache.c | 29 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
| /openbmc/u-boot/arch/riscv/lib/ |
| H A D | cache.c | 41 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
| /openbmc/u-boot/arch/sh/cpu/sh2/ |
| H A D | cpu.c | 55 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
| /openbmc/u-boot/drivers/net/ |
| H A D | xilinx_axi_emac.c | 492 flush_cache((u32)&rx_bd, sizeof(rx_bd)); in axiemac_start() 496 flush_cache((u32)&rxframe, sizeof(rxframe)); in axiemac_start() 530 flush_cache((u32)ptr, len); in axiemac_send() 542 flush_cache((u32)&tx_bd, sizeof(tx_bd)); in axiemac_send() 638 flush_cache((u32)&rx_bd, sizeof(rx_bd)); in axiemac_free_pkt() 642 flush_cache((u32)&rxframe, sizeof(rxframe)); in axiemac_free_pkt()
|
| H A D | rtl8139.c | 381 flush_cache((unsigned long)rx_ring, RX_BUF_LEN); in rtl_reset() 421 flush_cache((unsigned long)tx_buffer, length); in rtl_transmit() 506 flush_cache((unsigned long)rx_ring, RX_BUF_LEN); in rtl_poll()
|
| /openbmc/u-boot/common/ |
| H A D | kgdb_stubs.c | 50 flush_cache((unsigned long)from, (unsigned long)(to - from)); in kgdb_flush_cache_range()
|
| /openbmc/u-boot/board/sandbox/ |
| H A D | sandbox.c | 26 void flush_cache(unsigned long start, unsigned long size) in flush_cache() function
|
| /openbmc/u-boot/arch/microblaze/lib/ |
| H A D | bootm.c | 72 flush_cache(0, XILINX_DCACHE_BYTE_SIZE); in do_bootm_linux()
|
| /openbmc/u-boot/drivers/mtd/spi/ |
| H A D | fsl_espi_spl.c | 86 flush_cache(CONFIG_SYS_SPI_FLASH_U_BOOT_DST, code_len); in fsl_spi_boot()
|
| /openbmc/u-boot/arch/sh/cpu/sh4/ |
| H A D | cache.c | 78 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
| /openbmc/u-boot/arch/mips/lib/ |
| H A D | reloc.c | 141 flush_cache(relocaddr, length); in relocate_code()
|
| H A D | traps.c | 92 flush_cache(ebase + offset, size); in set_handler()
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | mp.c | 118 flush_cache(bootpg_va, 4096); in setup_mp()
|
| /openbmc/u-boot/arch/m68k/lib/ |
| H A D | cache.c | 14 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
| /openbmc/u-boot/arch/nds32/lib/ |
| H A D | cache.c | 262 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | fsl_esdhc_spl.c | 144 flush_cache(CONFIG_SYS_MMC_U_BOOT_DST, CONFIG_SYS_MMC_U_BOOT_SIZE); in mmc_boot()
|
| /openbmc/u-boot/arch/nios2/lib/ |
| H A D | cache.c | 98 void flush_cache(unsigned long start, unsigned long size) in flush_cache() function
|
| /openbmc/u-boot/arch/nios2/cpu/ |
| H A D | cpu.c | 54 flush_cache(gd->arch.exception_addr, in copy_exception_trampoline()
|