Home
last modified time | relevance | path

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

/openbmc/qemu/tests/functional/
H A Dtest_aarch64_aspeed.py65 for load_image in load_images_list:
66 addr = load_image['addr']
67 file = load_image['file']
/openbmc/u-boot/include/
H A Dspl.h241 int (*load_image)(struct spl_image_info *spl_image, member
260 .load_image = _method, \
266 .load_image = _method, \
H A Defi_api.h120 efi_status_t (EFIAPI *load_image)(bool boot_policiy,
/openbmc/u-boot/cmd/
H A Darmflash.c178 static int load_image(const char * const name, const ulong address) in load_image() function
278 ret = load_image(argv[2], 0x0); in do_afs()
283 ret = load_image(argv[2], load_addr); in do_afs()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/
H A D0001-file-tiff-load-fix-mismatching-variable-type.patch14 @@ -1301,8 +1301,8 @@ load_image (GFile *file,
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_startimage_return.c127 ret = boottime->load_image(false, image_handle, NULL, image, in execute()
H A Defi_selftest_startimage_exit.c127 ret = boottime->load_image(false, image_handle, NULL, image, in execute()
H A Defi_selftest_loadimage.c497 ret = boottime->load_image(false, handle_image, &dp_file.vendor.dp, in execute()
/openbmc/linux/Documentation/translations/zh_CN/arch/openrisc/
H A Dopenrisc_port.rst74 > halt; load_image vmlinux ; reset
/openbmc/u-boot/board/Synology/ds109/
H A Dopenocd.cfg113 load_image u-boot.bin 0x00600000 bin
/openbmc/linux/Documentation/arch/openrisc/
H A Dopenrisc_port.rst66 > halt; load_image vmlinux ; reset
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_flash.c227 static bool load_image(struct esas2r_adapter *a, struct esas2r_request *rq) in load_image() function
549 if (!load_image(a, rq)) { in fw_download_proc()
1516 if (!load_image(a, rq)) in esas2r_fm_api()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h293 efi_status_t (__efiapi *load_image)(bool, efi_handle_t,
351 u32 load_image; member
/openbmc/u-boot/common/spl/
H A Dspl.c548 ret = loader->load_image(spl_image, &bootdev); in spl_load_image()
/openbmc/linux/kernel/power/
H A Dswap.c1058 static int load_image(struct swap_map_handle *handle, in load_image() function
1501 load_image(&handle, &snapshot, header->pages - 1) : in swsusp_read()
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3170 .load_image = efi_load_image,