Searched refs:pr_efi (Results 1 – 3 of 3) sorted by relevance
191 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()
207 pr_efi(sys_table, in allocate_new_fdt_and_exit_boot()
1251 #define pr_efi(sys_table, msg) efi_printk(sys_table, "EFI stub: "msg) macro