Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/firmware/efi/libstub/
Drelocate.c124 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()
126 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()
Defi-stub-entry.c41 return EFI_INVALID_PARAMETER; in efi_pe_entry()
Dx86-stub.c59 return EFI_INVALID_PARAMETER; in preserve_pci_rom_image()
472 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_pe_entry()
845 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_stub_entry()
Dfile.c203 return EFI_INVALID_PARAMETER; in handle_cmdline_files()
Defi-stub-helper.c398 if (status == EFI_INVALID_PARAMETER) { in efi_exit_boot_services()
/linux-6.6.21/arch/x86/platform/efi/
Defi_64.c627 status = EFI_INVALID_PARAMETER; in efi_thunk_get_variable()
656 status = EFI_INVALID_PARAMETER; in efi_thunk_set_variable()
687 status = EFI_INVALID_PARAMETER; in efi_thunk_set_variable_nonblocking()
717 status = EFI_INVALID_PARAMETER; in efi_thunk_get_next_variable()
/linux-6.6.21/drivers/firmware/google/
Dgsmi.c393 return EFI_INVALID_PARAMETER; in gsmi_get_next_variable()
474 ret = EFI_INVALID_PARAMETER; in gsmi_set_variable()
/linux-6.6.21/drivers/firmware/efi/
Defi.c994 case EFI_INVALID_PARAMETER: in efi_status_to_err()
/linux-6.6.21/include/linux/
Defi.h34 #define EFI_INVALID_PARAMETER ( 2 | (1UL << (BITS_PER_LONG-1))) macro