/external/libunwind/tests/ |
D | flush-cache.S | 9 .global flush_cache symbol 11 .proc flush_cache label 12 flush_cache: label 37 .endp flush_cache 41 .globl flush_cache symbol 42 flush_cache: label 49 .globl flush_cache symbol 50 flush_cache: label 57 .globl flush_cache symbol 58 flush_cache: label [all …]
|
D | flush-cache.h | 31 #define flush_cache(ADDR, LEN) \ macro 35 extern void flush_cache (void *addr, size_t len);
|
/external/u-boot/arch/microblaze/cpu/ |
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
|
/external/u-boot/arch/arm/lib/ |
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()
|
/external/u-boot/cmd/ |
D | elf.c | 56 flush_cache((unsigned long)dst, phdr->p_filesz); in load_elf64_image_phdr() 94 flush_cache((unsigned long)dst, phdr->p_filesz); in load_elf_image_phdr() 144 flush_cache(shdr->sh_addr, shdr->sh_size); in load_elf_image_shdr() 415 flush_cache(bootaddr, max(strlen(bootline), (size_t)255)); in do_bootvx()
|
D | load.c | 183 flush_cache(start_addr, size); in load_serial() 528 flush_cache(offset, size); in load_serial_bin() 999 flush_cache(offset, ALIGN(size, ARCH_DMA_MINALIGN)); in load_serial_ymodem()
|
D | disk.c | 123 flush_cache(addr, (cnt+1)*info.blksz); in common_diskboot()
|
/external/u-boot/drivers/net/ |
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()
|
D | rtl8139.c | 389 flush_cache((unsigned long)rx_ring, RX_BUF_LEN); in rtl_reset() 429 flush_cache((unsigned long)tx_buffer, length); in rtl_transmit() 514 flush_cache((unsigned long)rx_ring, RX_BUF_LEN); in rtl_poll()
|
/external/libunwind/scripts/ |
D | kernel-files.txt | 18 $udir/src/mi/flush_cache.c $kdir/unwind/flush_cache.c
|
/external/u-boot/arch/riscv/lib/ |
D | cache.c | 21 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
/external/u-boot/arch/sh/cpu/sh3/ |
D | cpu.c | 38 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
/external/u-boot/arch/powerpc/lib/ |
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()
|
D | cache.c | 11 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
/external/u-boot/board/sandbox/ |
D | sandbox.c | 25 void flush_cache(unsigned long start, unsigned long size) in flush_cache() function
|
/external/u-boot/arch/xtensa/lib/ |
D | cache.c | 29 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
/external/u-boot/arch/sh/cpu/sh2/ |
D | cpu.c | 55 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
/external/u-boot/common/ |
D | kgdb_stubs.c | 50 flush_cache((unsigned long)from, (unsigned long)(to - from)); in kgdb_flush_cache_range()
|
/external/u-boot/arch/microblaze/lib/ |
D | bootm.c | 72 flush_cache(0, XILINX_DCACHE_BYTE_SIZE); in do_bootm_linux()
|
/external/u-boot/arch/sh/cpu/sh4/ |
D | cache.c | 78 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
/external/u-boot/drivers/mtd/spi/ |
D | fsl_espi_spl.c | 86 flush_cache(CONFIG_SYS_SPI_FLASH_U_BOOT_DST, code_len); in fsl_spi_boot()
|
/external/u-boot/arch/mips/lib/ |
D | reloc.c | 141 flush_cache(relocaddr, length); in relocate_code()
|
D | traps.c | 92 flush_cache(ebase + offset, size); in set_handler()
|
/external/u-boot/arch/powerpc/cpu/mpc86xx/ |
D | mp.c | 118 flush_cache(bootpg_va, 4096); in setup_mp()
|
/external/u-boot/arch/m68k/lib/ |
D | cache.c | 14 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|