Symbol: efi_warn
drivers/firmware/efi/libstub/arm64.c
51
efi_warn("Working around broken SetVirtualAddressMap()\n");
drivers/firmware/efi/libstub/efi-stub-helper.c
324
efi_warn("Failed to measure data for event %d: 0x%lx\n", event, status);
drivers/firmware/efi/libstub/efi-stub-helper.c
746
efi_warn("Failed to retrieve memory attributes for image region: 0x%lx\n",
drivers/firmware/efi/libstub/efi-stub-helper.c
755
efi_warn("Failed to remap code region read-only\n");
drivers/firmware/efi/libstub/efi-stub-helper.c
767
efi_warn("Failed to remap code region executable\n");
drivers/firmware/efi/libstub/efi-stub-helper.c
774
efi_warn("Failed to remap data region non-executable\n");
drivers/firmware/efi/libstub/file.c
160
efi_warn("Unexpected device path node type: (%x, %x)\n",
drivers/firmware/efi/libstub/kaslr.c
122
efi_warn("efi_random_alloc() failed: 0x%lx\n", status);
drivers/firmware/efi/libstub/random.c
109
efi_warn("Failed to allocate memory for RNG seed.\n");
drivers/firmware/efi/libstub/random.c
174
efi_warn("Failed to obtain seed from EFI_RNG_PROTOCOL or EFI variable\n");
drivers/firmware/efi/libstub/random.c
177
efi_warn("Retaining bootloader-supplied seed only");
drivers/firmware/efi/libstub/x86-stub.c
385
efi_warn("Failed to set EFI_MEMORY_RO attribute\n");
drivers/firmware/efi/libstub/x86-stub.c
394
efi_warn("Failed to clear EFI_MEMORY_XP attribute\n");
drivers/firmware/efi/libstub/x86-stub.c
435
efi_warn("Unable to unprotect memory range [%08lx,%08lx]: %lx\n",
drivers/firmware/efi/libstub/x86-stub.c
812
efi_warn("Decompression failed: %s\n", str);
drivers/firmware/efi/libstub/x86-stub.c
943
efi_warn("Ignoring DXE services table: invalid signature\n");