Home
last modified time | relevance | path

Searched refs:efi_loaded_image (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Defi_loader.h147 void *efi_load_pe(void *efi, struct efi_loaded_image *loaded_image_info);
194 void efi_setup_loaded_image(struct efi_loaded_image *info, struct efi_object *obj,
H A Defi_api.h254 struct efi_loaded_image { struct
/OK3568_Linux_fs/u-boot/lib/efi/
H A Defi.c61 struct efi_loaded_image *loaded_image; in efi_init()
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c732 void efi_setup_loaded_image(struct efi_loaded_image *info, struct efi_object *obj, in efi_setup_loaded_image()
779 struct efi_loaded_image *info; in efi_load_image()
809 struct efi_loaded_image *info = image_handle; in efi_start_image()
836 struct efi_loaded_image *loaded_image_info = (void*)image_handle; in efi_exit()
H A Defi_image_loader.c77 void *efi_load_pe(void *efi, struct efi_loaded_image *loaded_image_info) in efi_load_pe()
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootefi.c128 struct efi_loaded_image loaded_image_info = {}; in do_bootefi_exec()