Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm-chip.c359 chip->flags |= TPM_CHIP_FLAG_VIRTUAL; in tpm_chip_alloc()
477 if (chip->flags & (TPM_CHIP_FLAG_TPM2 | TPM_CHIP_FLAG_VIRTUAL) || in tpm_del_legacy_sysfs()
496 if (chip->flags & (TPM_CHIP_FLAG_TPM2 | TPM_CHIP_FLAG_VIRTUAL) || in tpm_add_legacy_sysfs()
/openbmc/linux/drivers/char/tpm/eventlog/
H A Dcommon.c110 if (chip->flags & TPM_CHIP_FLAG_VIRTUAL) in tpm_bios_log_setup()
/openbmc/linux/include/linux/
H A Dtpm.h280 TPM_CHIP_FLAG_VIRTUAL = BIT(3), enumerator