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

/linux-master/drivers/firmware/efi/libstub/
H A Dx86-stub.c453 static void __noreturn efi_exit(efi_handle_t handle, efi_status_t status) function
486 efi_exit(handle, EFI_INVALID_PARAMETER);
491 efi_exit(handle, status);
513 efi_exit(handle, status);
844 * return. On failure, it will exit to the firmware via efi_exit() instead of
862 efi_exit(handle, EFI_INVALID_PARAMETER);
865 efi_exit(handle, EFI_UNSUPPORTED);
972 efi_exit(handle, status);

Completed in 199 milliseconds