Home
last modified time | relevance | path

Searched refs:tboot (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/arch/x86/kernel/
Dtboot.c51 struct tboot *tboot __read_mostly;
52 EXPORT_SYMBOL(tboot);
79 tboot = (struct tboot *)fix_to_virt(FIX_TBOOT_BASE); in tboot_probe()
80 if (memcmp(&tboot_uuid, &tboot->uuid, sizeof(tboot->uuid))) { in tboot_probe()
83 tboot = NULL; in tboot_probe()
86 if (tboot->version < 5) { in tboot_probe()
87 pr_warning("tboot version is invalid: %u\n", tboot->version); in tboot_probe()
88 tboot = NULL; in tboot_probe()
94 pr_debug("version: %d\n", tboot->version); in tboot_probe()
95 pr_debug("log_addr: 0x%08x\n", tboot->log_addr); in tboot_probe()
[all …]
DMakefile72 obj-$(CONFIG_INTEL_TXT) += tboot.o
/Linux-v4.19/Documentation/
Dintel_txt.txt46 Trusted Boot (tboot) is an open source, pre-kernel/VMM module that
50 It is hosted on SourceForge at http://sourceforge.net/projects/tboot.
52 repos.hg/tboot.hg.
90 possible. Since the tboot project is open source, source code for
103 - If tboot determines that the system does not support Intel TXT
111 - The GETSEC[SENTER] instruction will return control to tboot and
112 tboot then verifies certain aspects of the environment (e.g. TPM NV
129 - This policy is rooted in TPM NV and is described in the tboot
130 project. The tboot project also contains code for tools to
140 - As part of its launch, tboot DMA protects all of RAM (using the
[all …]
/Linux-v4.19/include/linux/
Dtboot.h77 struct tboot { struct
137 extern struct tboot *tboot;
141 return tboot != NULL; in tboot_enabled()
/Linux-v4.19/Documentation/x86/
Dzero-page.txt15 058/008 ALL tboot_addr Physical address of tboot shared page
/Linux-v4.19/security/
DKconfig104 Trusted Boot (tboot) module. This will utilize
123 See <http://tboot.sourceforge.net> for more information about tboot.
/Linux-v4.19/Documentation/device-mapper/
Dverity.txt128 may be anything ranging from a boot using tboot or trustedgrub to just
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt1678 Do not force the Intel IOMMU enabled under tboot.
1679 By default, tboot will force Intel IOMMU on, which
1684 provided by tboot because it makes the system
/Linux-v4.19/
DMAINTAINERS7598 L: tboot-devel@lists.sourceforge.net
7599 W: http://tboot.sourceforge.net
7600 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
7603 F: include/linux/tboot.h
7604 F: arch/x86/kernel/tboot.c