Home
last modified time | relevance | path

Searched refs:EFI_LOAD_ERROR (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/firmware/efi/libstub/
H A Dmem.c34 return EFI_LOAD_ERROR; in efi_get_memory_map()
H A Defi-stub-helper.c570 return EFI_LOAD_ERROR; in efi_load_initrd_dev_path()
580 return EFI_LOAD_ERROR; in efi_load_initrd_dev_path()
/linux/drivers/firmware/google/
H A Dgsmi.c347 ret = EFI_LOAD_ERROR; in gsmi_get_variable()
410 ret = EFI_LOAD_ERROR; in gsmi_get_next_variable()
/linux/include/linux/
H A Defi.h33 #define EFI_LOAD_ERROR ( 1 | (1UL << (BITS_PER_LONG-1))) macro