Loading...
Searching...
No Matches
Go to the documentation of this file.
20#define QEMU_TPM_PPI_FUNC_NOT_IMPLEMENTED (0 << 0)
21#define QEMU_TPM_PPI_FUNC_BIOS_ONLY (1 << 0)
22#define QEMU_TPM_PPI_FUNC_BLOCKED (2 << 0)
23#define QEMU_TPM_PPI_FUNC_ALLOWED_USR_REQ (3 << 0)
24#define QEMU_TPM_PPI_FUNC_ALLOWED_USR_NOT_REQ (4 << 0)
25#define QEMU_TPM_PPI_FUNC_MASK (7 << 0)
37 UINT32 RequestParameter;
56#define QEMU_TPM_VERSION_UNSPEC 0
57#define QEMU_TPM_VERSION_1_2 1
58#define QEMU_TPM_VERSION_2 2
60#define QEMU_TPM_PPI_VERSION_NONE 0
61#define QEMU_TPM_PPI_VERSION_1_30 1