Searched defs:vmx_vcpu (Results 1 – 1 of 1) sorted by relevance
127 struct vmx_vcpu { struct128 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;[all …]