Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtboot.c47 bool tboot_enabled(void) in tboot_enabled() function
225 if (!tboot_enabled()) in tboot_shutdown()
284 if (!tboot_enabled()) in tboot_sleep()
305 if (!tboot_enabled()) in tboot_extended_sleep()
410 if (!tboot_enabled()) in tboot_late_init()
473 if (!tboot_enabled()) in tboot_get_dmar_table()
515 if (!tboot_enabled()) in tboot_force_iommu()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtboot.h124 bool tboot_enabled(void);
133 #define tboot_enabled() 0 macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dfeat_ctl.c98 bool tboot = tboot_enabled(); in init_ia32_feat_ctl()