Searched refs:tboot (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/arch/x86/kernel/ |
D | tboot.c | 38 struct tboot *tboot __read_mostly; 39 EXPORT_SYMBOL(tboot); 66 tboot = (struct tboot *)fix_to_virt(FIX_TBOOT_BASE); in tboot_probe() 67 if (memcmp(&tboot_uuid, &tboot->uuid, sizeof(tboot->uuid))) { in tboot_probe() 70 tboot = NULL; in tboot_probe() 73 if (tboot->version < 5) { in tboot_probe() 74 pr_warning("tboot version is invalid: %u\n", tboot->version); in tboot_probe() 75 tboot = NULL; in tboot_probe() 81 pr_debug("version: %d\n", tboot->version); in tboot_probe() 82 pr_debug("log_addr: 0x%08x\n", tboot->log_addr); in tboot_probe() [all …]
|
D | Makefile | 73 obj-$(CONFIG_INTEL_TXT) += tboot.o
|
/Linux-v5.4/Documentation/x86/ |
D | intel_txt.rst | 46 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 …]
|
D | zero-page.rst | 19 058/008 ALL tboot_addr Physical address of tboot shared page
|
/Linux-v5.4/include/linux/ |
D | tboot.h | 64 struct tboot { struct 124 extern struct tboot *tboot; 128 return tboot != NULL; in tboot_enabled()
|
/Linux-v5.4/security/ |
D | Kconfig | 104 Trusted Boot (tboot) module. This will utilize 123 See <http://tboot.sourceforge.net> for more information about tboot.
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | verity.rst | 139 may be anything ranging from a boot using tboot or trustedgrub to just
|
/Linux-v5.4/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1737 Do not force the Intel IOMMU enabled under tboot. 1738 By default, tboot will force Intel IOMMU on, which 1743 provided by tboot because it makes the system
|
/Linux-v5.4/ |
D | MAINTAINERS | 8510 L: tboot-devel@lists.sourceforge.net 8511 W: http://tboot.sourceforge.net 8512 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot 8515 F: include/linux/tboot.h 8516 F: arch/x86/kernel/tboot.c
|