Home
last modified time | relevance | path

Searched refs:tpm_backend_get_tpm_established_flag (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dtpm_backend.h162 bool tpm_backend_get_tpm_established_flag(TPMBackend *s);
/openbmc/qemu/backends/tpm/
H A Dtpm_backend.c134 bool tpm_backend_get_tpm_established_flag(TPMBackend *s) in tpm_backend_get_tpm_established_flag() function
/openbmc/qemu/hw/tpm/
H A Dtpm_crb.c97 val |= !tpm_backend_get_tpm_established_flag(s->tpmbe); in tpm_crb_mmio_read()
H A Dtpm_tis_common.c358 val |= !tpm_backend_get_tpm_established_flag(s->be_driver); in tpm_tis_mmio_read()