Searched refs:pr_efi (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | arm-stub.c | 157 pr_efi(sys_table, "Booting Linux Kernel...\n"); in efi_entry() 183 pr_efi(sys_table, "Ignoring DTB from command line.\n"); in efi_entry() 196 pr_efi(sys_table, "Using DTB from command line\n"); in efi_entry() 201 pr_efi(sys_table, "Using DTB from configuration table\n"); in efi_entry() 205 pr_efi(sys_table, "Generating empty DTB\n"); in efi_entry()
|
D | arm64-stub.c | 67 pr_efi(sys_table_arg, "EFI_RNG_PROTOCOL unavailable, no randomness supplied\n"); in handle_kernel_image() 73 pr_efi(sys_table_arg, "KASLR disabled on kernel command line\n"); in handle_kernel_image()
|
D | efistub.h | 31 #define pr_efi(sys_table, msg) do { \ macro
|
D | secureboot.c | 77 pr_efi(sys_table_arg, "UEFI Secure Boot is enabled.\n"); in efi_get_secureboot()
|
D | fdt.c | 288 pr_efi(sys_table, in allocate_new_fdt_and_exit_boot()
|