Home
last modified time | relevance | path

Searched refs:tdx_sys_info (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtdx_global_metadata.h37 struct tdx_sys_info { struct
H A Dtdx.h151 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()
/linux/arch/x86/virt/vmx/tdx/
H A Dtdx.c60 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()
H A Dtdx_global_metadata.c88 static int get_tdx_sys_info(struct tdx_sys_info *sysinfo) in get_tdx_sys_info()
/linux/arch/x86/kvm/vmx/
H A Dtdx.c63 static const struct tdx_sys_info *tdx_sysinfo;