Searched refs:msr_autoload (Results 1 – 3 of 3) sorted by relevance
292 struct msr_autoload { struct295 } msr_autoload; member
2620 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in prepare_vmcs02_rare()2621 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in prepare_vmcs02_rare()3211 if (vmx->msr_autoload.host.nr) in nested_vmx_check_vmentry_hw()3213 if (vmx->msr_autoload.guest.nr) in nested_vmx_check_vmentry_hw()3243 if (vmx->msr_autoload.host.nr) in nested_vmx_check_vmentry_hw()3244 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in nested_vmx_check_vmentry_hw()3245 if (vmx->msr_autoload.guest.nr) in nested_vmx_check_vmentry_hw()4811 for (i = 0; i < vmx->msr_autoload.guest.nr; ++i) { in nested_vmx_get_vmcs01_guest_efer()4812 if (vmx->msr_autoload.guest.val[i].index == MSR_EFER) in nested_vmx_get_vmcs01_guest_efer()4813 return vmx->msr_autoload.guest.val[i].value; in nested_vmx_get_vmcs01_guest_efer()[all …]
982 struct msr_autoload *m = &vmx->msr_autoload; in clear_atomic_switch_msr()1035 struct msr_autoload *m = &vmx->msr_autoload; in add_atomic_switch_msr()4813 vmcs_write64(VM_EXIT_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.host.val)); in init_vmcs()4815 vmcs_write64(VM_ENTRY_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.guest.val)); in init_vmcs()6390 efer_slot = vmx_find_loadstore_msr_slot(&vmx->msr_autoload.guest, MSR_EFER); in dump_vmcs()6395 vmx->msr_autoload.guest.val[efer_slot].value); in dump_vmcs()6420 vmx_dump_msrs("guest autoload", &vmx->msr_autoload.guest); in dump_vmcs()6453 vmx_dump_msrs("host autoload", &vmx->msr_autoload.host); in dump_vmcs()