Searched refs:EfiDtbTableGuid (Results 1 – 2 of 2) sorted by relevance
77 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()
90 #define EfiDtbTableGuid ((EFI_GUID)EFI_DTB_TABLE_GUID) macro