Lines Matching defs:vcpu_svm
130 struct vcpu_svm { struct
131 struct kvm_vcpu vcpu;
132 struct vmcb *vmcb;
133 unsigned long vmcb_pa;
134 struct svm_cpu_data *svm_data;
135 uint64_t asid_generation;
136 uint64_t sysenter_esp;
137 uint64_t sysenter_eip;
139 u64 next_rip;
141 u64 host_user_msrs[NR_HOST_SAVE_USER_MSRS];
142 struct {
147 } host;
149 u32 *msrpm;
151 ulong nmi_iret_rip;
153 struct nested_state nested;
155 bool nmi_singlestep;
157 unsigned int3_injected;
158 unsigned long int3_rip;
159 u32 apf_reason;
162 bool nrips_enabled : 1;