Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dvmx.c821 static void copy_vmcs12_to_shadow(struct vcpu_vmx *vmx);
822 static void copy_shadow_to_vmcs12(struct vcpu_vmx *vmx);
1188 static int __find_msr_index(struct vcpu_vmx *vmx, u32 msr) in __find_msr_index() argument
1192 for (i = 0; i < vmx->nmsrs; ++i) in __find_msr_index()
1193 if (vmx_msr_index[vmx->guest_msrs[i].index] == msr) in __find_msr_index()
1224 static struct shared_msr_entry *find_msr_entry(struct vcpu_vmx *vmx, u32 msr) in find_msr_entry() argument
1228 i = __find_msr_index(vmx, msr); in find_msr_entry()
1230 return &vmx->guest_msrs[i]; in find_msr_entry()
1340 static inline void vpid_sync_vcpu_single(struct vcpu_vmx *vmx) in vpid_sync_vcpu_single() argument
1342 if (vmx->vpid == 0) in vpid_sync_vcpu_single()
[all …]
DMakefile17 kvm-intel-y += vmx.o
/linux-4.1.27/drivers/crypto/vmx/
DMakefile1 obj-$(CONFIG_CRYPTO_DEV_VMX_ENCRYPT) += vmx-crypto.o
2 vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o ghash.o
DKconfig8 choose 'M' here, this module will be called vmx-crypto.
/linux-4.1.27/tools/perf/
DMANIFEST52 arch/x86/include/asm/vmx.h
55 arch/x86/include/uapi/asm/vmx.h
/linux-4.1.27/Documentation/virtual/kvm/
D00-INDEX17 nested-vmx.txt
Dnested-vmx.txt57 -cpu qemu64,+vmx (add just the vmx feature to a named CPU type)
77 internals of this structure; This is struct vmcs12 from arch/x86/kvm/vmx.c.
86 VMCS12_REVISION (from vmx.c) should be changed if struct vmcs12 or its inner
/linux-4.1.27/arch/powerpc/lib/
DMakefile22 obj64-$(CONFIG_ALTIVEC) += vmx-helper.o
/linux-4.1.27/drivers/crypto/
DMakefile29 obj-$(CONFIG_CRYPTO_DEV_VMX) += vmx/
DKconfig446 source "drivers/crypto/vmx/Kconfig"
/linux-4.1.27/arch/x86/include/uapi/asm/
DKbuild64 header-y += vmx.h