Searched defs:kvm_tdx (Results 1 – 2 of 2) sorted by relevance
24 struct kvm_tdx { struct29 enum kvm_tdx_state state; argument31 u64 attributes;32 u64 xfam;34 u64 tsc_offset;35 u64 tsc_multiplier;37 struct tdx_td td;44 struct page *page_add_src;51 bool wait_for_sept_zap;83 static __always_inline u64 td_tdcs_exec_read64(struct kvm_tdx *kvm_tdx, u32 field) in td_tdcs_exec_read64()[all …]
266 static inline void tdx_hkid_free(struct kvm_tdx *kvm_tdx) in tdx_hkid_free()276 static inline bool is_hkid_assigned(struct kvm_tdx *kvm_tdx) in is_hkid_assigned()494 struct kvm_tdx *kvm_tdx = to_kvm_tdx(kvm); in tdx_mmu_release_hkid() local566 struct kvm_tdx *kvm_tdx = to_kvm_tdx(kvm); in tdx_reclaim_td_control_pages() local612 struct kvm_tdx *kvm_tdx = to_kvm_tdx(kvm); in tdx_vm_destroy() local621 struct kvm_tdx *kvm_tdx = param; in tdx_do_tdh_mng_key_config() local634 struct kvm_tdx *kvm_tdx = to_kvm_tdx(kvm); in tdx_vm_init() local678 struct kvm_tdx *kvm_tdx = to_kvm_tdx(vcpu->kvm); in tdx_vcpu_create() local873 struct kvm_tdx *kvm_tdx = to_kvm_tdx(vcpu->kvm); in tdx_vcpu_free() local1040 struct kvm_tdx *kvm_tdx = to_kvm_tdx(vcpu->kvm); in tdx_load_host_xsave_state() local[all …]