hv_tdx_hypercall
extern u64 hv_tdx_hypercall(u64 control, u64 param1, u64 param2);
hypercall_update(hv_tdx_hypercall);
hv_tdx_hypercall(HVCALL_SIGNAL_EVENT | HV_HYPERCALL_FAST_BIT,
status = hv_tdx_hypercall(HVCALL_POST_MESSAGE,
EXPORT_SYMBOL_GPL(hv_tdx_hypercall);
u64 hv_tdx_hypercall(u64 control, u64 param1, u64 param2);