tdx_sys_info
const struct tdx_sys_info *tdx_get_sysinfo(void);
static inline const struct tdx_sys_info *tdx_get_sysinfo(void) { return NULL; }
static const struct tdx_sys_info *tdx_sysinfo;
const struct tdx_sys_info *tdx_get_sysinfo(void)
const struct tdx_sys_info *p = NULL;
p = (const struct tdx_sys_info *)&tdx_sysinfo;
static int check_features(struct tdx_sys_info *sysinfo)
static struct tdx_sys_info tdx_sysinfo;
static int get_tdx_sys_info(struct tdx_sys_info *sysinfo)