Searched refs:tboot (Results 1 – 8 of 8) sorted by relevance
51 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 …]
51 obj-$(CONFIG_INTEL_TXT) += tboot.o
77 struct tboot { struct137 extern struct tboot *tboot;141 return tboot != NULL; in tboot_enabled()
39 Trusted Boot (tboot) is an open source, pre-kernel/VMM module that43 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 for95 - If tboot determines that the system does not support Intel TXT102 o The GETSEC[SENTER] instruction will return control to tboot and103 tboot then verifies certain aspects of the environment (e.g. TPM NV117 - This policy is rooted in TPM NV and is described in the tboot118 project. The tboot project also contains code for tools to127 o As part of its launch, tboot DMA protects all of RAM (using the[all …]
79 Trusted Boot (tboot) module. This will utilize98 See <http://tboot.sourceforge.net> for more information about tboot.
15 058/008 ALL tboot_addr Physical address of tboot shared page
86 may be anything ranging from a boot using tboot or trustedgrub to just
5628 L: tboot-devel@lists.sourceforge.net5629 W: http://tboot.sourceforge.net5630 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot5633 F: include/linux/tboot.h5634 F: arch/x86/kernel/tboot.c