Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtdx.h206 u64 tdh_mng_create(struct tdx_td *td, u16 hkid);
/linux/arch/x86/virt/vmx/tdx/
H A Dtdx.c1636 u64 tdh_mng_create(struct tdx_td *td, u16 hkid) in tdh_mng_create() function
1646 EXPORT_SYMBOL_FOR_KVM(tdh_mng_create);
/linux/arch/x86/kvm/vmx/
H A Dtdx.c2451 err = tdh_mng_create(&kvm_tdx->td, kvm_tdx->hkid); in __tdx_td_init()