msr_autoload     2023 arch/x86/kvm/vmx/nested.c 	vmcs_write64(VM_EXIT_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.host.val));
msr_autoload     2024 arch/x86/kvm/vmx/nested.c 	vmcs_write64(VM_ENTRY_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.guest.val));
msr_autoload     2289 arch/x86/kvm/vmx/nested.c 	vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr);
msr_autoload     2290 arch/x86/kvm/vmx/nested.c 	vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr);
msr_autoload     2832 arch/x86/kvm/vmx/nested.c 	if (vmx->msr_autoload.host.nr)
msr_autoload     2834 arch/x86/kvm/vmx/nested.c 	if (vmx->msr_autoload.guest.nr)
msr_autoload     2891 arch/x86/kvm/vmx/nested.c 	if (vmx->msr_autoload.host.nr)
msr_autoload     2892 arch/x86/kvm/vmx/nested.c 		vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr);
msr_autoload     2893 arch/x86/kvm/vmx/nested.c 	if (vmx->msr_autoload.guest.nr)
msr_autoload     2894 arch/x86/kvm/vmx/nested.c 		vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr);
msr_autoload     3948 arch/x86/kvm/vmx/nested.c 	for (i = 0; i < vmx->msr_autoload.guest.nr; ++i) {
msr_autoload     3949 arch/x86/kvm/vmx/nested.c 		if (vmx->msr_autoload.guest.val[i].index == MSR_EFER)
msr_autoload     3950 arch/x86/kvm/vmx/nested.c 			return vmx->msr_autoload.guest.val[i].value;
msr_autoload     4122 arch/x86/kvm/vmx/nested.c 	vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr);
msr_autoload     4123 arch/x86/kvm/vmx/nested.c 	vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr);
msr_autoload      829 arch/x86/kvm/vmx/vmx.c 	struct msr_autoload *m = &vmx->msr_autoload;
msr_autoload      882 arch/x86/kvm/vmx/vmx.c 	struct msr_autoload *m = &vmx->msr_autoload;
msr_autoload     4203 arch/x86/kvm/vmx/vmx.c 	vmcs_write64(VM_EXIT_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.host.val));
msr_autoload     4205 arch/x86/kvm/vmx/vmx.c 	vmcs_write64(VM_ENTRY_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.guest.val));
msr_autoload      231 arch/x86/kvm/vmx/vmx.h 	} msr_autoload;