Lines Matching defs:vmx_vcpu
127 struct vmx_vcpu { struct
128 struct vmx *vmx;
129 struct vcpu *vcpu;
130 struct vmcs *vmcs;
131 struct apic_page *apic_page;
132 struct pir_desc *pir_desc;
133 uint64_t guest_msrs[GUEST_MSR_NUM];
134 struct vmxctx ctx;
135 struct vmxcap cap;
136 struct vmxstate state;
137 struct vm_mtrr mtrr;
138 int vcpuid;