Home
last modified time | relevance | path

Searched refs:tpm_device (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dtpm_device.c36 struct tpm_device { struct
50 const struct tpm_device *const tpm = acpi_device_get_softc(dev); in tpm_build_acpi_table() argument
64 const struct tpm_device *const tpm = acpi_device_get_softc(dev); in tpm_write_dsdt()
113 tpm_device_destroy(struct tpm_device *const dev) in tpm_device_destroy()
130 tpm_device_create(struct tpm_device **const new_dev, struct vmctx *const vm_ctx, in tpm_device_create()
133 struct tpm_device *dev = NULL; in tpm_device_create()
241 static struct tpm_device *lpc_tpm;
H A Dtpm_device.h14 struct tpm_device;
16 int tpm_device_create(struct tpm_device **new_dev, struct vmctx *vm_ctx,
18 void tpm_device_destroy(struct tpm_device *dev);
H A Dtpm_emul.h14 struct tpm_device;
/illumos-gate/usr/src/cmd/bhyve/
H A DMakefile.com64 tpm_device.o \
/illumos-gate/exception_lists/
H A Dhdrchk403 usr/src/cmd/bhyve/common/tpm_device.h
H A Dcstyle1247 usr/src/cmd/bhyve/common/tpm_device.c