Home
last modified time | relevance | path

Searched refs:pr_efi (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/firmware/efi/libstub/
Darm-stub.c191 pr_efi(sys_table, "Booting Linux Kernel...\n"); in efi_entry()
239 pr_efi(sys_table, "UEFI Secure Boot is enabled.\n"); in efi_entry()
252 pr_efi(sys_table, "Using DTB from command line\n"); in efi_entry()
257 pr_efi(sys_table, "Using DTB from configuration table\n"); in efi_entry()
261 pr_efi(sys_table, "Generating empty DTB\n"); in efi_entry()
Dfdt.c207 pr_efi(sys_table, in allocate_new_fdt_and_exit_boot()
/linux-4.4.14/include/linux/
Defi.h1251 #define pr_efi(sys_table, msg) efi_printk(sys_table, "EFI stub: "msg) macro