Home
last modified time | relevance | path

Searched defs:kvm_tdx (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dtdx.h24 struct kvm_tdx { struct
29 enum kvm_tdx_state state; argument
31 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 …]
H A Dtdx.c266 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() local
566 struct kvm_tdx *kvm_tdx = to_kvm_tdx(kvm); in tdx_reclaim_td_control_pages() local
612 struct kvm_tdx *kvm_tdx = to_kvm_tdx(kvm); in tdx_vm_destroy() local
621 struct kvm_tdx *kvm_tdx = param; in tdx_do_tdh_mng_key_config() local
634 struct kvm_tdx *kvm_tdx = to_kvm_tdx(kvm); in tdx_vm_init() local
678 struct kvm_tdx *kvm_tdx = to_kvm_tdx(vcpu->kvm); in tdx_vcpu_create() local
873 struct kvm_tdx *kvm_tdx = to_kvm_tdx(vcpu->kvm); in tdx_vcpu_free() local
1040 struct kvm_tdx *kvm_tdx = to_kvm_tdx(vcpu->kvm); in tdx_load_host_xsave_state() local
[all …]