Home
last modified time | relevance | path

Searched refs:vmx (Results 1 – 7 of 7) sorted by relevance

/qemu/target/i386/
H A Dmachine.c1085 offsetof(struct kvm_nested_state, data.vmx[0].vmcs12)); in vmx_vmcs12_needed()
1094 VMSTATE_UINT8_ARRAY(data.vmx[0].vmcs12,
1105 offsetof(struct kvm_nested_state, data.vmx[0].shadow_vmcs12)); in vmx_shadow_vmcs12_needed()
1114 VMSTATE_UINT8_ARRAY(data.vmx[0].shadow_vmcs12,
1126 nested_state->hdr.vmx.vmxon_pa != -1ull); in vmx_nested_state_needed()
1135 VMSTATE_U64(hdr.vmx.vmxon_pa, struct kvm_nested_state),
1136 VMSTATE_U64(hdr.vmx.vmcs12_pa, struct kvm_nested_state),
1137 VMSTATE_U16(hdr.vmx.smm.flags, struct kvm_nested_state),
/qemu/linux-headers/asm-x86/
H A Dkvm.h501 struct kvm_vmx_nested_state_hdr vmx; member
514 __DECLARE_FLEX_ARRAY(struct kvm_vmx_nested_state_data, vmx);
/qemu/docs/system/
H A Dcpu-models-x86.rst.inc389 |qemu_system| -cpu host,vmx=off,...
413 <feature name="vmx" policy="disable"/>
424 <feature name="vmx" policy="disable"/>
/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc1168 F(0xe7ff, VMX, VRR_c, V, 0, 0, 0, 0, vmx, 0, IF_VEC)
1170 F(0xe7fd, VMXL, VRR_c, V, 0, 0, 0, 0, vmx, 0, IF_VEC)
1172 F(0xe7fe, VMN, VRR_c, V, 0, 0, 0, 0, vmx, 0, IF_VEC)
1174 F(0xe7fc, VMNL, VRR_c, V, 0, 0, 0, 0, vmx, 0, IF_VEC)
/qemu/hw/ppc/
H A Dpnv.c217 uint32_t vmx = (env->insns_flags2 & PPC2_VSX) ? 2 : 1; in pnv_dt_core() local
219 _FDT((fdt_setprop_cell(fdt, offset, "ibm,vmx", vmx))); in pnv_dt_core()
/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc2 * translate/vmx-impl.c
/qemu/target/i386/kvm/
H A Dkvm.c1757 vmx_hdr = &env->nested_state->hdr.vmx; in kvm_init_nested_state()