Home
last modified time | relevance | path

Searched refs:efi_load_pe (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_image_loader.c77 void *efi_load_pe(void *efi, struct efi_loaded_image *loaded_image_info) in efi_load_pe() function
H A Defi_boottime.c791 info->reserved = efi_load_pe(source_buffer, info); in efi_load_image()
/OK3568_Linux_fs/u-boot/include/
H A Defi_loader.h147 void *efi_load_pe(void *efi, struct efi_loaded_image *loaded_image_info);
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootefi.c178 entry = efi_load_pe(efi, &loaded_image_info); in do_bootefi_exec()