Searched refs:tdh_mng_create (Results 1 – 3 of 3) sorted by relevance
206 u64 tdh_mng_create(struct tdx_td *td, u16 hkid);
1636 u64 tdh_mng_create(struct tdx_td *td, u16 hkid) in tdh_mng_create() function1646 EXPORT_SYMBOL_FOR_KVM(tdh_mng_create);
2451 err = tdh_mng_create(&kvm_tdx->td, kvm_tdx->hkid); in __tdx_td_init()