Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/
Dtboot.c47 bool tboot_enabled(void) in tboot_enabled() function
233 if (!tboot_enabled()) in tboot_shutdown()
292 if (!tboot_enabled()) in tboot_sleep()
313 if (!tboot_enabled()) in tboot_extended_sleep()
418 if (!tboot_enabled()) in tboot_late_init()
481 if (!tboot_enabled()) in tboot_get_dmar_table()
523 if (!tboot_enabled()) in tboot_force_iommu()
/Linux-v5.15/include/linux/
Dtboot.h124 bool tboot_enabled(void);
133 #define tboot_enabled() 0 macro
/Linux-v5.15/arch/x86/kernel/cpu/
Dfeat_ctl.c108 bool tboot = tboot_enabled(); in init_ia32_feat_ctl()