Home
last modified time | relevance | path

Searched refs:flush_cache (Results 1 – 25 of 54) sorted by relevance

123

/u-boot/lib/
A Delf.c47 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 Dboot.c21 flush_cache(gd->ram_base, gd->ram_top - gd->ram_base); in do_go_exec()
A Dspl.c18 flush_cache((unsigned long)spl_image->load_addr, spl_image->size); in jump_to_image_no_args()
A Dreloc.c145 flush_cache(relocaddr, length); in relocate_code()
A Dtraps.c100 flush_cache(ebase + offset, size); in set_handler()
/u-boot/arch/mips/mach-octeon/
A Dcache.c17 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
/u-boot/arch/sandbox/cpu/
A Dcache.c10 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
/u-boot/arch/arm/lib/
A Dcache.c22 __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/drivers/net/
A Dxilinx_axi_mrmac.c206 flush_cache((phys_addr_t)priv->rx_bd[0], RX_BD_TOTAL_SIZE); in axi_mrmac_start()
211 flush_cache((phys_addr_t)priv->rx_bd[0]->buf_addr, RX_BUFF_TOTAL_SIZE); in axi_mrmac_start()
268 flush_cache((phys_addr_t)ptr, len); in axi_mrmac_send()
293 flush_cache((phys_addr_t)priv->tx_bd[0], TX_BD_TOTAL_SIZE); in axi_mrmac_send()
429 flush_cache((phys_addr_t)priv->rx_bd[0], RX_BD_TOTAL_SIZE); in axi_mrmac_free_pkt()
434 flush_cache((phys_addr_t)priv->rx_bd[0]->buf_addr, RX_BUFF_TOTAL_SIZE); in axi_mrmac_free_pkt()
A Dxilinx_axi_emac.c620 flush_cache((phys_addr_t)&rx_bd, sizeof(rx_bd)); in axiemac_start()
624 flush_cache((phys_addr_t)&rxframe, sizeof(rxframe)); in axiemac_start()
676 flush_cache((phys_addr_t)ptr, len); in axiemac_send()
692 flush_cache((phys_addr_t)&tx_bd, sizeof(tx_bd)); in axiemac_send()
792 flush_cache((phys_addr_t)&rx_bd, sizeof(rx_bd)); in axiemac_free_pkt()
796 flush_cache((phys_addr_t)&rxframe, sizeof(rxframe)); in axiemac_free_pkt()
/u-boot/arch/xtensa/lib/
A Dcache.c30 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
/u-boot/arch/riscv/lib/
A Dcache.c42 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
/u-boot/common/
A Dkgdb_stubs.c53 flush_cache((unsigned long)from, (unsigned long)(to - from)); in kgdb_flush_cache_range()
/u-boot/arch/powerpc/lib/
A Dcache.c22 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
A DKconfig5 The flush_cache() function periodically, and by default for
A Dbootm.c162 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_linux()
303 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_vxworks()
/u-boot/drivers/mmc/
A Dsdhci-adma.c59 flush_cache((dma_addr_t)table, in sdhci_prepare_adma_table()
/u-boot/include/
A Dcpu_func.h66 void flush_cache(unsigned long addr, unsigned long size);
/u-boot/arch/microblaze/cpu/
A Dcache.c112 void flush_cache(ulong addr, ulong size) in flush_cache() function
/u-boot/arch/sh/cpu/sh4/
A Dcache.c80 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
/u-boot/drivers/mtd/spi/
A Dfsl_espi_spl.c88 flush_cache(CFG_SYS_SPI_FLASH_U_BOOT_DST, code_len); in fsl_spi_boot()
/u-boot/drivers/remoteproc/
A Drproc-elf-loader.c198 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/m68k/lib/
A Dcache.c15 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
/u-boot/cmd/
A Ddisk.c126 flush_cache(addr, (cnt+1)*info.blksz); in common_diskboot()
/u-boot/arch/nios2/cpu/
A Dcpu.c61 flush_cache(gd->arch.exception_addr, in copy_exception_trampoline()

Completed in 51 milliseconds

123