Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DPiFirmwareVolume.h68 #define EFI_FVB2_ALIGNMENT_4K 0x000C0000 macro
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiFirmwareVolume.h69 #define EFI_FVB2_ALIGNMENT_4K 0x000C0000 macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiFirmwareVolumeHeader.h102 #define EFI_FVB2_ALIGNMENT_4K 0x000C0000 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DVolInfo.c875 if (VolumeHeader.Attributes & EFI_FVB2_ALIGNMENT_4K) { in ReadHeader()
961 if (VolumeHeader.Attributes & EFI_FVB2_ALIGNMENT_4K) { in ReadHeader()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.c912 FvInfo->FvAttributes |= EFI_FVB2_ALIGNMENT_4K; in ParseFvInf()