Searched refs:tboot (Results 1 – 10 of 10) sorted by relevance
37 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 …]
85 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
108 bool tboot = tboot_enabled(); in init_ia32_feat_ctl() local149 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()
64 struct tboot { struct
104 Trusted Boot (tboot) module. This will utilize123 See <http://tboot.sourceforge.net> for more information about tboot.
148 may be anything ranging from a boot using tboot or trustedgrub to just
1976 Do not force the Intel IOMMU enabled under tboot.1977 By default, tboot will force Intel IOMMU on, which1982 provided by tboot because it makes the system
9873 L: tboot-devel@lists.sourceforge.net9875 W: http://tboot.sourceforge.net9876 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot9878 F: arch/x86/kernel/tboot.c9879 F: include/linux/tboot.h
Completed in 30 milliseconds