Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/linux/
Dtboot.h139 static inline int tboot_enabled(void) in tboot_enabled() function
152 #define tboot_enabled() 0 macro
/linux-4.4.14/arch/x86/kvm/
Dvmx.c2999 && tboot_enabled()) in vmx_disabled_by_bios()
3004 && !tboot_enabled()) { in vmx_disabled_by_bios()
3011 && !tboot_enabled()) in vmx_disabled_by_bios()
3053 if (tboot_enabled()) in hardware_enable()