Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/efi/
A Dstub.c21 EFI_SYSTEM_TABLE *SystemTable) in efi_multiboot2() argument
27 StdErr = SystemTable->StdErr ? SystemTable->StdErr : SystemTable->ConOut; in efi_multiboot2()
A Defi-boot.h150 static void __init efi_arch_process_memory_map(EFI_SYSTEM_TABLE *SystemTable, in efi_arch_process_memory_map() argument
670 static bool __init efi_arch_use_config_file(EFI_SYSTEM_TABLE *SystemTable) in efi_arch_use_config_file() argument
677 void __init efi_multiboot2(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) in efi_multiboot2() argument
685 efi_init(ImageHandle, SystemTable); in efi_multiboot2()
709 efi_exit_boot(ImageHandle, SystemTable); in efi_multiboot2()
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/
A Defibind.h222 void *SystemTable \
225 return InitFunction(ImageHandle, SystemTable); \
243 VOID *SystemTable \
247 SystemTable); \
/xen-4.10.0-shim-comet/xen/common/efi/
A Dboot.c684 efi_bs = SystemTable->BootServices; in efi_init()
686 efi_rs = SystemTable->RuntimeServices; in efi_init()
687 efi_ct = SystemTable->ConfigurationTable; in efi_init()
688 efi_num_ct = SystemTable->NumberOfTableEntries; in efi_init()
689 efi_version = SystemTable->Hdr.Revision; in efi_init()
690 efi_fw_vendor = SystemTable->FirmwareVendor; in efi_init()
691 efi_fw_revision = SystemTable->FirmwareRevision; in efi_init()
693 StdOut = SystemTable->ConOut; in efi_init()
694 StdErr = SystemTable->StdErr ?: StdOut; in efi_init()
1085 efi_init(ImageHandle, SystemTable); in efi_start()
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/
A Defibind.h173 VOID *SystemTable \
177 SystemTable); \
/xen-4.10.0-shim-comet/xen/arch/arm/efi/
A Defi-boot.h348 static void __init efi_arch_process_memory_map(EFI_SYSTEM_TABLE *SystemTable, in efi_arch_process_memory_map() argument
360 status = fdt_add_uefi_nodes(SystemTable, fdt, map, map_size, desc_size, in efi_arch_process_memory_map()
562 static bool __init efi_arch_use_config_file(EFI_SYSTEM_TABLE *SystemTable) in efi_arch_use_config_file() argument
572 fdt = lookup_fdt_config_table(SystemTable); in efi_arch_use_config_file()
/xen-4.10.0-shim-comet/xen/include/efi/
A Defiapi.h332 IN struct _EFI_SYSTEM_TABLE *SystemTable
378 struct _EFI_SYSTEM_TABLE *SystemTable; member

Completed in 17 milliseconds