Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Ddevicetree.c77 err = LibGetSystemConfigurationTable(&EfiDtbTableGuid, &state->orig); in devicetree_install()
106 … return BS->InstallConfigurationTable(&EfiDtbTableGuid, PHYSICAL_ADDRESS_TO_POINTER(state->addr)); in devicetree_install()
117 err = LibGetSystemConfigurationTable(&EfiDtbTableGuid, &state->orig); in devicetree_install_from_memory()
131 … return BS->InstallConfigurationTable(&EfiDtbTableGuid, PHYSICAL_ADDRESS_TO_POINTER(state->addr)); in devicetree_install_from_memory()
140 err = BS->InstallConfigurationTable(&EfiDtbTableGuid, state->orig); in devicetree_cleanup()
Dmissing_efi.h90 #define EfiDtbTableGuid ((EFI_GUID)EFI_DTB_TABLE_GUID) macro