Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dtboot.c222 if (!tboot_enabled()) in tboot_shutdown()
281 if (!tboot_enabled()) in tboot_sleep()
302 if (!tboot_enabled()) in tboot_extended_sleep()
407 if (!tboot_enabled()) in tboot_late_init()
470 if (!tboot_enabled()) in tboot_get_dmar_table()
512 if (!tboot_enabled()) in tboot_force_iommu()
/Linux-v5.4/include/linux/
Dtboot.h126 static inline int tboot_enabled(void) in tboot_enabled() function
139 #define tboot_enabled() 0 macro
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c2209 && tboot_enabled()) in vmx_disabled_by_bios()
2214 && !tboot_enabled()) { in vmx_disabled_by_bios()
2221 && !tboot_enabled()) in vmx_disabled_by_bios()
2272 if (tboot_enabled()) in hardware_enable()