Searched refs:tboot (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dtboot.c3 * tboot.c: main implementation of helper functions used by kernel for
19 #include <linux/tboot.h>
35 static struct tboot *tboot __read_mostly;
41 #define pr_fmt(fmt) "tboot: " fmt
47 return tboot != NULL;
53 if (memcmp(&tboot_uuid, &tboot->uuid, sizeof(tboot->uuid))) {
54 pr_warn("tboot at 0x%llx is invalid\n", boot_params.tboot_addr);
58 if (tboot
[all...]
H A DMakefile78 obj-$(CONFIG_INTEL_TXT) += tboot.o
H A Dreboot.c11 #include <linux/tboot.h>
H A Dsetup.c22 #include <linux/tboot.h>
H A Dsmpboot.c53 #include <linux/tboot.h>
/linux-master/arch/x86/kernel/cpu/
H A Dfeat_ctl.c2 #include <linux/tboot.h>
117 bool tboot = tboot_enabled(); local
158 if (tboot)
176 if ( (tboot && !(msr & FEAT_CTL_VMX_ENABLED_INSIDE_SMX)) ||
177 (!tboot && !(msr & FEAT_CTL_VMX_ENABLED_OUTSIDE_SMX))) {
180 tboot ? "inside" : "outside");
/linux-master/include/linux/
H A Dtboot.h3 * tboot.h: shared data structure with tboot and kernel and functions
25 /* used to communicate between tboot and the launched kernel */
62 * shared memory page used for communication between tboot and kernel
64 struct tboot { struct
79 * physical addr of entry point for tboot shutdown and
88 /* tboot location in memory (physical) */
92 /* memory regions (phys addrs) for tboot to MAC on S3 */
117 * UUID for tboot data struct to facilitate matching
118 * defined as {663C8DFF-E8B3-4b82-AABF-19EA4D057A08} by tboot, whic
[all...]
/linux-master/arch/x86/power/
H A Dcpu.c14 #include <linux/tboot.h>
/linux-master/drivers/iommu/intel/
H A Ddmar.c25 #include <linux/tboot.h>
658 * ACPI tables may not be DMA protected by tboot, so use DMAR copy
H A Diommu.c24 #include <linux/tboot.h>
286 pr_info("Intel-IOMMU: not forcing on after tboot. This could expose security risk for tboot\n");
2889 panic("tboot: IOMMU setup failed, DMAR can not resume!\n");
3640 * Intel IOMMU is required for a TXT/tboot launch or platform
3649 panic("tboot: Failed to initialize DMAR table\n");
3655 panic("tboot: Failed to initialize DMAR device scope\n");
3677 * it explicitly here. The PMRs were setup by tboot prior to
3709 panic("tboot: Failed to initialize DMARs\n");
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c29 #include <linux/tboot.h>

Completed in 228 milliseconds