Searched refs:tboot (Results 1 – 10 of 10) sorted by relevance
35 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()93 tboot = NULL; in tboot_probe()172 map_base = PFN_DOWN(tboot->tboot_base); in tboot_create_trampoline()173 map_size = PFN_UP(tboot->tboot_size); in tboot_create_trampoline()190 mr = &tboot->mac_regions[tboot->num_mac_regions++]; in add_mac_region()200 tboot->num_mac_regions = 0; in tboot_setup_sleep()246 tboot->shutdown_type = shutdown_type; in tboot_shutdown()[all …]
84 obj-$(CONFIG_INTEL_TXT) += tboot.o
46 Trusted Boot (tboot) is an open source, pre-kernel/VMM module that50 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 for111 - The GETSEC[SENTER] instruction will return control to tboot and130 project. The tboot project also contains code for tools to140 - As part of its launch, tboot DMA protects all of RAM (using the157 - At this point, tboot and TXT are out of the picture until a180 the S3 transition) that tboot will calculate a MAC (message202 title Linux 2.6.29-tip w/ tboot[all …]
19 058/008 ALL tboot_addr Physical address of tboot shared page
117 bool tboot = tboot_enabled(); in init_ia32_feat_ctl() local158 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()
64 struct tboot { struct
146 Trusted Boot (tboot) module. This will utilize165 See <http://tboot.sourceforge.net> for more information about tboot.
168 may be anything ranging from a boot using tboot or trustedgrub to just
2304 Do not force the Intel IOMMU enabled under tboot.2305 By default, tboot will force Intel IOMMU on, which2310 provided by tboot because it makes the system
12381 L: tboot[email protected]12383 W: http://tboot.sourceforge.net12384 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot12386 F: arch/x86/kernel/tboot.c12387 F: include/linux/tboot.h