Searched refs:start_image (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_startimage_return.c | 133 ret = boottime->start_image(handle, NULL, NULL); in execute()
|
H A D | efi_selftest_startimage_exit.c | 133 ret = boottime->start_image(handle, NULL, NULL); in execute()
|
H A D | efi_selftest_loadimage.c | 503 ret = boottime->start_image(handle, NULL, NULL); in execute()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | efistub.h | 297 efi_status_t (__efiapi *start_image)(efi_handle_t, unsigned long *, 352 u32 start_image; member
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 124 efi_status_t (EFIAPI *start_image)(efi_handle_t handle,
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 3171 .start_image = efi_start_image,
|