Home
last modified time | relevance | path

Searched refs:msr_autoload (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.h292 struct msr_autoload { struct
295 } msr_autoload; member
H A Dnested.c2222 vmcs_write64(VM_EXIT_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.host.val)); in prepare_vmcs02_constant_state()
2223 vmcs_write64(VM_ENTRY_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.guest.val)); in prepare_vmcs02_constant_state()
2531 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in prepare_vmcs02_rare()
2532 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in prepare_vmcs02_rare()
3110 if (vmx->msr_autoload.host.nr) in nested_vmx_check_vmentry_hw()
3112 if (vmx->msr_autoload.guest.nr) in nested_vmx_check_vmentry_hw()
3142 if (vmx->msr_autoload.host.nr) in nested_vmx_check_vmentry_hw()
3143 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in nested_vmx_check_vmentry_hw()
3144 if (vmx->msr_autoload.guest.nr) in nested_vmx_check_vmentry_hw()
3145 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in nested_vmx_check_vmentry_hw()
[all …]
H A Dvmx.c994 struct msr_autoload *m = &vmx->msr_autoload; in clear_atomic_switch_msr()
1047 struct msr_autoload *m = &vmx->msr_autoload; in add_atomic_switch_msr()
4782 vmcs_write64(VM_EXIT_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.host.val)); in init_vmcs()
4784 vmcs_write64(VM_ENTRY_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.guest.val)); in init_vmcs()
6304 efer_slot = vmx_find_loadstore_msr_slot(&vmx->msr_autoload.guest, MSR_EFER); in dump_vmcs()
6309 vmx->msr_autoload.guest.val[efer_slot].value); in dump_vmcs()
6334 vmx_dump_msrs("guest autoload", &vmx->msr_autoload.guest); in dump_vmcs()
6367 vmx_dump_msrs("host autoload", &vmx->msr_autoload.host); in dump_vmcs()