Home
last modified time | relevance | path

Searched refs:TPM_VERSION_UNSPEC (Results 1 – 7 of 7) sorted by relevance

/qemu/include/sysemu/
H A Dtpm.h25 TPM_VERSION_UNSPEC = 0, enumerator
75 return TPM_VERSION_UNSPEC; in tpm_get_version()
/qemu/backends/tpm/
H A Dtpm_util.c215 *tpm_version = TPM_VERSION_UNSPEC; in tpm_util_test_tpmdev()
320 case TPM_VERSION_UNSPEC: in tpm_util_get_buffer_size()
H A Dtpm_emulator.c274 case TPM_VERSION_UNSPEC: in tpm_emulator_check_caps()
/qemu/hw/tpm/
H A Dtpm_tis_common.c371 case TPM_VERSION_UNSPEC: in tpm_tis_mmio_read()
806 return TPM_VERSION_UNSPEC; in tpm_tis_get_tpm_version()
836 case TPM_VERSION_UNSPEC: in tpm_tis_reset()
H A Dtpm_spapr.c318 return TPM_VERSION_UNSPEC; in tpm_spapr_get_version()
/qemu/docs/specs/
H A Dtpm.rst69 #define TPM_VERSION_UNSPEC 0
/qemu/hw/i386/
H A Dacpi-build.c2597 if (misc.tpm_version != TPM_VERSION_UNSPEC) { in acpi_build()