Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtboot.h124 bool tboot_enabled(void);
132 #define tboot_enabled() 0 macro
/linux/drivers/iommu/intel/
H A Diommu.c3012 if (!tboot_enabled()) in tboot_force_iommu()