Searched refs:vmx (Results 1 – 12 of 12) sorted by relevance
876 static void copy_vmcs12_to_shadow(struct vcpu_vmx *vmx);877 static void copy_shadow_to_vmcs12(struct vcpu_vmx *vmx);1262 static int __find_msr_index(struct vcpu_vmx *vmx, u32 msr) in __find_msr_index() argument1266 for (i = 0; i < vmx->nmsrs; ++i) in __find_msr_index()1267 if (vmx_msr_index[vmx->guest_msrs[i].index] == msr) in __find_msr_index()1298 static struct shared_msr_entry *find_msr_entry(struct vcpu_vmx *vmx, u32 msr) in find_msr_entry() argument1302 i = __find_msr_index(vmx, msr); in find_msr_entry()1304 return &vmx->guest_msrs[i]; in find_msr_entry()1527 static inline void vm_entry_controls_init(struct vcpu_vmx *vmx, u32 val) in vm_entry_controls_init() argument1530 vmx->vm_entry_controls_shadow = val; in vm_entry_controls_init()[all …]
19 kvm-intel-y += vmx.o pmu_intel.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.
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
30 obj-$(CONFIG_CRYPTO_DEV_VMX) += vmx/
469 source "drivers/crypto/vmx/Kconfig"
79 arch/x86/include/asm/vmx.h82 arch/x86/include/uapi/asm/vmx.h
64 header-y += vmx.h
5245 F: drivers/crypto/vmx/Makefile5246 F: drivers/crypto/vmx/Kconfig5247 F: drivers/crypto/vmx/vmx.c5248 F: drivers/crypto/vmx/aes*5249 F: drivers/crypto/vmx/ghash*5250 F: drivers/crypto/vmx/ppc-xlate.pl