Home
last modified time | relevance | path

Searched refs:EFI_INVALID_PARAMETER (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/drivers/firmware/efi/libstub/
Drelocate.c133 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()
135 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()
Dx86-stub.c47 return EFI_INVALID_PARAMETER; in preserve_pci_rom_image()
370 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_pe_entry()
682 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_main()
Defi-stub-helper.c456 if (status == EFI_INVALID_PARAMETER) { in efi_exit_boot_services()
647 return EFI_INVALID_PARAMETER; in efi_load_initrd()
Dfile.c149 return EFI_INVALID_PARAMETER; in handle_cmdline_files()
Defi-stub.c131 status = EFI_INVALID_PARAMETER; in efi_pe_entry()
/Linux-v5.10/arch/x86/platform/efi/
Defi_64.c613 status = EFI_INVALID_PARAMETER; in efi_thunk_get_variable()
642 status = EFI_INVALID_PARAMETER; in efi_thunk_set_variable()
673 status = EFI_INVALID_PARAMETER; in efi_thunk_set_variable_nonblocking()
703 status = EFI_INVALID_PARAMETER; in efi_thunk_get_next_variable()
/Linux-v5.10/drivers/firmware/google/
Dgsmi.c391 return EFI_INVALID_PARAMETER; in gsmi_get_next_variable()
472 ret = EFI_INVALID_PARAMETER; in gsmi_set_variable()
/Linux-v5.10/drivers/firmware/efi/
Defi.c851 case EFI_INVALID_PARAMETER: in efi_status_to_err()
/Linux-v5.10/include/linux/
Defi.h33 #define EFI_INVALID_PARAMETER ( 2 | (1UL << (BITS_PER_LONG-1))) macro