Home
last modified time | relevance | path

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

/xen/xen/arch/x86/efi/
A Dstub.c22 EFI_SYSTEM_TABLE *SystemTable) in efi_multiboot2() argument
28 StdErr = SystemTable->StdErr ? SystemTable->StdErr : SystemTable->ConOut; in efi_multiboot2()
A Defi-boot.h151 static void __init efi_arch_process_memory_map(EFI_SYSTEM_TABLE *SystemTable, in efi_arch_process_memory_map() argument
712 static bool __init efi_arch_use_config_file(EFI_SYSTEM_TABLE *SystemTable) in efi_arch_use_config_file() argument
719 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/include/asm-x86/x86_64/
A Defibind.h222 void *SystemTable \
225 return InitFunction(ImageHandle, SystemTable); \
243 VOID *SystemTable \
247 SystemTable); \
/xen/xen/common/efi/
A Dboot.c735 efi_bs = SystemTable->BootServices; in efi_init()
737 efi_rs = SystemTable->RuntimeServices; in efi_init()
738 efi_ct = SystemTable->ConfigurationTable; in efi_init()
739 efi_num_ct = SystemTable->NumberOfTableEntries; in efi_init()
740 efi_version = SystemTable->Hdr.Revision; in efi_init()
741 efi_fw_vendor = SystemTable->FirmwareVendor; in efi_init()
742 efi_fw_revision = SystemTable->FirmwareRevision; in efi_init()
744 StdOut = SystemTable->ConOut; in efi_init()
745 StdErr = SystemTable->StdErr ?: StdOut; in efi_init()
1164 efi_init(ImageHandle, SystemTable); in efi_start()
[all …]
/xen/xen/include/asm-arm/arm64/
A Defibind.h173 VOID *SystemTable \
177 SystemTable); \
/xen/xen/arch/arm/efi/
A Defi-boot.h351 static void __init efi_arch_process_memory_map(EFI_SYSTEM_TABLE *SystemTable, in efi_arch_process_memory_map() argument
363 status = fdt_add_uefi_nodes(SystemTable, fdt, map, map_size, desc_size, in efi_arch_process_memory_map()
565 static bool __init efi_arch_use_config_file(EFI_SYSTEM_TABLE *SystemTable) in efi_arch_use_config_file() argument
575 fdt = lookup_fdt_config_table(SystemTable); in efi_arch_use_config_file()
/xen/xen/include/efi/
A Defiapi.h332 IN struct _EFI_SYSTEM_TABLE *SystemTable
378 struct _EFI_SYSTEM_TABLE *SystemTable; member

Completed in 14 milliseconds