Home
last modified time | relevance | path

Searched refs:set_mem (Results 1 – 16 of 16) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_unicode_collation.c179 boottime->set_mem(str, sizeof(str), 0); in test_fat_to_str()
195 boottime->set_mem(fat, sizeof(fat), 0); in test_str_to_fat()
203 boottime->set_mem(fat, 16, 0); in test_str_to_fat()
H A Defi_selftest_block_device.c149 boottime->set_mem(buf, img.length, 0); in decompress()
441 boottime->set_mem(buf, sizeof(buf), 0); in execute()
465 boottime->set_mem(buf, sizeof(buf), 0); in execute()
H A Defi_selftest_manageprotocols.c242 boottime->set_mem(buffer, sizeof(efi_handle_t) * buffer_size, 0); in execute()
320 boottime->set_mem(buffer, sizeof(efi_handle_t) * buffer_size, 0); in execute()
H A Defi_selftest_startimage_exit.c62 boottime->set_mem(buf, img.length, 0); in decompress()
H A Defi_selftest_startimage_return.c62 boottime->set_mem(buf, img.length, 0); in decompress()
H A Defi_selftest_variables.c135 boottime->set_mem(&guid, 16, 0); in execute()
H A Defi_selftest_snp.c122 boottime->set_mem(&p.ip_udp.ip_dst, 4, 0xff); in send_dhcp_discover()
H A Defi_selftest_loadimage.c390 boottime->set_mem(buf, img.length, 0); in decompress()
/openbmc/u-boot/drivers/video/
H A Dvideo_osd-uclass.c23 return ops->set_mem(dev, col, row, buf, buflen, count); in video_osd_set_mem()
H A Dsandbox_osd.c144 .set_mem = sandbox_osd_set_mem,
H A Dihs_video_out.c226 .set_mem = ihs_video_out_set_mem,
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dintrinsics.c28 efi_bs_call(set_mem, dst, len, c & U8_MAX); in memset()
H A Defistub.h324 void (__efiapi *set_mem)(void *, unsigned long, unsigned char);
371 u32 set_mem; member
/openbmc/u-boot/include/
H A Dvideo_osd.h83 int (*set_mem)(struct udevice *dev, uint col, uint row, u8 *buf, member
H A Defi_api.h182 void (EFIAPI *set_mem)(void *buffer, size_t size, uint8_t value);
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3192 .set_mem = efi_set_mem,