Home
last modified time | relevance | path

Searched refs:TestAttributes (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
DFirmwareVolumeHeader.h77 #define EFI_TEST_FFS_ATTRIBUTES_BIT( FvbAttributes, TestAttributes, Bit) \ argument
79 …((FvbAttributes & EFI_FVB_ERASE_POLARITY) ? (((~TestAttributes) & Bit) == Bit) : ((TestAttributes
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiFirmwareFileSystem.h88 #define EFI_TEST_FFS_ATTRIBUTES_BIT(FvbAttributes, TestAttributes, Bit) \ argument
91 …(FvbAttributes & EFI_FVB_ERASE_POLARITY) ? (((~TestAttributes) & Bit) == Bit) : ((TestAttributes &…
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DFirmwareVolumeBuffer.c21 #define EFI_TEST_FFS_ATTRIBUTES_BIT(FvbAttributes, TestAttributes, Bit) \ argument
24 …(FvbAttributes & EFI_FVB2_ERASE_POLARITY) ? (((~TestAttributes) & Bit) == Bit) : ((TestAttributes