Home
last modified time | relevance | path

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

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c261 EFI_HOB_RESOURCE_DESCRIPTOR *CurrentResourceHob; in PeiLoadFixAddressHook() local
269 CurrentResourceHob = NULL; in PeiLoadFixAddressHook()
448 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
455 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
519 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
521 HighAddress = CurrentResourceHob->PhysicalStart; in PeiLoadFixAddressHook()
526 if (CurrentResourceHob == NULL) { in PeiLoadFixAddressHook()
534 TopLoadingAddress = CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength ; in PeiLoadFixAddressHook()
538 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
574 …if (CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength > TopLoadingAddress ) { in PeiLoadFixAddressHook()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c278 EFI_HOB_RESOURCE_DESCRIPTOR *CurrentResourceHob; in PeiLoadFixAddressHook() local
286 CurrentResourceHob = NULL; in PeiLoadFixAddressHook()
465 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
472 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
536 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
543 if (CurrentResourceHob == NULL) { in PeiLoadFixAddressHook()
551 TopLoadingAddress = CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength ; in PeiLoadFixAddressHook()
555 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
587 CurrentResourceHob->PhysicalStart, in PeiLoadFixAddressHook()
591 …if (CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength > TopLoadingAddress ) { in PeiLoadFixAddressHook()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c278 EFI_HOB_RESOURCE_DESCRIPTOR *CurrentResourceHob; in PeiLoadFixAddressHook() local
286 CurrentResourceHob = NULL; in PeiLoadFixAddressHook()
465 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
472 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
536 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
543 if (CurrentResourceHob == NULL) { in PeiLoadFixAddressHook()
551 TopLoadingAddress = CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength ; in PeiLoadFixAddressHook()
555 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
587 CurrentResourceHob->PhysicalStart, in PeiLoadFixAddressHook()
591 …if (CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength > TopLoadingAddress ) { in PeiLoadFixAddressHook()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c278 EFI_HOB_RESOURCE_DESCRIPTOR *CurrentResourceHob; in PeiLoadFixAddressHook() local
286 CurrentResourceHob = NULL; in PeiLoadFixAddressHook()
465 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
472 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
536 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
543 if (CurrentResourceHob == NULL) { in PeiLoadFixAddressHook()
551 TopLoadingAddress = CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength ; in PeiLoadFixAddressHook()
555 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
587 CurrentResourceHob->PhysicalStart, in PeiLoadFixAddressHook()
591 …if (CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength > TopLoadingAddress ) { in PeiLoadFixAddressHook()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c278 EFI_HOB_RESOURCE_DESCRIPTOR *CurrentResourceHob; in PeiLoadFixAddressHook() local
286 CurrentResourceHob = NULL; in PeiLoadFixAddressHook()
465 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
472 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
536 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
543 if (CurrentResourceHob == NULL) { in PeiLoadFixAddressHook()
551 TopLoadingAddress = CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength ; in PeiLoadFixAddressHook()
555 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
587 CurrentResourceHob->PhysicalStart, in PeiLoadFixAddressHook()
591 …if (CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength > TopLoadingAddress ) { in PeiLoadFixAddressHook()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c278 EFI_HOB_RESOURCE_DESCRIPTOR *CurrentResourceHob; in PeiLoadFixAddressHook() local
286 CurrentResourceHob = NULL; in PeiLoadFixAddressHook()
465 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
472 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
536 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
543 if (CurrentResourceHob == NULL) { in PeiLoadFixAddressHook()
551 TopLoadingAddress = CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength ; in PeiLoadFixAddressHook()
555 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
587 CurrentResourceHob->PhysicalStart, in PeiLoadFixAddressHook()
591 …if (CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength > TopLoadingAddress ) { in PeiLoadFixAddressHook()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c278 EFI_HOB_RESOURCE_DESCRIPTOR *CurrentResourceHob; in PeiLoadFixAddressHook() local
286 CurrentResourceHob = NULL; in PeiLoadFixAddressHook()
465 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
472 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
536 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
543 if (CurrentResourceHob == NULL) { in PeiLoadFixAddressHook()
551 TopLoadingAddress = CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength ; in PeiLoadFixAddressHook()
555 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
587 CurrentResourceHob->PhysicalStart, in PeiLoadFixAddressHook()
591 …if (CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength > TopLoadingAddress ) { in PeiLoadFixAddressHook()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c278 EFI_HOB_RESOURCE_DESCRIPTOR *CurrentResourceHob; in PeiLoadFixAddressHook() local
286 CurrentResourceHob = NULL; in PeiLoadFixAddressHook()
465 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
472 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
536 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
543 if (CurrentResourceHob == NULL) { in PeiLoadFixAddressHook()
551 TopLoadingAddress = CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength ; in PeiLoadFixAddressHook()
555 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
587 CurrentResourceHob->PhysicalStart, in PeiLoadFixAddressHook()
591 …if (CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength > TopLoadingAddress ) { in PeiLoadFixAddressHook()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c278 EFI_HOB_RESOURCE_DESCRIPTOR *CurrentResourceHob; in PeiLoadFixAddressHook() local
286 CurrentResourceHob = NULL; in PeiLoadFixAddressHook()
465 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
472 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
536 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
543 if (CurrentResourceHob == NULL) { in PeiLoadFixAddressHook()
551 TopLoadingAddress = CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength ; in PeiLoadFixAddressHook()
555 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
587 CurrentResourceHob->PhysicalStart, in PeiLoadFixAddressHook()
591 …if (CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength > TopLoadingAddress ) { in PeiLoadFixAddressHook()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c278 EFI_HOB_RESOURCE_DESCRIPTOR *CurrentResourceHob; in PeiLoadFixAddressHook() local
286 CurrentResourceHob = NULL; in PeiLoadFixAddressHook()
465 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
472 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
536 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()
543 if (CurrentResourceHob == NULL) { in PeiLoadFixAddressHook()
551 TopLoadingAddress = CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength ; in PeiLoadFixAddressHook()
555 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()
587 CurrentResourceHob->PhysicalStart, in PeiLoadFixAddressHook()
591 …if (CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength > TopLoadingAddress ) { in PeiLoadFixAddressHook()
[all …]