Lines Matching defs:vcpu_svm
187 struct vcpu_svm { struct
188 struct kvm_vcpu vcpu;
189 struct vmcb *vmcb;
190 unsigned long vmcb_pa;
191 struct svm_cpu_data *svm_data;
192 uint64_t asid_generation;
193 uint64_t sysenter_esp;
194 uint64_t sysenter_eip;
195 uint64_t tsc_aux;
197 u64 msr_decfg;
199 u64 next_rip;
201 u64 host_user_msrs[NR_HOST_SAVE_USER_MSRS];
202 struct {
207 } host;
209 u64 spec_ctrl;
215 u64 virt_spec_ctrl;
217 u32 *msrpm;
219 ulong nmi_iret_rip;
221 struct nested_state nested;
223 bool nmi_singlestep;
224 u64 nmi_singlestep_guest_rflags;
226 unsigned int3_injected;
227 unsigned long int3_rip;
230 bool nrips_enabled : 1;
232 u32 ldr_reg;
233 u32 dfr_reg;
234 struct page *avic_backing_page;
235 u64 *avic_physical_id_cache;
236 bool avic_is_running;
244 struct list_head ir_list;
245 spinlock_t ir_list_lock;
248 unsigned int last_cpu;