Home
last modified time | relevance | path

Searched refs:vdst (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c37 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image() argument
39 static int nand_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
51 char *dst = vdst; in nand_spl_load_image()
124 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
125 nand_load_image(offs, uboot_size, vdst)
H A Dfsl_ifc_spl.c107 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image() argument
125 uchar *dst = vdst; in nand_spl_load_image()
/openbmc/u-boot/drivers/mtd/spi/
H A Dfsl_espi_spl.c14 void fsl_spi_spl_load_image(uint32_t offs, unsigned int size, void *vdst) in fsl_spi_spl_load_image() argument
25 spi_flash_read(flash, offs, size, vdst); in fsl_spi_spl_load_image()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c471 u8 *vdst; in vmw_external_bo_copy() local
480 vdst = map_external(dst, &dst_map); in vmw_external_bo_copy()
481 if (!vdst) { in vmw_external_bo_copy()
488 vdst += dst_offset; in vmw_external_bo_copy()
492 memcpy(vdst, vsrc, in vmw_external_bo_copy()
497 memcpy(vdst, vsrc, width_in_bytes); in vmw_external_bo_copy()
499 vdst += dst_stride; in vmw_external_bo_copy()
/openbmc/u-boot/drivers/mmc/
H A Dfsl_esdhc_spl.c22 void mmc_spl_load_image(uint32_t offs, unsigned int size, void *vdst) in mmc_spl_load_image() argument
41 vdst); in mmc_spl_load_image()
/openbmc/u-boot/board/freescale/common/
H A Dspl.h9 void fsl_spi_spl_load_image(uint32_t offs, unsigned int size, void *vdst);
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c889 u8 vbuf[16] __aligned(16), *vdst; in p9_hmi_special_emu() local
926 vdst = (u8 *)&current->thread.vr_state.vr[t]; in p9_hmi_special_emu()
928 vdst = (u8 *)&current->thread.fp_state.fpr[t][0]; in p9_hmi_special_emu()
1020 ((u32 *)vdst)[i] = ((u32 *)vbuf)[3-i]; in p9_hmi_special_emu()
1024 ((u16 *)vdst)[i] = ((u16 *)vbuf)[7-i]; in p9_hmi_special_emu()
1028 ((u64 *)vdst)[i] = ((u64 *)vbuf)[1-i]; in p9_hmi_special_emu()
1032 vdst[i] = vbuf[15-i]; in p9_hmi_special_emu()
1044 ((u32 *)vdst)[i] = cpu_to_le32(((u32 *)vbuf)[i]); in p9_hmi_special_emu()
1048 ((u16 *)vdst)[i] = cpu_to_le16(((u16 *)vbuf)[i]); in p9_hmi_special_emu()
1052 ((u64 *)vdst)[i] = cpu_to_le64(((u64 *)vbuf)[i]); in p9_hmi_special_emu()
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dsme_helper.c266 static void copy_vertical_b(void *vdst, const void *vsrc, size_t len) in copy_vertical_b() argument
269 uint8_t *dst = vdst; in copy_vertical_b()
277 static void copy_vertical_h(void *vdst, const void *vsrc, size_t len) in copy_vertical_h() argument
280 uint16_t *dst = vdst; in copy_vertical_h()
288 static void copy_vertical_s(void *vdst, const void *vsrc, size_t len) in copy_vertical_s() argument
291 uint32_t *dst = vdst; in copy_vertical_s()
299 static void copy_vertical_d(void *vdst, const void *vsrc, size_t len) in copy_vertical_d() argument
302 uint64_t *dst = vdst; in copy_vertical_d()
310 static void copy_vertical_q(void *vdst, const void *vsrc, size_t len) in copy_vertical_q() argument
313 memcpy(vdst + tile_vslice_offset(i), vsrc + i, 16); in copy_vertical_q()
/openbmc/u-boot/include/
H A Dfsl_esdhc.h270 void mmc_spl_load_image(uint32_t offs, unsigned int size, void *vdst);