Home
last modified time | relevance | path

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

123

/u-boot/arch/microblaze/cpu/
A Dcache.c41 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 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/arch/powerpc/lib/
A Dcache.c12 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
A Dbootm.c175 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 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/drivers/mmc/
A Dsdhci-adma.c59 flush_cache((dma_addr_t)table, in sdhci_prepare_adma_table()
/u-boot/include/
A Dcpu_func.h65 void flush_cache(unsigned long addr, unsigned long size);
/u-boot/drivers/net/
A Dxilinx_axi_emac.c504 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 Dfsl_espi_spl.c88 flush_cache(CONFIG_SYS_SPI_FLASH_U_BOOT_DST, code_len); in fsl_spi_boot()
/u-boot/arch/sh/cpu/sh4/
A Dcache.c80 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
/u-boot/arch/powerpc/cpu/mpc86xx/
A Dmp.c120 flush_cache(bootpg_va, 4096); in setup_mp()
/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/microblaze/lib/
A Dbootm.c87 flush_cache(0, XILINX_DCACHE_BYTE_SIZE); in boot_jump_linux()
/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/drivers/mtd/nand/raw/
A Dfsl_elbc_spl.c163 flush_cache(CONFIG_SYS_NAND_U_BOOT_DST, CONFIG_SYS_NAND_U_BOOT_SIZE); in nand_boot()

Completed in 49 milliseconds

123