Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DPeImage.h311 #define EFI_IMAGE_SCN_ALIGN_2BYTES BIT21 ///< 0x00200000
312 #define EFI_IMAGE_SCN_ALIGN_4BYTES (BIT20|BIT21) ///< 0x00300000
315 #define EFI_IMAGE_SCN_ALIGN_32BYTES (BIT21|BIT22) ///< 0x00600000
316 #define EFI_IMAGE_SCN_ALIGN_64BYTES (BIT20|BIT21|BIT22) ///< 0x00700000
H A DTpm12.h1741 #define TPM_DELEGATE_CreateMaintenanceArchive (BIT21)
1774 #define TPM_KEY_DELEGATE_EstablishTransport (BIT21)
H A DAcpi50.h340 #define EFI_ACPI_5_0_LOW_POWER_S0_IDLE_CAPABLE BIT21
H A DAcpi51.h230 #define EFI_ACPI_5_1_LOW_POWER_S0_IDLE_CAPABLE BIT21
H A DAcpi61.h230 #define EFI_ACPI_6_1_LOW_POWER_S0_IDLE_CAPABLE BIT21
H A DAcpi60.h230 #define EFI_ACPI_6_0_LOW_POWER_S0_IDLE_CAPABLE BIT21
H A DAcpi63.h235 #define EFI_ACPI_6_3_LOW_POWER_S0_IDLE_CAPABLE BIT21
H A DAcpi62.h327 #define EFI_ACPI_6_2_LOW_POWER_S0_IDLE_CAPABLE BIT21
H A DAcpi64.h235 #define EFI_ACPI_6_4_LOW_POWER_S0_IDLE_CAPABLE BIT21
/illumos-gate/usr/src/boot/efi/include/
H A DBase.h370 #define BIT21 0x00200000 macro