Searched refs:EFI_FVB2_ALIGNMENT (Results 1 – 15 of 15) sorted by relevance
56 #define EFI_FVB2_ALIGNMENT 0x001F0000 macro
54 #define EFI_FVB2_ALIGNMENT 0x001F0000 macro
89 #define EFI_FVB2_ALIGNMENT 0x001F0000 macro
487 FvAlignment = 1 << ((FwVolHeader->Attributes & EFI_FVB2_ALIGNMENT) >> 16); in ProduceFVBProtocolOnBuffer()
474 FvAlignment = 1 << ((FvImage->Attributes & EFI_FVB2_ALIGNMENT) >> 16); in ProcessCapsuleImage()
540 FvAlignment = 1 << ((FwVolHeader->Attributes & EFI_FVB2_ALIGNMENT) >> 16); in ProcessUpdateImage()
805 FvAlignment = 1 << ((FvImageInfo.FvAttributes & EFI_FVB2_ALIGNMENT) >> 16); in FfsProcessFvFile()
395 EFI_FVB2_ALIGNMENT; in FvbSetVolumeAttributes()
544 EFI_FVB2_ALIGNMENT; in FvbSetVolumeAttributes()
659 EFI_FVB2_ALIGNMENT; in FvbSetVolumeAttributes()
699 EFI_FVB2_ALIGNMENT; in FvbSetVolumeAttributes()
1049 FvAlignment = 1 << ((FvHeader->Attributes & EFI_FVB2_ALIGNMENT) >> 16); in CoreProcessFvImageFile()
682 if (VolumeHeader.Attributes & EFI_FVB2_ALIGNMENT) { in ReadHeader()
1358 FvAlignment = 1 << ((ReadUnaligned32 (&FvHeader->Attributes) & EFI_FVB2_ALIGNMENT) >> 16); in ProcessFvFile()
2616 (((FvHeader->Attributes & EFI_FVB2_ALIGNMENT) >> 16)) < MaxFfsAlignment) { in GenerateFvImage()