Lines Matching defs:kvm_tdx
24 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;
40 atomic64_t nr_premapped;
47 bool wait_for_sept_zap;
80 static __always_inline u64 td_tdcs_exec_read64(struct kvm_tdx *kvm_tdx, u32 field) in td_tdcs_exec_read64()
192 struct kvm_tdx { struct
193 struct kvm kvm;