/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_devicepath.c | 108 boottime->copy_mem(&vendor_node.guid, &guid_vendor1, in setup() 110 boottime->copy_mem(dp1, &vendor_node, in setup() 112 boottime->copy_mem(dp2, &vendor_node, in setup() 114 boottime->copy_mem(dp3, &vendor_node, in setup() 117 boottime->copy_mem(&vendor_node.guid, &guid_vendor2, in setup() 119 boottime->copy_mem(dp2 + sizeof(struct efi_device_path_vendor), in setup() 121 boottime->copy_mem(dp3 + sizeof(struct efi_device_path_vendor), in setup() 124 boottime->copy_mem(&vendor_node.guid, &guid_vendor3, in setup() 126 boottime->copy_mem(dp3 + 2 * sizeof(struct efi_device_path_vendor), in setup() 132 boottime->copy_mem(dp1 + sizeof(struct efi_device_path_vendor), in setup() [all …]
|
H A D | efi_selftest_block_device.c | 88 boottime->copy_mem(buffer, start, buffer_size); in read_blocks() 113 boottime->copy_mem(start, buffer, buffer_size); in write_blocks() 158 boottime->copy_mem(buf + addr, img.lines[i].line, len); in decompress() 218 boottime->copy_mem(&vendor_node.guid, &guid_vendor, in setup() 220 boottime->copy_mem(dp, &vendor_node, in setup() 226 boottime->copy_mem((char *)dp + sizeof(struct efi_device_path_vendor), in setup() 442 boottime->copy_mem(buf, "U-Boot", buf_size); in execute()
|
H A D | efi_selftest_loadimage.c | 285 boottime->copy_mem(buffer, &image[priv.file_pos], *buffer_size); in read() 329 boottime->copy_mem(buffer, file_info, in getinfo() 340 boottime->copy_mem(buffer, file_system_info, in getinfo() 399 boottime->copy_mem(buf + addr, img.lines[i].line, len); in decompress()
|
H A D | efi_selftest_snp.c | 108 boottime->copy_mem(p.eth_hdr.et_dest, (void *)BROADCAST_MAC, ARP_HLEN); in send_dhcp_discover() 109 boottime->copy_mem(p.eth_hdr.et_src, &net->mode->current_address, in send_dhcp_discover() 140 boottime->copy_mem(&p.dhcp_hdr.chaddr, in send_dhcp_discover()
|
H A D | efi_selftest_startimage_return.c | 71 boottime->copy_mem(buf + addr, img.lines[i].line, len); in decompress()
|
H A D | efi_selftest_startimage_exit.c | 71 boottime->copy_mem(buf + addr, img.lines[i].line, len); in decompress()
|
H A D | efi_selftest_fdt.c | 100 boottime->copy_mem(str, &pos[3], len); in get_property()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_lsdma.h | 32 int (*copy_mem)(struct amdgpu_device *adev, uint64_t src_addr, member
|
H A D | amdgpu_lsdma.c | 59 ret = adev->lsdma.funcs->copy_mem(adev, src_addr, dst_addr, current_copy_size); in amdgpu_lsdma_copy_mem()
|
H A D | lsdma_v6_0.c | 118 .copy_mem = lsdma_v6_0_copy_mem,
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | intrinsics.c | 20 efi_bs_call(copy_mem, dst, src, len); in memcpy()
|
H A D | efistub.h | 323 void (__efiapi *copy_mem)(void *, const void *, unsigned long); 370 u32 copy_mem; member 742 void *copy_mem; member 765 u32 copy_mem; member
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 180 void (EFIAPI *copy_mem)(void *destination, const void *source,
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 12254 void **copy_mem, size_t *copy_size, 12275 free(*copy_mem); 12276 *copy_mem = malloc(ehdr_size); 12277 if (!*copy_mem) { 12285 memcpy(*copy_mem, copy_start, len_first); 12286 memcpy(*copy_mem + len_first, base, len_secnd); 12287 ehdr = *copy_mem;
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 3191 .copy_mem = efi_copy_mem,
|