Home
last modified time | relevance | path

Searched refs:efi_debug (Results 1 – 5 of 5) sorted by relevance

/DragonStub/apps/
H A Dhelper.c371 efi_debug("before priv_func\n"); in efi_exit_boot_services()
379 efi_debug("before ExitBootServices, handle=%p, map_key=%p\n", handle, map->map_key); in efi_exit_boot_services()
380 efi_debug("BS->ExitBootServices=%p\n", BS->ExitBootServices); in efi_exit_boot_services()
381 efi_debug("ST->BS->ExitBootServices=%p\n", ST->BootServices->ExitBootServices); in efi_exit_boot_services()
H A Delf.c237 efi_debug("Current attributes for image region: 0x%lx\n", attr); in efi_remap_image_all_rwx()
431 efi_debug("program headers: %d\n", phdrs_nr); in load_elf()
456 efi_debug("image_size: %d\n", image_size); in load_elf()
H A Dmem.c124 efi_debug( in efi_allocate_pages_exact()
H A Dfdt.c284 efi_debug("New FDT address: 0x%lx\n", *new_fdt_addr); in allocate_new_fdt_and_exit_boot()
366 efi_debug("kernel entry point: 0x%lx\n", payload_info->kernel_entry); in efi_boot_kernel()
/DragonStub/inc/dragonstub/
H A Dprintk.h26 #define efi_debug(fmt, ...) efi_printk("[DEBUG]: " fmt, ##__VA_ARGS__) macro