Searched refs:efi_err (Results 1 – 13 of 13) sorted by relevance
39 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()
27 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()
21 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()
77 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()
152 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()
48 efi_err("Failed to relocate kernel\n"); in handle_kernel_image()
38 efi_err("Could not determine UEFI Secure Boot status.\n"); in efi_get_secureboot()
68 efi_err("Failed to get boot hartid!\n"); in check_platform_features()
80 efi_err("Failed to allocate usable memory for kernel.\n"); in efi_relocate_kernel()
79 efi_err("Unable to retrieve UEFI memory map.\n"); in efi_boot_kernel()
103 efi_err("Unable to allocate memory for event log\n"); in efi_retrieve_tcg2_eventlog()
396 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()
78 #define efi_err(fmt, ...) \ macro