Home
last modified time | relevance | path

Searched refs:flush_dcache_range (Results 1 – 25 of 89) sorted by relevance

1234

/external/u-boot/drivers/crypto/fsl/
Dfsl_blob.c48 flush_dcache_range((unsigned long)key_mod, in blob_decap()
52 flush_dcache_range((unsigned long)src, in blob_decap()
62 flush_dcache_range((unsigned long)desc, in blob_decap()
113 flush_dcache_range((unsigned long)key_mod, in blob_encap()
117 flush_dcache_range((unsigned long)src, in blob_encap()
127 flush_dcache_range((unsigned long)desc, in blob_encap()
168 flush_dcache_range((unsigned long)desc, in blob_dek()
171 flush_dcache_range((unsigned long)dst, in blob_dek()
Dfsl_hash.c181 flush_dcache_range((unsigned long)pbuf, (unsigned long)pbuf + size); in caam_hash()
189 flush_dcache_range((unsigned long)desc, (unsigned long)desc + size); in caam_hash()
/external/u-boot/arch/arm/mach-omap2/
Dsec-common.c84 flush_dcache_range( in secure_rom_call()
116 flush_dcache_range( in secure_boot_verify_image()
158 flush_dcache_range( in secure_boot_verify_image()
337 flush_dcache_range( in secure_tee_install()
341 flush_dcache_range((u32)&tee_info, (u32)&tee_info + in secure_tee_install()
360 flush_dcache_range((u32)smc_cpu1_params, (u32)smc_cpu1_params + in secure_tee_install()
/external/u-boot/arch/arm/cpu/armv7/
Dcache_v7.c131 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() function
149 flush_dcache_range(start, stop); in mmu_page_table_flush()
165 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() function
/external/u-boot/arch/nds32/lib/
Dcache.c159 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() function
226 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() function
264 flush_dcache_range(addr, addr + size); in flush_cache()
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
Dmp.c84 flush_dcache_range((unsigned long)&__real_cntfrq, in fsl_layerscape_wake_seconday_cores()
93 flush_dcache_range((unsigned long)table, in fsl_layerscape_wake_seconday_cores()
155 flush_dcache_range((unsigned long)table, (unsigned long)table + in fsl_layerscape_wake_seconday_cores()
273 flush_dcache_range((unsigned long)table, in cpu_release()
/external/u-boot/drivers/net/
Dbcm-sf2-eth-gmac.c192 flush_dcache_range((unsigned long)descp, in dma_tx_init()
195 flush_dcache_range((unsigned long)bufp, in dma_tx_init()
246 flush_dcache_range((unsigned long)descp, in dma_rx_init()
249 flush_dcache_range((unsigned long)(bufp), in dma_rx_init()
354 flush_dcache_range((unsigned long)dma->tx_desc_aligned, in gmac_tx_packet()
357 flush_dcache_range((unsigned long)bufp, in gmac_tx_packet()
437 flush_dcache_range((unsigned long)dma->rx_desc_aligned, in gmac_check_rx_done()
440 flush_dcache_range((unsigned long)bufp, in gmac_check_rx_done()
469 flush_dcache_range((unsigned long)dma->rx_desc_aligned, in gmac_check_rx_done()
Dfec_mxc.c298 flush_dcache_range(data, data + size); in fec_rbd_init()
308 flush_dcache_range((ulong)fec->rbd_base, in fec_rbd_init()
334 flush_dcache_range(addr, addr + size); in fec_tbd_init()
443 flush_dcache_range(addr, addr + size); in fec_open()
683 flush_dcache_range(addr, end); in fecmxc_send()
707 flush_dcache_range(addr, addr + size); in fecmxc_send()
922 flush_dcache_range(addr, in fecmxc_recv()
978 flush_dcache_range(addr, addr + size); in fec_alloc_descs()
Ddesignware.c170 flush_dcache_range((ulong)priv->tx_mac_descrtable, in tx_descs_init()
192 flush_dcache_range((ulong)rxbuffs, (ulong)rxbuffs + RX_TOTAL_BUFSIZE); in rx_descs_init()
210 flush_dcache_range((ulong)priv->rx_mac_descrtable, in rx_descs_init()
387 flush_dcache_range(data_start, data_end); in _dw_eth_send()
405 flush_dcache_range(desc_start, desc_end); in _dw_eth_send()
465 flush_dcache_range(desc_start, desc_end); in _dw_free_pkt()
Dsun8i_emac.c341 flush_dcache_range((uintptr_t)rxbuffs, (ulong)rxbuffs + in rx_descs_init()
356 flush_dcache_range((uintptr_t)priv->rx_chain, in rx_descs_init()
384 flush_dcache_range((uintptr_t)priv->tx_chain, in tx_descs_init()
582 flush_dcache_range(data_start, data_end); in _sun8i_emac_eth_send()
593 flush_dcache_range(desc_start, desc_end); in _sun8i_emac_eth_send()
726 flush_dcache_range(desc_start, desc_end); in _sun8i_free_pkt()
Dpch_gbe.c122 flush_dcache_range((ulong)rx_desc, (ulong)&rx_desc[PCH_GBE_DESC_NUM]); in pch_gbe_rx_descs_init()
141 flush_dcache_range((ulong)tx_desc, (ulong)&tx_desc[PCH_GBE_DESC_NUM]); in pch_gbe_tx_descs_init()
251 flush_dcache_range((ulong)packet, (ulong)packet + length); in pch_gbe_send()
266 flush_dcache_range((ulong)tx_desc, (ulong)&tx_desc[1]); in pch_gbe_send()
Dpic32_eth.c303 flush_dcache_range((ulong)priv->rxd_ring, in pic32_rx_desc_init()
404 flush_dcache_range((ulong)packet, (ulong)packet + length); in pic32_eth_send()
407 flush_dcache_range((ulong)txd, (ulong)txd + sizeof(*txd)); in pic32_eth_send()
504 flush_dcache_range((ulong)rxd, (ulong)rxd + sizeof(*rxd)); in pic32_eth_free_pkt()
/external/u-boot/drivers/fpga/
Dzynqmppl.c212 flush_dcache_range(bin_buf, bin_buf + bsize); in zynqmp_load()
213 flush_dcache_range((ulong)bsizeptr, (ulong)bsizeptr + sizeof(size_t)); in zynqmp_load()
235 flush_dcache_range((ulong)buf, (ulong)buf + in zynqmp_loads()
243 flush_dcache_range((ulong)fpga_sec_info->userkey_addr, in zynqmp_loads()
/external/u-boot/arch/arm/lib/
Dcache.c18 flush_dcache_range(start, start + size); in flush_cache()
43 __weak void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() function
/external/u-boot/arch/sh/cpu/sh4/
Dcache.c56 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() function
80 flush_dcache_range(addr , addr + size); in flush_cache()
/external/u-boot/board/xilinx/zynqmp/
Dcmds.c29 flush_dcache_range((ulong)src_ptr, (ulong)(src_ptr + len)); in zynqmp_verify_secure()
34 flush_dcache_range((ulong)key_ptr, in zynqmp_verify_secure()
/external/u-boot/drivers/usb/host/
Dehci-hcd.c249 flush_dcache_range(addr, ALIGN(addr + sz, ARCH_DMA_MINALIGN)); in ehci_td_buffer()
542 flush_dcache_range((unsigned long)&ctrl->qh_list, in ehci_submit_async()
544 flush_dcache_range((unsigned long)qh, ALIGN_END_ADDR(struct QH, qh, 1)); in ehci_submit_async()
545 flush_dcache_range((unsigned long)qtd, in ehci_submit_async()
1005 flush_dcache_range((unsigned long)qh_list, in ehci_common_init()
1022 flush_dcache_range((unsigned long)periodic, in ehci_common_init()
1044 flush_dcache_range((unsigned long)ctrl->periodic_list, in ehci_common_init()
1339 flush_dcache_range((unsigned long)buffer, in _ehci_create_int_queue()
1342 flush_dcache_range((unsigned long)result->first, in _ehci_create_int_queue()
1345 flush_dcache_range((unsigned long)result->tds, in _ehci_create_int_queue()
[all …]
/external/u-boot/arch/arm/mach-omap2/omap5/
Dsec_entry_cpu1.S20 .global flush_dcache_range symbol
86 blx flush_dcache_range @ flush the cache on args buffer
/external/u-boot/arch/arm/cpu/armv8/
Dcache_v8.c457 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() function
590 flush_dcache_range(real_start, real_start + real_size); in mmu_set_region_dcache_behaviour()
623 flush_dcache_range(gd->arch.tlb_addr, in mmu_change_region_attr()
645 flush_dcache_range(gd->arch.tlb_addr, in mmu_change_region_attr()
Dcpu.c66 flush_dcache_range(CONFIG_ARMV8_SECURE_BASE, in relocate_secure_section()
/external/u-boot/board/synopsys/axs10x/
Dnand.c115 flush_dcache_range((unsigned long)bd, in axs101_nand_write_buf()
149 flush_dcache_range((unsigned long)bd, in axs101_nand_read_buf()
/external/u-boot/arch/riscv/lib/
Dcache.c9 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() function
/external/u-boot/arch/arm/cpu/pxa/
Dcache.c34 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() function
/external/u-boot/arch/arm/cpu/arm926ejs/
Dcache.c37 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() function
/external/u-boot/arch/xtensa/lib/
Dcache.c41 void flush_dcache_range(ulong start_addr, ulong end_addr) in flush_dcache_range() function

1234