Searched refs:set_mem (Results 1 – 16 of 16) sorted by relevance
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_unicode_collation.c | 179 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 D | efi_selftest_block_device.c | 149 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 D | efi_selftest_manageprotocols.c | 242 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 D | efi_selftest_startimage_return.c | 62 boottime->set_mem(buf, img.length, 0); in decompress()
|
H A D | efi_selftest_startimage_exit.c | 62 boottime->set_mem(buf, img.length, 0); in decompress()
|
H A D | efi_selftest_variables.c | 135 boottime->set_mem(&guid, 16, 0); in execute()
|
H A D | efi_selftest_snp.c | 122 boottime->set_mem(&p.ip_udp.ip_dst, 4, 0xff); in send_dhcp_discover()
|
H A D | efi_selftest_loadimage.c | 390 boottime->set_mem(buf, img.length, 0); in decompress()
|
/openbmc/u-boot/drivers/video/ |
H A D | video_osd-uclass.c | 23 return ops->set_mem(dev, col, row, buf, buflen, count); in video_osd_set_mem()
|
H A D | sandbox_osd.c | 144 .set_mem = sandbox_osd_set_mem,
|
H A D | ihs_video_out.c | 226 .set_mem = ihs_video_out_set_mem,
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | intrinsics.c | 28 efi_bs_call(set_mem, dst, len, c & U8_MAX); in memset()
|
H A D | efistub.h | 324 void (__efiapi *set_mem)(void *, unsigned long, unsigned char); 371 u32 set_mem; member
|
/openbmc/u-boot/include/ |
H A D | video_osd.h | 83 int (*set_mem)(struct udevice *dev, uint col, uint row, u8 *buf, member
|
H A D | efi_api.h | 182 void (EFIAPI *set_mem)(void *buffer, size_t size, uint8_t value);
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 3192 .set_mem = efi_set_mem,
|