Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/x86_64/
A Defibind.h221 void *ImageHandle, \
225 return InitFunction(ImageHandle, SystemTable); \
242 VOID *ImageHandle, \
246 return InitFunction(ImageHandle, \
/xen/xen/include/asm-arm/arm64/
A Defibind.h172 VOID *ImageHandle, \
176 return InitFunction(ImageHandle, \
/xen/xen/include/efi/
A Defiapi.h331 IN EFI_HANDLE ImageHandle,
343 OUT EFI_HANDLE *ImageHandle
349 IN EFI_HANDLE ImageHandle,
357 IN EFI_HANDLE ImageHandle,
366 IN EFI_HANDLE ImageHandle
404 IN EFI_HANDLE ImageHandle,
/xen/xen/arch/x86/efi/
A Dstub.c21 void __init noreturn efi_multiboot2(EFI_HANDLE ImageHandle, in efi_multiboot2() argument
A Defi-boot.h719 void __init efi_multiboot2(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) in efi_multiboot2() argument
727 efi_init(ImageHandle, SystemTable); in efi_multiboot2()
751 efi_exit_boot(ImageHandle, SystemTable); in efi_multiboot2()
/xen/xen/common/efi/
A Dboot.c128 static void efi_init(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable);
137 static void efi_exit_boot(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable);
732 static void __init efi_init(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) in efi_init() argument
734 efi_ih = ImageHandle; in efi_init()
1057 static void __init efi_exit_boot(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) in efi_exit_boot() argument
1088 status = SystemTable->BootServices->ExitBootServices(ImageHandle, in efi_exit_boot()
1141 efi_start(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) in efi_start() argument
1164 efi_init(ImageHandle, SystemTable); in efi_start()
1168 status = efi_bs->HandleProtocol(ImageHandle, &loaded_image_guid, in efi_start()
1393 efi_exit_boot(ImageHandle, SystemTable); in efi_start()

Completed in 13 milliseconds