Searched refs:tdh_vp_enter (Results 1 – 3 of 3) sorted by relevance
198 u64 tdh_vp_enter(struct tdx_vp *vp, struct tdx_module_args *args);
1519 noinstr u64 tdh_vp_enter(struct tdx_vp *td, struct tdx_module_args *args) in tdh_vp_enter() function1525 EXPORT_SYMBOL_FOR_KVM(tdh_vp_enter);
979 tdx->vp_enter_ret = tdh_vp_enter(&tdx->vp, &tdx->vp_enter_args); in tdx_vcpu_enter_exit()