Searched refs:efi_warn (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/firmware/efi/libstub/ |
D | random.c | 109 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()
|
D | efi-stub-helper.c | 321 efi_warn("Failed to measure data for event %d: 0x%lx\n", event, status); in efi_measure_tagged_event() 742 efi_warn("Failed to retrieve memory attributes for image region: 0x%lx\n", in efi_remap_image() 751 efi_warn("Failed to remap code region read-only\n"); in efi_remap_image() 763 efi_warn("Failed to remap code region executable\n"); in efi_remap_image() 770 efi_warn("Failed to remap data region non-executable\n"); in efi_remap_image()
|
D | x86-stub.c | 308 efi_warn("Failed to set EFI_MEMORY_RO attribute\n"); in efi_adjust_memory_range_protection() 317 efi_warn("Failed to clear EFI_MEMORY_XP attribute\n"); in efi_adjust_memory_range_protection() 356 efi_warn("Unable to unprotect memory range [%08lx,%08lx]: %lx\n", in efi_adjust_memory_range_protection() 845 efi_warn("Decompression failed: %s\n", str); in error() 964 efi_warn("Ignoring DXE services table: invalid signature\n"); in efi_stub_entry()
|
D | arm64.c | 51 efi_warn("Working around broken SetVirtualAddressMap()\n"); in system_needs_vamap()
|
D | kaslr.c | 124 efi_warn("efi_random_alloc() failed: 0x%lx\n", status); in efi_kaslr_relocate_kernel()
|
D | file.c | 160 efi_warn("Unexpected device path node type: (%x, %x)\n", in efi_open_device_path()
|
D | efistub.h | 71 #define efi_warn(fmt, ...) \ macro
|