Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Defi_loader.h406 void efi_print_image_infos(void *pc);
576 static inline void efi_print_image_infos(void *pc) { } in efi_print_image_infos() function
/openbmc/u-boot/arch/arm/lib/
H A Dinterrupts.c55 efi_print_image_infos((void *)instruction_pointer(regs)); in show_efi_loaded_images()
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c77 void efi_print_image_infos(void *pc) in efi_print_image_infos() function
/openbmc/u-boot/cmd/
H A Defidebug.c333 efi_print_image_infos(NULL); in do_efi_show_images()