Lines Matching defs:vcpu_svm
193 struct vcpu_svm { struct
194 struct kvm_vcpu vcpu;
195 struct vmcb *vmcb;
196 unsigned long vmcb_pa;
197 struct svm_cpu_data *svm_data;
198 uint64_t asid_generation;
199 uint64_t sysenter_esp;
200 uint64_t sysenter_eip;
201 uint64_t tsc_aux;
203 u64 msr_decfg;
205 u64 next_rip;
207 u64 host_user_msrs[NR_HOST_SAVE_USER_MSRS];
208 struct {
213 } host;
215 u64 spec_ctrl;
221 u64 virt_spec_ctrl;
223 u32 *msrpm;
225 ulong nmi_iret_rip;
227 struct nested_state nested;
229 bool nmi_singlestep;
230 u64 nmi_singlestep_guest_rflags;
232 unsigned int3_injected;
233 unsigned long int3_rip;
236 bool nrips_enabled : 1;
238 u32 ldr_reg;
239 struct page *avic_backing_page;
240 u64 *avic_physical_id_cache;
241 bool avic_is_running;
249 struct list_head ir_list;
250 spinlock_t ir_list_lock;
253 unsigned int last_cpu;