Searched refs:EFI_INVALID_PARAMETER (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/firmware/efi/libstub/
H A Drelocate.c124 return EFI_INVALID_PARAMETER;
126 return EFI_INVALID_PARAMETER;
H A Defi-stub-entry.c47 return EFI_INVALID_PARAMETER;
H A Dfile.c203 return EFI_INVALID_PARAMETER;
H A Dx86-stub.c61 return EFI_INVALID_PARAMETER;
115 * For example, EFI_INVALID_PARAMETER could indicate a bug or maybe we
486 efi_exit(handle, EFI_INVALID_PARAMETER);
862 efi_exit(handle, EFI_INVALID_PARAMETER);
H A Defi-stub-helper.c448 if (status == EFI_INVALID_PARAMETER) {
/linux-master/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c62 return EFI_INVALID_PARAMETER;
68 return EFI_INVALID_PARAMETER;
103 return EFI_INVALID_PARAMETER;
172 *ret = EFI_INVALID_PARAMETER;
211 return EFI_INVALID_PARAMETER;
258 return EFI_INVALID_PARAMETER;
302 return EFI_INVALID_PARAMETER;
306 return EFI_INVALID_PARAMETER;
344 ret = EFI_INVALID_PARAMETER;
365 return EFI_INVALID_PARAMETER;
[all...]
/linux-master/drivers/firmware/qcom/
H A Dqcom_qseecom_uefisecapp.c311 return EFI_INVALID_PARAMETER;
315 return EFI_INVALID_PARAMETER;
318 return EFI_INVALID_PARAMETER;
355 efi_status = EFI_INVALID_PARAMETER;
463 return EFI_INVALID_PARAMETER;
467 return EFI_INVALID_PARAMETER;
475 return EFI_INVALID_PARAMETER;
510 efi_status = EFI_INVALID_PARAMETER;
568 return EFI_INVALID_PARAMETER;
571 return EFI_INVALID_PARAMETER;
[all...]
/linux-master/arch/x86/platform/efi/
H A Defi_64.c627 status = EFI_INVALID_PARAMETER;
656 status = EFI_INVALID_PARAMETER;
687 status = EFI_INVALID_PARAMETER;
717 status = EFI_INVALID_PARAMETER;
/linux-master/drivers/firmware/google/
H A Dgsmi.c393 return EFI_INVALID_PARAMETER;
474 ret = EFI_INVALID_PARAMETER;
/linux-master/drivers/firmware/efi/
H A Defi.c1004 case EFI_INVALID_PARAMETER:
/linux-master/include/linux/
H A Defi.h34 #define EFI_INVALID_PARAMETER ( 2 | (1UL << (BITS_PER_LONG-1))) macro

Completed in 238 milliseconds