Searched defs:tboot (Results 1 – 2 of 2) sorted by relevance
64 struct tboot { struct79 * physical addr of entry point for tboot shutdown and argument86 struct tboot_acpi_sleep_info acpi_sinfo; argument88 /* tboot location in memory (physical) */ argument89 u32 tboot_base; argument90 u32 tboot_size; argument94 struct tboot_mac_region mac_regions[MAX_TB_MAC_REGIONS]; argument117 * UUID for tboot data struct to facilitate matching argument
115 bool tboot = tboot_enabled(); in init_ia32_feat_ctl() local