Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dtboot.c51 struct tboot *tboot __read_mostly;
52 EXPORT_SYMBOL(tboot);
85 tboot = (struct tboot *)fix_to_virt(FIX_TBOOT_BASE); in tboot_probe()
86 if (memcmp(&tboot_uuid, &tboot->uuid, sizeof(tboot->uuid))) { in tboot_probe()
89 tboot = NULL; in tboot_probe()
92 if (tboot->version < 5) { in tboot_probe()
93 pr_warning("tboot version is invalid: %u\n", tboot->version); in tboot_probe()
94 tboot = NULL; in tboot_probe()
100 pr_debug("version: %d\n", tboot->version); in tboot_probe()
101 pr_debug("log_addr: 0x%08x\n", tboot->log_addr); in tboot_probe()
[all …]
DMakefile51 obj-$(CONFIG_INTEL_TXT) += tboot.o
/linux-4.4.14/include/linux/
Dtboot.h77 struct tboot { struct
137 extern struct tboot *tboot;
141 return tboot != NULL; in tboot_enabled()
/linux-4.4.14/Documentation/
Dintel_txt.txt39 Trusted Boot (tboot) is an open source, pre-kernel/VMM module that
43 It is hosted on SourceForge at http://sourceforge.net/projects/tboot.
45 repos.hg/tboot.hg.
83 possible. Since the tboot project is open source, source code for
95 - If tboot determines that the system does not support Intel TXT
102 o The GETSEC[SENTER] instruction will return control to tboot and
103 tboot then verifies certain aspects of the environment (e.g. TPM NV
117 - This policy is rooted in TPM NV and is described in the tboot
118 project. The tboot project also contains code for tools to
127 o As part of its launch, tboot DMA protects all of RAM (using the
[all …]
/linux-4.4.14/security/
DKconfig79 Trusted Boot (tboot) module. This will utilize
98 See <http://tboot.sourceforge.net> for more information about tboot.
/linux-4.4.14/Documentation/x86/
Dzero-page.txt15 058/008 ALL tboot_addr Physical address of tboot shared page
/linux-4.4.14/Documentation/device-mapper/
Dverity.txt86 may be anything ranging from a boot using tboot or trustedgrub to just
/linux-4.4.14/
DMAINTAINERS5628 L: tboot-devel@lists.sourceforge.net
5629 W: http://tboot.sourceforge.net
5630 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5633 F: include/linux/tboot.h
5634 F: arch/x86/kernel/tboot.c