/u-boot/arch/microblaze/cpu/ |
A D | cache.c | 41 flush_cache(0, 32768); in icache_disable() 53 flush_cache(0, XILINX_DCACHE_BYTE_SIZE); in dcache_disable() 58 void flush_cache(ulong addr, ulong size) in flush_cache() function
|
/u-boot/lib/ |
A D | elf.c | 47 flush_cache(rounddown((unsigned long)dst, ARCH_DMA_MINALIGN), in load_elf64_image_phdr() 110 flush_cache(rounddown(shdr->sh_addr, ARCH_DMA_MINALIGN), in load_elf64_image_shdr() 162 flush_cache(rounddown((unsigned long)dst, ARCH_DMA_MINALIGN), in load_elf_image_phdr() 215 flush_cache(rounddown(shdr->sh_addr, ARCH_DMA_MINALIGN), in load_elf_image_shdr()
|
/u-boot/arch/mips/lib/ |
A D | boot.c | 21 flush_cache(gd->ram_base, gd->ram_top - gd->ram_base); in do_go_exec()
|
A D | spl.c | 18 flush_cache((unsigned long)spl_image->load_addr, spl_image->size); in jump_to_image_no_args()
|
A D | reloc.c | 145 flush_cache(relocaddr, length); in relocate_code()
|
A D | traps.c | 100 flush_cache(ebase + offset, size); in set_handler()
|
/u-boot/arch/mips/mach-octeon/ |
A D | cache.c | 17 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
/u-boot/arch/sandbox/cpu/ |
A D | cache.c | 10 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
/u-boot/arch/arm/lib/ |
A D | cache.c | 22 __weak void flush_cache(unsigned long start, unsigned long size) in flush_cache() function 33 flush_cache(0, ~0); in flush_dcache_all()
|
/u-boot/arch/powerpc/lib/ |
A D | cache.c | 12 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
A D | bootm.c | 175 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_linux() 320 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_vxworks()
|
/u-boot/arch/xtensa/lib/ |
A D | cache.c | 30 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
/u-boot/arch/riscv/lib/ |
A D | cache.c | 42 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
/u-boot/common/ |
A D | kgdb_stubs.c | 53 flush_cache((unsigned long)from, (unsigned long)(to - from)); in kgdb_flush_cache_range()
|
/u-boot/drivers/mmc/ |
A D | sdhci-adma.c | 59 flush_cache((dma_addr_t)table, in sdhci_prepare_adma_table()
|
/u-boot/include/ |
A D | cpu_func.h | 65 void flush_cache(unsigned long addr, unsigned long size);
|
/u-boot/drivers/net/ |
A D | xilinx_axi_emac.c | 504 flush_cache((phys_addr_t)&rx_bd, sizeof(rx_bd)); in axiemac_start() 508 flush_cache((phys_addr_t)&rxframe, sizeof(rxframe)); in axiemac_start() 542 flush_cache((phys_addr_t)ptr, len); in axiemac_send() 558 flush_cache((phys_addr_t)&tx_bd, sizeof(tx_bd)); in axiemac_send() 658 flush_cache((phys_addr_t)&rx_bd, sizeof(rx_bd)); in axiemac_free_pkt() 662 flush_cache((phys_addr_t)&rxframe, sizeof(rxframe)); in axiemac_free_pkt()
|
/u-boot/drivers/mtd/spi/ |
A D | fsl_espi_spl.c | 88 flush_cache(CONFIG_SYS_SPI_FLASH_U_BOOT_DST, code_len); in fsl_spi_boot()
|
/u-boot/arch/sh/cpu/sh4/ |
A D | cache.c | 80 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
/u-boot/arch/powerpc/cpu/mpc86xx/ |
A D | mp.c | 120 flush_cache(bootpg_va, 4096); in setup_mp()
|
/u-boot/drivers/remoteproc/ |
A D | rproc-elf-loader.c | 198 flush_cache(rounddown((unsigned long)dst, ARCH_DMA_MINALIGN), 253 flush_cache(rounddown((ulong)ptr, ARCH_DMA_MINALIGN), 401 flush_cache(rounddown((unsigned long)dst, ARCH_DMA_MINALIGN), 510 flush_cache(rounddown((unsigned long)dst, ARCH_DMA_MINALIGN),
|
/u-boot/arch/microblaze/lib/ |
A D | bootm.c | 87 flush_cache(0, XILINX_DCACHE_BYTE_SIZE); in boot_jump_linux()
|
/u-boot/arch/m68k/lib/ |
A D | cache.c | 15 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
/u-boot/cmd/ |
A D | disk.c | 126 flush_cache(addr, (cnt+1)*info.blksz); in common_diskboot()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | fsl_elbc_spl.c | 163 flush_cache(CONFIG_SYS_NAND_U_BOOT_DST, CONFIG_SYS_NAND_U_BOOT_SIZE); in nand_boot()
|