Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c61 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 …]
/linux/drivers/firmware/efi/libstub/
H A Dloongarch-stub.c53 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()
55 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()
H A Defi-stub-helper.c446 if (status == EFI_INVALID_PARAMETER) { in efi_exit_boot_services()
/linux/drivers/firmware/google/
H A Dgsmi.c393 return EFI_INVALID_PARAMETER; in gsmi_get_next_variable()
474 ret = EFI_INVALID_PARAMETER; in gsmi_set_variable()
/linux/drivers/firmware/efi/
H A Defi.c1029 case EFI_INVALID_PARAMETER: in efi_status_to_err()
/linux/include/linux/
H A Defi.h34 #define EFI_INVALID_PARAMETER ( 2 | (1UL << (BITS_PER_LONG-1))) macro