Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dtboot.c35 static struct tboot *tboot __read_mostly;
47 return tboot != NULL; in tboot_enabled()
53 if (memcmp(&tboot_uuid, &tboot->uuid, sizeof(tboot->uuid))) { in check_tboot_version()
58 if (tboot->version < 5) { in check_tboot_version()
59 pr_warn("tboot version is invalid: %u\n", tboot->version); in check_tboot_version()
65 pr_debug("version: %d\n", tboot->version); in check_tboot_version()
66 pr_debug("log_addr: 0x%08x\n", tboot->log_addr); in check_tboot_version()
67 pr_debug("shutdown_entry: 0x%x\n", tboot->shutdown_entry); in check_tboot_version()
68 pr_debug("tboot_base: 0x%08x\n", tboot->tboot_base); in check_tboot_version()
69 pr_debug("tboot_size: 0x%x\n", tboot->tboot_size); in check_tboot_version()
[all …]
/linux/Documentation/arch/x86/
H A Dintel_txt.rst46 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 …]
H A Dzero-page.rst19 058/008 ALL tboot_addr Physical address of tboot shared page
/linux/arch/x86/kernel/cpu/
H A Dfeat_ctl.c2 #include <linux/tboot.h>
117 bool tboot = tboot_enabled(); in init_ia32_feat_ctl() local
158 if (tboot) in init_ia32_feat_ctl()
176 if ( (tboot && !(msr & FEAT_CTL_VMX_ENABLED_INSIDE_SMX)) || in init_ia32_feat_ctl()
177 (!tboot && !(msr & FEAT_CTL_VMX_ENABLED_OUTSIDE_SMX))) { in init_ia32_feat_ctl()
180 tboot ? "inside" : "outside"); in init_ia32_feat_ctl()
/linux/include/linux/
H A Dtboot.h64 struct tboot { struct
/linux/security/
H A DKconfig120 Trusted Boot (tboot) module. This will utilize
139 See <http://tboot.sourceforge.net> for more information about tboot.
/linux/Documentation/admin-guide/device-mapper/
H A Dverity.rst152 may be anything ranging from a boot using tboot or trustedgrub to just
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2234 Do not force the Intel IOMMU enabled under tboot.
2235 By default, tboot will force Intel IOMMU on, which
2240 provided by tboot because it makes the system
/linux/
H A DMAINTAINERS11850 L: tboot-devel@lists.sourceforge.net
11852 W: http://tboot.sourceforge.net
11853 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
11855 F: arch/x86/kernel/tboot.c
11856 F: include/linux/tboot.h