Searched refs:vmx (Results 1 – 11 of 11) sorted by relevance
821 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() argument1192 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() argument1228 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() argument1342 if (vmx->vpid == 0) in vpid_sync_vcpu_single()[all …]
17 kvm-intel-y += vmx.o
1 obj-$(CONFIG_CRYPTO_DEV_VMX_ENCRYPT) += vmx-crypto.o2 vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o ghash.o
8 choose 'M' here, this module will be called vmx-crypto.
52 arch/x86/include/asm/vmx.h55 arch/x86/include/uapi/asm/vmx.h
17 nested-vmx.txt
57 -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
22 obj64-$(CONFIG_ALTIVEC) += vmx-helper.o
29 obj-$(CONFIG_CRYPTO_DEV_VMX) += vmx/
446 source "drivers/crypto/vmx/Kconfig"
64 header-y += vmx.h