Home
last modified time | relevance | path

Searched defs:dst_addr (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/arch/arc/lib/
H A Drelocate.c31 ulong dst_addr = (ulong)&__bss_start + gd->reloc_off; in clear_bss() local
/openbmc/u-boot/cmd/
H A Daes.c28 uint32_t key_addr, iv_addr, src_addr, dst_addr, len; in do_aes() local
H A Dblob.c54 ulong key_addr, src_addr, dst_addr, len; in do_blob() local
/openbmc/u-boot/arch/arm/mach-imx/
H A Dcmd_dek.c60 uint32_t src_addr, dst_addr, len; in do_dek_blob() local
/openbmc/u-boot/arch/x86/lib/
H A Drelocate.c38 ulong dst_addr = (ulong)&__bss_start + gd->reloc_off; in clear_bss() local
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dxor.h57 u32 dst_addr; /* Destination Block address pointer (not used in CRC32 */ member
/openbmc/qemu/hw/dma/
H A Dxlnx-zdma.c365 uint64_t dst_addr; in zdma_load_dst_descriptor() local
553 uint64_t src_addr, dst_addr; in zdma_update_descr_addr_from_start() local
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddma_sun4i.h13 u32 dst_addr; /* 0x08 Destination address */ member
/openbmc/qemu/util/
H A Duserfaultfd.c251 int uffd_copy_page(int uffd_fd, void *dst_addr, void *src_addr, in uffd_copy_page()
/openbmc/u-boot/drivers/mtd/
H A Dst_smi.c353 static int smi_write(unsigned int *src_addr, unsigned int *dst_addr, in smi_write()
/openbmc/qemu/net/
H A Deth.c379 struct in6_address *dst_addr) in _eth_get_rss_ex_dst_addr()
/openbmc/qemu/target/i386/emulate/
H A Dx86_emu.c536 target_ulong dst_addr; in exec_movs_single() local
564 target_ulong dst_addr; in exec_cmps_single() local
/openbmc/u-boot/include/
H A Dfsl_validate.h209 u32 dst_addr; member
/openbmc/qemu/hw/vmapple/
H A Daes.c274 uint64_t dst_addr = s->fifo[3]; in cmd_data() local
/openbmc/qemu/hw/core/
H A Dloader.c107 int fd, hwaddr dst_addr, size_t nbytes) in read_targphys()