Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
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;
H A DMakefile86 tpm_device.c \