Home
last modified time | relevance | path

Searched defs:tboot (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dtboot.h64 struct tboot { struct
79 * physical addr of entry point for tboot shutdown and argument
86 struct tboot_acpi_sleep_info acpi_sinfo; argument
88 /* tboot location in memory (physical) */ argument
89 u32 tboot_base; argument
90 u32 tboot_size; argument
94 struct tboot_mac_region mac_regions[MAX_TB_MAC_REGIONS]; argument
117 * UUID for tboot data struct to facilitate matching argument
/openbmc/linux/arch/x86/kernel/cpu/
H A Dfeat_ctl.c115 bool tboot = tboot_enabled(); in init_ia32_feat_ctl() local