Home
last modified time | relevance | path

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

/Linux-v5.15/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.c143 status = EFI_INVALID_PARAMETER; in efi_pe_entry()
/Linux-v5.15/arch/x86/platform/efi/
Defi_64.c597 status = EFI_INVALID_PARAMETER; in efi_thunk_get_variable()
626 status = EFI_INVALID_PARAMETER; in efi_thunk_set_variable()
657 status = EFI_INVALID_PARAMETER; in efi_thunk_set_variable_nonblocking()
687 status = EFI_INVALID_PARAMETER; in efi_thunk_get_next_variable()
/Linux-v5.15/drivers/firmware/google/
Dgsmi.c392 return EFI_INVALID_PARAMETER; in gsmi_get_next_variable()
473 ret = EFI_INVALID_PARAMETER; in gsmi_set_variable()
/Linux-v5.15/drivers/firmware/efi/
Defi.c852 case EFI_INVALID_PARAMETER: in efi_status_to_err()
/Linux-v5.15/include/linux/
Defi.h33 #define EFI_INVALID_PARAMETER ( 2 | (1UL << (BITS_PER_LONG-1))) macro