Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dtboot.c235 if (!tboot_enabled()) in tboot_shutdown()
294 if (!tboot_enabled()) in tboot_sleep()
315 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-v4.19/include/linux/
Dtboot.h139 static inline int tboot_enabled(void) in tboot_enabled() function
152 #define tboot_enabled() 0 macro
/Linux-v4.19/arch/x86/kvm/
Dvmx.c4376 && tboot_enabled()) in vmx_disabled_by_bios()
4381 && !tboot_enabled()) { in vmx_disabled_by_bios()
4388 && !tboot_enabled()) in vmx_disabled_by_bios()
4441 if (tboot_enabled()) in hardware_enable()