OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FV_MEMMAP_DEVICE_PATH
(Results
1 - 12
of
12
) sorted by null
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbServiceSmm.c
73
FvbDevice->DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocateRuntimeCopyPool (sizeof (
FV_MEMMAP_DEVICE_PATH
), &mFvMemmapDevicePathTemplate);
74
((
FV_MEMMAP_DEVICE_PATH
*) FvbDevice->DevicePath)->MemMapDevPath.StartingAddress = FwhInstance->FvBase;
75
((
FV_MEMMAP_DEVICE_PATH
*) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = FwhInstance->FvBase + FwVolHeader->FvLength - 1;
FvbServiceDxe.c
110
FvbDevice->DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocateRuntimeCopyPool (sizeof (
FV_MEMMAP_DEVICE_PATH
), &mFvMemmapDevicePathTemplate);
111
((
FV_MEMMAP_DEVICE_PATH
*) FvbDevice->DevicePath)->MemMapDevPath.StartingAddress = FwhInstance->FvBase;
112
((
FV_MEMMAP_DEVICE_PATH
*) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = FwhInstance->FvBase + FwVolHeader->FvLength - 1;
FvbService.h
92
}
FV_MEMMAP_DEVICE_PATH
;
191
extern
FV_MEMMAP_DEVICE_PATH
mFvMemmapDevicePathTemplate;
FvbSmmDxe.h
59
}
FV_MEMMAP_DEVICE_PATH
;
FvbSmmDxe.c
52
FV_MEMMAP_DEVICE_PATH
mFvMemmapDevicePathTemplate = {
807
FvbDevice->DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocateRuntimeCopyPool (sizeof (
FV_MEMMAP_DEVICE_PATH
), &mFvMemmapDevicePathTemplate);
808
((
FV_MEMMAP_DEVICE_PATH
*) FvbDevice->DevicePath)->MemMapDevPath.StartingAddress = (UINTN)Address;
809
((
FV_MEMMAP_DEVICE_PATH
*) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = (UINTN)Address + VolumeHeader->FvLength - 1;
FvbService.c
45
FV_MEMMAP_DEVICE_PATH
mFvMemmapDevicePathTemplate = {
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
FwVolBlock.c
21
FV_MEMMAP_DEVICE_PATH
mFvMemmapDevicePathTemplate = {
563
FvbDev->DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocateCopyPool (sizeof (
FV_MEMMAP_DEVICE_PATH
), &mFvMemmapDevicePathTemplate);
568
((
FV_MEMMAP_DEVICE_PATH
*) FvbDev->DevicePath)->MemMapDevPath.StartingAddress = BaseAddress;
569
((
FV_MEMMAP_DEVICE_PATH
*) FvbDev->DevicePath)->MemMapDevPath.EndingAddress = BaseAddress + FwVolHeader->FvLength - 1;
FwVolBlock.h
31
}
FV_MEMMAP_DEVICE_PATH
;
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
FWBlockService.c
54
FV_MEMMAP_DEVICE_PATH
mFvMemmapDevicePathTemplate = {
[
all
...]
FwBlockService.h
59
}
FV_MEMMAP_DEVICE_PATH
;
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
FwBlockService.h
58
}
FV_MEMMAP_DEVICE_PATH
;
FwBlockService.c
48
FV_MEMMAP_DEVICE_PATH
mFvMemmapDevicePathTemplate = {
1065
FV_MEMMAP_DEVICE_PATH
*FvMemmapDevicePath;
1070
FvMemmapDevicePath = AllocateCopyPool (sizeof (
FV_MEMMAP_DEVICE_PATH
),
[
all
...]
Completed in 140 milliseconds