Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/firmware/efi/libstub/
Drelocate.c124 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()
126 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()
Dx86-stub.c48 return EFI_INVALID_PARAMETER; in preserve_pci_rom_image()
472 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_pe_entry()
781 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_main()
Dfile.c167 return EFI_INVALID_PARAMETER; in handle_cmdline_files()
Defi-stub.c144 status = EFI_INVALID_PARAMETER; in efi_pe_entry()
Dzboot.c70 return EFI_INVALID_PARAMETER; in load_file()
Defi-stub-helper.c539 if (status == EFI_INVALID_PARAMETER) { in efi_exit_boot_services()
/Linux-v6.1/arch/x86/platform/efi/
Defi_64.c606 status = EFI_INVALID_PARAMETER; in efi_thunk_get_variable()
635 status = EFI_INVALID_PARAMETER; in efi_thunk_set_variable()
666 status = EFI_INVALID_PARAMETER; in efi_thunk_set_variable_nonblocking()
696 status = EFI_INVALID_PARAMETER; in efi_thunk_get_next_variable()
/Linux-v6.1/drivers/firmware/google/
Dgsmi.c392 return EFI_INVALID_PARAMETER; in gsmi_get_next_variable()
473 ret = EFI_INVALID_PARAMETER; in gsmi_set_variable()
/Linux-v6.1/drivers/firmware/efi/
Defi.c892 case EFI_INVALID_PARAMETER: in efi_status_to_err()
/Linux-v6.1/include/linux/
Defi.h33 #define EFI_INVALID_PARAMETER ( 2 | (1UL << (BITS_PER_LONG-1))) macro