Home
last modified time | relevance | path

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

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Core/PiSmmCore/
H A DPage.c96 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
117 FreeDescriptorEntries = (MEMORY_MAP *)(UINTN)Mem; in AllocateMemoryMapEntry()
123 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
124 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Core/PiSmmCore/
H A DPage.c96 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
117 FreeDescriptorEntries = (MEMORY_MAP *)(UINTN)Mem; in AllocateMemoryMapEntry()
123 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
124 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Core/PiSmmCore/
H A DPage.c96 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
117 FreeDescriptorEntries = (MEMORY_MAP *)(UINTN)Mem; in AllocateMemoryMapEntry()
123 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
124 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Core/PiSmmCore/
H A DPage.c96 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
117 FreeDescriptorEntries = (MEMORY_MAP *)(UINTN)Mem; in AllocateMemoryMapEntry()
123 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
124 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Core/PiSmmCore/
H A DPage.c96 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
117 FreeDescriptorEntries = (MEMORY_MAP *)(UINTN)Mem; in AllocateMemoryMapEntry()
123 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
124 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Core/PiSmmCore/
H A DPage.c96 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
117 FreeDescriptorEntries = (MEMORY_MAP *)(UINTN)Mem; in AllocateMemoryMapEntry()
123 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
124 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Core/PiSmmCore/
H A DPage.c96 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
117 FreeDescriptorEntries = (MEMORY_MAP *)(UINTN)Mem; in AllocateMemoryMapEntry()
123 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
124 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Core/PiSmmCore/
H A DPage.c96 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
117 FreeDescriptorEntries = (MEMORY_MAP *)(UINTN)Mem; in AllocateMemoryMapEntry()
123 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
124 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Core/PiSmmCore/
H A DPage.c96 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
117 FreeDescriptorEntries = (MEMORY_MAP *)(UINTN)Mem; in AllocateMemoryMapEntry()
123 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
124 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Core/Dxe/Mem/
H A DPage.c282 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
290FreeDescriptorEntries = CoreAllocatePoolPages (EfiBootServicesData, EFI_SIZE_TO_PAGES(DEFAULT_PAGE… in AllocateMemoryMapEntry()
291 if(FreeDescriptorEntries != NULL) { in AllocateMemoryMapEntry()
296 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
297 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Core/Dxe/Mem/
H A DPage.c277 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
285 FreeDescriptorEntries = CoreAllocatePoolPages ( in AllocateMemoryMapEntry()
291 if (FreeDescriptorEntries != NULL) { in AllocateMemoryMapEntry()
296 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
297 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Core/Dxe/Mem/
H A DPage.c277 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
285 FreeDescriptorEntries = CoreAllocatePoolPages ( in AllocateMemoryMapEntry()
291 if (FreeDescriptorEntries != NULL) { in AllocateMemoryMapEntry()
296 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
297 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Core/Dxe/Mem/
H A DPage.c277 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
285 FreeDescriptorEntries = CoreAllocatePoolPages ( in AllocateMemoryMapEntry()
291 if (FreeDescriptorEntries != NULL) { in AllocateMemoryMapEntry()
296 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
297 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Core/Dxe/Mem/
H A DPage.c277 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
285 FreeDescriptorEntries = CoreAllocatePoolPages ( in AllocateMemoryMapEntry()
291 if (FreeDescriptorEntries != NULL) { in AllocateMemoryMapEntry()
296 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
297 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Core/Dxe/Mem/
H A DPage.c277 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
285 FreeDescriptorEntries = CoreAllocatePoolPages ( in AllocateMemoryMapEntry()
291 if (FreeDescriptorEntries != NULL) { in AllocateMemoryMapEntry()
296 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
297 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Core/Dxe/Mem/
H A DPage.c277 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
285 FreeDescriptorEntries = CoreAllocatePoolPages ( in AllocateMemoryMapEntry()
291 if (FreeDescriptorEntries != NULL) { in AllocateMemoryMapEntry()
296 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
297 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Core/Dxe/Mem/
H A DPage.c277 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
285 FreeDescriptorEntries = CoreAllocatePoolPages ( in AllocateMemoryMapEntry()
291 if (FreeDescriptorEntries != NULL) { in AllocateMemoryMapEntry()
296 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
297 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Core/Dxe/Mem/
H A DPage.c277 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
285 FreeDescriptorEntries = CoreAllocatePoolPages ( in AllocateMemoryMapEntry()
291 if (FreeDescriptorEntries != NULL) { in AllocateMemoryMapEntry()
296 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
297 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Core/Dxe/Mem/
H A DPage.c277 MEMORY_MAP* FreeDescriptorEntries; in AllocateMemoryMapEntry() local
285 FreeDescriptorEntries = CoreAllocatePoolPages ( in AllocateMemoryMapEntry()
291 if (FreeDescriptorEntries != NULL) { in AllocateMemoryMapEntry()
296 FreeDescriptorEntries[Index].Signature = MEMORY_MAP_SIGNATURE; in AllocateMemoryMapEntry()
297 InsertTailList (&mFreeMemoryMapEntryList, &FreeDescriptorEntries[Index].Link); in AllocateMemoryMapEntry()