Searched refs:tdx_sys_info (Results 1 – 5 of 5) sorted by relevance
37 struct tdx_sys_info { struct
151 const struct tdx_sys_info *tdx_get_sysinfo(void);230 static inline const struct tdx_sys_info *tdx_get_sysinfo(void) { return NULL; } in tdx_get_sysinfo()
60 static struct tdx_sys_info tdx_sysinfo;283 static int check_features(struct tdx_sys_info *sysinfo) in check_features()1469 const struct tdx_sys_info *tdx_get_sysinfo(void) in tdx_get_sysinfo()1471 const struct tdx_sys_info *p = NULL; in tdx_get_sysinfo()1476 p = (const struct tdx_sys_info *)&tdx_sysinfo; in tdx_get_sysinfo()
88 static int get_tdx_sys_info(struct tdx_sys_info *sysinfo) in get_tdx_sys_info()
63 static const struct tdx_sys_info *tdx_sysinfo;