Home
last modified time | relevance | path

Searched refs:efi_warn (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/firmware/efi/libstub/
Drandom.c109 efi_warn("Failed to allocate memory for RNG seed.\n"); in efi_random_get_seed()
174 efi_warn("Failed to obtain seed from EFI_RNG_PROTOCOL or EFI variable\n"); in efi_random_get_seed()
177 efi_warn("Retaining bootloader-supplied seed only"); in efi_random_get_seed()
Defi-stub-helper.c271 efi_warn("Failed to measure data for event %d: 0x%lx\n", event, status); in efi_measure_tagged_event()
692 efi_warn("Failed to retrieve memory attributes for image region: 0x%lx\n", in efi_remap_image()
701 efi_warn("Failed to remap code region read-only\n"); in efi_remap_image()
713 efi_warn("Failed to remap code region executable\n"); in efi_remap_image()
720 efi_warn("Failed to remap data region non-executable\n"); in efi_remap_image()
Darm64.c52 efi_warn("Working around broken SetVirtualAddressMap()\n"); in system_needs_vamap()
Dkaslr.c124 efi_warn("efi_random_alloc() failed: 0x%lx\n", status); in efi_kaslr_relocate_kernel()
Dx86-stub.c279 efi_warn("Unable to unprotect memory range [%08lx,%08lx]: %lx\n", in efi_adjust_memory_range_protection()
786 efi_warn("Decompression failed: %s\n", str); in error()
866 efi_warn("Ignoring DXE services table: invalid signature\n"); in efi_stub_entry()
Dfile.c160 efi_warn("Unexpected device path node type: (%x, %x)\n", in efi_open_device_path()
Defistub.h71 #define efi_warn(fmt, ...) \ macro