Home
last modified time | relevance | path

Searched refs:efi_err (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/firmware/efi/libstub/
H A Darm32-stub.c39 efi_err("allocate_pool() failed\n"); in check_platform_features()
49 efi_err("install_configuration_table() failed\n"); in check_platform_features()
60 efi_err("This LPAE kernel is not supported by your CPU\n"); in check_platform_features()
99 efi_err("Unable to allocate memory for uncompressed kernel.\n"); in handle_kernel_image()
H A Darm64-stub.c27 efi_err("FIRMWARE BUG: efi_loaded_image_t::image_base has bogus value\n"); in handle_kernel_image()
32 efi_err("FIRMWARE BUG: kernel image not aligned on %dk boundary\n", in handle_kernel_image()
H A Dunaccepted_memory.c21 efi_err("Unknown version of unaccepted memory table\n"); in allocate_unaccepted_bitmap()
69 efi_err("Failed to allocate unaccepted memory config table\n"); in allocate_unaccepted_bitmap()
83 efi_err("Failed to install unaccepted memory config table!\n"); in allocate_unaccepted_bitmap()
H A Darm64.c77 efi_err("This 64 KB granular kernel is not supported by your CPU\n"); in check_platform_features()
79 efi_err("This 16 KB granular kernel is not supported by your CPU\n"); in check_platform_features()
H A Dgop.c152 efi_err("Requested mode is invalid\n"); in choose_mode_modenum()
158 efi_err("Couldn't get mode information\n"); in choose_mode_modenum()
164 efi_err("Invalid PixelFormat\n"); in choose_mode_modenum()
320 efi_err("Unable to read key, continuing in 10 seconds\n"); in choose_mode_list()
356 efi_err("Failed to set requested mode\n"); in set_mode()
H A Driscv-stub.c48 efi_err("Failed to relocate kernel\n"); in handle_kernel_image()
H A Dsecureboot.c38 efi_err("Could not determine UEFI Secure Boot status.\n"); in efi_get_secureboot()
H A Driscv.c68 efi_err("Failed to get boot hartid!\n"); in check_platform_features()
H A Dloongarch-stub.c80 efi_err("Failed to allocate usable memory for kernel.\n"); in efi_relocate_kernel()
H A Dloongarch.c79 efi_err("Unable to retrieve UEFI memory map.\n"); in efi_boot_kernel()
H A Dtpm.c103 efi_err("Unable to allocate memory for event log\n"); in efi_retrieve_tcg2_eventlog()
H A Defi-stub-helper.c396 efi_err("Command line is too long: truncated to %d bytes\n", in efi_convert_cmdline()
663 efi_err("Failed to load initrd: 0x%lx\n", status); in efi_load_initrd()
H A Defistub.h78 #define efi_err(fmt, ...) \ macro