Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dvmx.c876 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() argument
1266 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() argument
1302 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() argument
1530 vmx->vm_entry_controls_shadow = val; in vm_entry_controls_init()
[all …]
DMakefile19 kvm-intel-y += vmx.o pmu_intel.o
/linux-4.4.14/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.4.14/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.4.14/arch/powerpc/lib/
DMakefile22 obj64-$(CONFIG_ALTIVEC) += vmx-helper.o
/linux-4.4.14/drivers/crypto/
DMakefile30 obj-$(CONFIG_CRYPTO_DEV_VMX) += vmx/
DKconfig469 source "drivers/crypto/vmx/Kconfig"
/linux-4.4.14/tools/perf/
DMANIFEST79 arch/x86/include/asm/vmx.h
82 arch/x86/include/uapi/asm/vmx.h
/linux-4.4.14/arch/x86/include/uapi/asm/
DKbuild64 header-y += vmx.h
/linux-4.4.14/
DMAINTAINERS5245 F: drivers/crypto/vmx/Makefile
5246 F: drivers/crypto/vmx/Kconfig
5247 F: drivers/crypto/vmx/vmx.c
5248 F: drivers/crypto/vmx/aes*
5249 F: drivers/crypto/vmx/ghash*
5250 F: drivers/crypto/vmx/ppc-xlate.pl