Home
last modified time | relevance | path

Searched refs:tboot (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kernel/
A Dtboot.c35 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 …]
A DMakefile84 obj-$(CONFIG_INTEL_TXT) += tboot.o
/arch/x86/kernel/cpu/
A Dfeat_ctl.c118 bool tboot = tboot_enabled(); in init_ia32_feat_ctl() local
159 if (tboot) in init_ia32_feat_ctl()
177 if ( (tboot && !(msr & FEAT_CTL_VMX_ENABLED_INSIDE_SMX)) || in init_ia32_feat_ctl()
178 (!tboot && !(msr & FEAT_CTL_VMX_ENABLED_OUTSIDE_SMX))) { in init_ia32_feat_ctl()
181 tboot ? "inside" : "outside"); in init_ia32_feat_ctl()

Completed in 7 milliseconds