Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtdx.h207 u64 tdh_vp_create(struct tdx_td *td, struct tdx_vp *vp);
/linux/arch/x86/virt/vmx/tdx/
H A Dtdx.c1648 u64 tdh_vp_create(struct tdx_td *td, struct tdx_vp *vp) in tdh_vp_create() function
1658 EXPORT_SYMBOL_FOR_KVM(tdh_vp_create);
/linux/arch/x86/kvm/vmx/
H A Dtdx.c2918 err = tdh_vp_create(&kvm_tdx->td, &tdx->vp); in tdx_td_vcpu_init()