Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm12.h22 #define TPM_BASE 0 macro
1372 #define TPM_SUCCESS ((TPM_RESULT) TPM_BASE)
1373 #define TPM_AUTHFAIL ((TPM_RESULT) (TPM_BASE + 1))
1374 #define TPM_BADINDEX ((TPM_RESULT) (TPM_BASE + 2))
1375 #define TPM_BAD_PARAMETER ((TPM_RESULT) (TPM_BASE + 3))
1376 #define TPM_AUDITFAILURE ((TPM_RESULT) (TPM_BASE + 4))
1377 #define TPM_CLEAR_DISABLED ((TPM_RESULT) (TPM_BASE + 5))
1378 #define TPM_DEACTIVATED ((TPM_RESULT) (TPM_BASE + 6))
1379 #define TPM_DISABLED ((TPM_RESULT) (TPM_BASE + 7))
1380 #define TPM_DISABLED_CMD ((TPM_RESULT) (TPM_BASE + 8))
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DTpm12.h1202 #ifndef TPM_BASE
1209 #define TPM_SUCCESS ((TPM_RESULT) TPM_BASE)
1210 #define TPM_AUTHFAIL ((TPM_RESULT) (TPM_BASE + 1))
1211 #define TPM_BADINDEX ((TPM_RESULT) (TPM_BASE + 2))
1212 #define TPM_BAD_PARAMETER ((TPM_RESULT) (TPM_BASE + 3))
1213 #define TPM_AUDITFAILURE ((TPM_RESULT) (TPM_BASE + 4))
1214 #define TPM_CLEAR_DISABLED ((TPM_RESULT) (TPM_BASE + 5))
1215 #define TPM_DEACTIVATED ((TPM_RESULT) (TPM_BASE + 6))
1216 #define TPM_DISABLED ((TPM_RESULT) (TPM_BASE + 7))
1217 #define TPM_DISABLED_CMD ((TPM_RESULT) (TPM_BASE + 8))
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DEfiTpm.h32 #define TPM_BASE (EFI_MAX_BIT + (EFI_MAX_BIT >> 1)) macro