Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A DCVE-2022-28736-loader-efi-chainloader-Use-grub_loader_set_ex.patch77 - efi_call_1 (b->unload_image, image_handle);
80 + efi_call_1 (b->unload_image, image_handle);
H A Dloader-efi-chainloader-Simplify-the-loader-state.patch50 efi_call_1 (b->unload_image, image_handle);
120 + efi_call_1 (b->unload_image, image_handle);
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Defistub.h260 void *unload_image; member
311 u32 unload_image; member
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h111 efi_status_t (EFIAPI *unload_image)(void *image_handle);
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c1268 .unload_image = efi_unload_image,