Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dtboot.c226 if (!tboot_enabled()) in tboot_shutdown()
285 if (!tboot_enabled()) in tboot_sleep()
306 if (!tboot_enabled()) in tboot_extended_sleep()
420 if (!tboot_enabled()) in tboot_late_init()
483 if (!tboot_enabled()) in tboot_get_dmar_table()
525 if (!tboot_enabled()) in tboot_force_iommu()
/linux-4.1.27/include/linux/
Dtboot.h139 static inline int tboot_enabled(void) in tboot_enabled() function
152 #define tboot_enabled() 0 macro
/linux-4.1.27/arch/x86/kvm/
Dvmx.c2866 && tboot_enabled()) in vmx_disabled_by_bios()
2871 && !tboot_enabled()) { in vmx_disabled_by_bios()
2878 && !tboot_enabled()) in vmx_disabled_by_bios()
2918 if (tboot_enabled()) in hardware_enable()