Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dtboot.c37 static struct tboot *tboot __read_mostly;
49 return tboot != NULL; in tboot_enabled()
55 if (memcmp(&tboot_uuid, &tboot->uuid, sizeof(tboot->uuid))) { in check_tboot_version()
60 if (tboot->version < 5) { in check_tboot_version()
95 tboot = NULL; in tboot_probe()
174 map_base = PFN_DOWN(tboot->tboot_base); in tboot_create_trampoline()
175 map_size = PFN_UP(tboot->tboot_size); in tboot_create_trampoline()
192 mr = &tboot->mac_regions[tboot->num_mac_regions++]; in add_mac_region()
202 tboot->num_mac_regions = 0; in tboot_setup_sleep()
249 tboot->shutdown_type = shutdown_type; in tboot_shutdown()
[all …]
A DMakefile85 obj-$(CONFIG_INTEL_TXT) += tboot.o
/linux/Documentation/x86/
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
111 - The GETSEC[SENTER] instruction will return control to tboot and
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
157 - At this point, tboot and TXT are out of the picture until a
180 the S3 transition) that tboot will calculate a MAC (message
202 title Linux 2.6.29-tip w/ tboot
[all …]
A Dzero-page.rst19 058/008 ALL tboot_addr Physical address of tboot shared page
/linux/arch/x86/kernel/cpu/
A Dfeat_ctl.c108 bool tboot = tboot_enabled(); in init_ia32_feat_ctl() local
149 if (tboot) in init_ia32_feat_ctl()
167 if ( (tboot && !(msr & FEAT_CTL_VMX_ENABLED_INSIDE_SMX)) || in init_ia32_feat_ctl()
168 (!tboot && !(msr & FEAT_CTL_VMX_ENABLED_OUTSIDE_SMX))) { in init_ia32_feat_ctl()
171 tboot ? "inside" : "outside"); in init_ia32_feat_ctl()
/linux/include/linux/
A Dtboot.h64 struct tboot { struct
/linux/security/
A DKconfig104 Trusted Boot (tboot) module. This will utilize
123 See <http://tboot.sourceforge.net> for more information about tboot.
/linux/Documentation/admin-guide/device-mapper/
A Dverity.rst148 may be anything ranging from a boot using tboot or trustedgrub to just
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt1976 Do not force the Intel IOMMU enabled under tboot.
1977 By default, tboot will force Intel IOMMU on, which
1982 provided by tboot because it makes the system
/linux/
A DMAINTAINERS9873 L: tboot-devel@lists.sourceforge.net
9875 W: http://tboot.sourceforge.net
9876 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
9878 F: arch/x86/kernel/tboot.c
9879 F: include/linux/tboot.h

Completed in 30 milliseconds