Home
last modified time | relevance | path

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

/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()