Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoaderHelper.c85 LIST_ENTRY AttachedResources; in InsertSystemMemoryResources() local
97 InitializeListHead (&AttachedResources); in InsertSystemMemoryResources()
114 InsertTailList (&AttachedResources, &Resource->Link); in InsertSystemMemoryResources()
123 InsertTailList (&AttachedResources, &Resource->Link); in InsertSystemMemoryResources()
130 if (!IsListEmpty (&AttachedResources)) { in InsertSystemMemoryResources()
133 NewResource = (SYSTEM_MEMORY_RESOURCE*)GetFirstNode (&AttachedResources); in InsertSystemMemoryResources()
135 while (!IsListEmpty (&AttachedResources)) { in InsertSystemMemoryResources()