| /rk3399_rockchip-uboot/arch/arm/cpu/pxa/ |
| H A D | cache.c | 24 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() function 37 return invalidate_dcache_range(start, stop); in flush_dcache_range()
|
| /rk3399_rockchip-uboot/arch/nds32/lib/ |
| H A D | cache.c | 175 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range() function 231 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range() function
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | dma-mapping.h | 18 invalidate_dcache_range(addr, addr + len); in dma_alloc_coherent()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | cache_v7.c | 132 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() function 178 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() function
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/ |
| H A D | cache.c | 27 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() function
|
| /rk3399_rockchip-uboot/arch/xtensa/lib/ |
| H A D | cache.c | 47 void invalidate_dcache_range(ulong start, ulong stop) in invalidate_dcache_range() function
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm11/ |
| H A D | cpu.c | 67 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() function
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | io.h | 53 invalidate_dcache_range(addr, addr + ROUND(length, CACHELINE_SIZE)); in dwc3_invalidate_cache()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | tsi108_eth.c | 807 invalidate_dcache_range((unsigned long)net_rx_packets[index], in tsi108_eth_probe() 825 invalidate_dcache_range((unsigned long)rx_descr_array, in tsi108_eth_probe() 872 invalidate_dcache_range((unsigned long)tx_descr, in tsi108_eth_send() 911 invalidate_dcache_range((unsigned long)tx_descr, in tsi108_eth_send() 915 invalidate_dcache_range((unsigned long)packet, in tsi108_eth_send() 938 invalidate_dcache_range ((unsigned long)rx_descr_array, in tsi108_eth_recv() 971 invalidate_dcache_range ((unsigned long)buffer, in tsi108_eth_recv()
|
| H A D | ag7xxx.c | 385 invalidate_dcache_range(start, end); in ag7xxx_dma_clean_rx() 389 invalidate_dcache_range(start, end); in ag7xxx_dma_clean_rx() 406 invalidate_dcache_range(start, end); in ag7xxx_eth_send() 446 invalidate_dcache_range(start, end); in ag7xxx_eth_recv() 457 invalidate_dcache_range(start, end); in ag7xxx_eth_recv()
|
| /rk3399_rockchip-uboot/drivers/dma/ |
| H A D | dma-uclass.c | 60 invalidate_dcache_range((unsigned long)dst, (unsigned long)dst + in dma_memcpy()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | cache.c | 71 invalidate_dcache_range(start, start + size); in do_dcache()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | vendor_misc.c | 60 invalidate_dcache_range((ulong)shm, (ulong)(shm + len)); in vendor_handle_hdcp()
|
| /rk3399_rockchip-uboot/arch/sh/cpu/sh4/ |
| H A D | cache.c | 68 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range() function
|
| /rk3399_rockchip-uboot/common/ |
| H A D | bouncebuf.c | 69 invalidate_dcache_range((unsigned long)state->bounce_buffer, in bounce_buffer_stop()
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | cache.c | 40 __weak void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() function
|
| /rk3399_rockchip-uboot/arch/powerpc/lib/ |
| H A D | ppccache.S | 91 _GLOBAL(invalidate_dcache_range)
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | cache.h | 51 extern void invalidate_dcache_range(unsigned long start, unsigned long stop);
|
| /rk3399_rockchip-uboot/arch/m68k/lib/ |
| H A D | cache.c | 137 __weak void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() function
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | cpu.c | 103 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() function
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | mxs_spi.c | 231 invalidate_dcache_range(dstart, dstart + cache_data_count); in mxs_spi_xfer_dma() 305 invalidate_dcache_range(dstart, dstart + cache_data_count); in mxs_spi_xfer_dma()
|
| /rk3399_rockchip-uboot/drivers/crypto/fsl/ |
| H A D | fsl_blob.c | 109 invalidate_dcache_range((unsigned long)dst, (unsigned long)dst+size); in blob_dek()
|
| /rk3399_rockchip-uboot/arch/arm/mach-bcm283x/ |
| H A D | mbox.c | 124 invalidate_dcache_range((unsigned long)buffer, in bcm2835_mbox_call_prop()
|
| /rk3399_rockchip-uboot/arch/nios2/lib/ |
| H A D | cache.c | 108 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range() function
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H A D | cpu.c | 115 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() function
|