Home
last modified time | relevance | path

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

12

/openbmc/u-boot/arch/microblaze/cpu/
H A Dcache.c37 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 Dcache.c16 __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 Delf.c56 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 Ddisk.c123 flush_cache(addr, (cnt+1)*info.blksz); in common_diskboot()
/openbmc/u-boot/arch/sh/cpu/sh3/
H A Dcpu.c38 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
/openbmc/u-boot/arch/powerpc/lib/
H A Dcache.c11 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
H A Dbootm.c169 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 Dcache.c29 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
/openbmc/u-boot/arch/riscv/lib/
H A Dcache.c41 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
/openbmc/u-boot/arch/sh/cpu/sh2/
H A Dcpu.c55 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
/openbmc/u-boot/drivers/net/
H A Dxilinx_axi_emac.c492 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 Drtl8139.c381 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 Dkgdb_stubs.c50 flush_cache((unsigned long)from, (unsigned long)(to - from)); in kgdb_flush_cache_range()
/openbmc/u-boot/board/sandbox/
H A Dsandbox.c26 void flush_cache(unsigned long start, unsigned long size) in flush_cache() function
/openbmc/u-boot/arch/microblaze/lib/
H A Dbootm.c72 flush_cache(0, XILINX_DCACHE_BYTE_SIZE); in do_bootm_linux()
/openbmc/u-boot/drivers/mtd/spi/
H A Dfsl_espi_spl.c86 flush_cache(CONFIG_SYS_SPI_FLASH_U_BOOT_DST, code_len); in fsl_spi_boot()
/openbmc/u-boot/arch/sh/cpu/sh4/
H A Dcache.c78 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
/openbmc/u-boot/arch/mips/lib/
H A Dreloc.c141 flush_cache(relocaddr, length); in relocate_code()
H A Dtraps.c92 flush_cache(ebase + offset, size); in set_handler()
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dmp.c118 flush_cache(bootpg_va, 4096); in setup_mp()
/openbmc/u-boot/arch/m68k/lib/
H A Dcache.c14 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
/openbmc/u-boot/arch/nds32/lib/
H A Dcache.c262 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
/openbmc/u-boot/drivers/mmc/
H A Dfsl_esdhc_spl.c144 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 Dcache.c98 void flush_cache(unsigned long start, unsigned long size) in flush_cache() function
/openbmc/u-boot/arch/nios2/cpu/
H A Dcpu.c54 flush_cache(gd->arch.exception_addr, in copy_exception_trampoline()

12