Searched refs:EFI_INVALID_PARAMETER (Results 1 – 6 of 6) sorted by relevance
61 return EFI_INVALID_PARAMETER; in tee_mm_communicate()67 return EFI_INVALID_PARAMETER; in tee_mm_communicate()102 return EFI_INVALID_PARAMETER; in tee_mm_communicate()206 return EFI_INVALID_PARAMETER; in get_max_payload()252 return EFI_INVALID_PARAMETER; in get_property_int()296 return EFI_INVALID_PARAMETER; in tee_get_variable()300 return EFI_INVALID_PARAMETER; in tee_get_variable()338 ret = EFI_INVALID_PARAMETER; in tee_get_variable()359 return EFI_INVALID_PARAMETER; in tee_get_next_variable()365 return EFI_INVALID_PARAMETER; in tee_get_next_variable()[all …]
53 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()55 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()
446 if (status == EFI_INVALID_PARAMETER) { in efi_exit_boot_services()
393 return EFI_INVALID_PARAMETER; in gsmi_get_next_variable()474 ret = EFI_INVALID_PARAMETER; in gsmi_set_variable()
1029 case EFI_INVALID_PARAMETER: in efi_status_to_err()
34 #define EFI_INVALID_PARAMETER ( 2 | (1UL << (BITS_PER_LONG-1))) macro