Home
last modified time | relevance | path

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

/linux/Documentation/security/tpm/
H A Dxen-tpmfront.rst7 This document describes the virtual Trusted Platform Module (vTPM) subsystem for
9 Linux, and a basic understanding of the TPM and vTPM concepts.
18 of the vTPM's secrets (Keys, NVRAM, etc) are managed by a vTPM Manager domain,
20 these domains (manager, vTPM, and guest) is trusted, the vTPM subsystem extends
22 major component of vTPM is implemented as a separate domain, providing secure
23 separation guaranteed by the hypervisor. The vTPM domains are implemented in
26 This mini-os vTPM subsystem was built on top of the previous vTPM work done by
33 The architecture of vTPM is described below::
47 | vtpm-stubdom | ...
70 The Linux based guest that wants to use a vTPM. There may be
[all …]
H A Dtpm_vtpm_proxy.rst8 This document describes the virtual Trusted Platform Module (vTPM)
/linux/Documentation/devicetree/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";
/linux/drivers/char/tpm/
H A Dtpm_ibmvtpm.c31 { "IBM,vtpm", "IBM,vtpm"},
32 { "IBM,vtpm", "IBM,vtpm20"},
134 * @ibmvtpm: vtpm device struct
275 * @ibmvtpm: vtpm device struct
295 * ibmvtpm_crq_get_version - Send a CRQ request to get vtpm version
296 * - Note that this is vtpm version and not tpm version
298 * @ibmvtpm: vtpm device struct
319 * @ibmvtpm: vtpm device struct
338 * tpm_ibmvtpm_remove - ibm vtpm remove entry point
423 * @ibmvtpm: ibm vtpm struct
[all …]
H A DKconfig185 tristate "IBM VTPM Interface"
188 If you have IBM virtual TPM (VTPM) support say Yes and it
199 the manpages for xl, xl.conf, and docs/misc/vtpm.txt in
214 tristate "VTPM Proxy Interface"
217 This driver proxies for an emulated TPM (vTPM) running in userspace.
219 /dev/vtpmX and a server-side file descriptor on which the vTPM
H A Dtpm_ibmvtpm.h16 /* vTPM Message Format 1 */
56 /* vTPM CRQ response is the message type | 0x80 */
60 /* vTPM CRQ message types */
H A Dxen-tpmfront.c3 * Implementation of the Xen vTPM device frontend
374 /* A suspend/resume/migrate will interrupt a vTPM anyway */ in tpmfront_resume()
391 "vTPM protocol 2 required"); in backend_changed()
408 { "vtpm" },
411 MODULE_ALIAS("xen:vtpm");
440 MODULE_DESCRIPTION("Xen vTPM Driver");
H A Dtpm_vtpm_proxy.c10 * Device driver for vTPM (vTPM proxy driver)
194 * vtpm_proxy_fops_open - Open vTPM device on 'server side'
689 workqueue = create_workqueue("tpm-vtpm"); in vtpm_module_init()
714 MODULE_DESCRIPTION("vTPM Driver");
/linux/include/xen/interface/io/
H A Dtpmif.h32 VTPM_STATE_IDLE, /* no contents / vTPM idle / cancel complete */
33 VTPM_STATE_SUBMIT, /* request ready / vTPM working */
34 VTPM_STATE_FINISH, /* response ready / vTPM idle */
35 VTPM_STATE_CANCEL, /* cancel requested / vTPM working */
/linux/drivers/char/tpm/eventlog/
H A Dof.c77 * For both vtpm/tpm, firmware has log addr and log size in big in tpm_read_log_of()
78 * endian format. But in case of vtpm, there is a method called in tpm_read_log_of()
82 * endian format. For this reason, vtpm doesn't need conversion in tpm_read_log_of()
85 if (of_property_match_string(np, "compatible", "IBM,vtpm") < 0 && in tpm_read_log_of()
/linux/include/uapi/linux/
H A Dvtpm_proxy.h3 * Definitions for the VTPM proxy driver
/linux/Documentation/arch/x86/
H A Damd-memory-encryption.rst143 They can provide services to the guest, like a vTPM, for example.
/linux/arch/x86/hyperv/
H A Divm.c619 /* Same with a vTPM */ in hv_is_private_mmio()
/linux/
H A DCREDITS2299 D: IBM VTPM driver