Lines Matching defs:vcpu_svm
129 struct vcpu_svm { struct
130 struct kvm_vcpu vcpu;
131 struct vmcb *vmcb;
132 unsigned long vmcb_pa;
133 struct svm_cpu_data *svm_data;
134 uint64_t asid_generation;
135 uint64_t sysenter_esp;
136 uint64_t sysenter_eip;
138 u64 next_rip;
140 u64 host_user_msrs[NR_HOST_SAVE_USER_MSRS];
141 struct {
146 } host;
148 u32 *msrpm;
150 ulong nmi_iret_rip;
152 struct nested_state nested;
154 bool nmi_singlestep;
156 unsigned int3_injected;
157 unsigned long int3_rip;
158 u32 apf_reason;
160 u64 tsc_ratio;