Home
last modified time | relevance | path

Searched refs:tdx_get_ve_info (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dtdx.h45 void tdx_get_ve_info(struct ve_info *ve);
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c565 tdx_get_ve_info(&ve); in tdx_early_handle_ve()
578 void tdx_get_ve_info(struct ve_info *ve) in tdx_get_ve_info() function
/openbmc/linux/arch/x86/kernel/
H A Dtraps.c1342 tdx_get_ve_info(&ve); in DEFINE_IDTENTRY()