Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dtpm_ppi_qemu.c34 struct tpm_ppi_qemu { struct
46 static_assert(sizeof(struct tpm_ppi_qemu) <= TPM_PPI_SIZE, argument
60 struct tpm_ppi_qemu *ppi; in tpm_ppi_mem_handler()
99 struct tpm_ppi_qemu *ppi = NULL; in tpm_ppi_init()
108 ppi = (struct tpm_ppi_qemu *)ptr; in tpm_ppi_init()
161 struct tpm_ppi_qemu *ppi; in tpm_ppi_deinit()
216 TPM_PPI_ADDRESS + sizeof(struct tpm_ppi_qemu)); in tpm_ppi_write_dsdt_regions()
474 static struct tpm_ppi tpm_ppi_qemu = { variable
481 TPM_PPI_SET(tpm_ppi_qemu);
/illumos-gate/usr/src/cmd/bhyve/
H A DMakefile.com67 tpm_ppi_qemu.o \
/illumos-gate/exception_lists/
H A Dcstyle1253 usr/src/cmd/bhyve/common/tpm_ppi_qemu.c