Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c393 static void __noreturn efi_exit(efi_handle_t handle, efi_status_t status) in efi_exit() function
805 * return. On failure, it will exit to the firmware via efi_exit() instead of
822 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_stub_entry()
827 efi_exit(handle, status); in efi_stub_entry()
833 efi_exit(handle, EFI_UNSUPPORTED); in efi_stub_entry()
940 efi_exit(handle, status); in efi_stub_entry()