Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtdx.h198 u64 tdh_vp_enter(struct tdx_vp *vp, struct tdx_module_args *args);
/linux/arch/x86/virt/vmx/tdx/
H A Dtdx.c1519 noinstr u64 tdh_vp_enter(struct tdx_vp *td, struct tdx_module_args *args) in tdh_vp_enter() function
1525 EXPORT_SYMBOL_FOR_KVM(tdh_vp_enter);
/linux/arch/x86/kvm/vmx/
H A Dtdx.c979 tdx->vp_enter_ret = tdh_vp_enter(&tdx->vp, &tdx->vp_enter_args); in tdx_vcpu_enter_exit()