Home
last modified time | relevance | path

Searched full:vtpm (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/tpm/
H A Dibm,vtpm.yaml4 $id: http://devicetree.org/schemas/tpm/ibm,vtpm.yaml#
7 title: IBM Virtual Trusted Platform Module (vTPM)
15 or higher. With vTPM support, each lpar is able to have its own vTPM
17 communicating with the vTPM adjunct partition through Hypervisor calls
23 - IBM,vtpm
30 - IBM,vtpm
92 compatible = "IBM,vtpm";
93 device_type = "IBM,vtpm";
/freebsd/sys/contrib/device-tree/Bindings/security/tpm/
H A Dibmvtpm.txt1 * Device Tree Bindings for IBM Virtual Trusted Platform Module(vtpm)
6 identifiers, as 'IBM,vtpm'
29 vtpm@30000003 {
31 compatible = "IBM,vtpm";
32 device_type = "IBM,vtpm";
/freebsd/sys/contrib/xen/io/
H A Dtpmif.h95 TPMIF_STATE_IDLE, /* no contents / vTPM idle / cancel complete */
96 TPMIF_STATE_SUBMIT, /* request ready / vTPM working */
97 TPMIF_STATE_FINISH, /* response ready / vTPM idle */
98 TPMIF_STATE_CANCEL, /* cancel requested / vTPM working */
106 /* The shared page for vTPM request/response packets looks like:
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus.c1198 /* Don't conflict with vTPM. */ in parse_crs()