Home
last modified time | relevance | path

Searched refs:VM_EXIT_MSR_LOAD_COUNT (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs12.c77 FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count),
H A Dhyperv.c283 EVMCS1_FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count,
H A Dnested.c2531 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in prepare_vmcs02_rare()
3111 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); 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()
4868 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in nested_vmx_vmexit()
H A Dvmx.c1028 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in clear_atomic_switch_msr()
1103 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in add_atomic_switch_msr()
4781 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs()
6366 if (vmcs_read32(VM_EXIT_MSR_LOAD_COUNT) > 0) in dump_vmcs()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h204 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator
H A Devmcs.h606 case VM_EXIT_MSR_LOAD_COUNT: in evmcs_vmread()
1113 case VM_EXIT_MSR_LOAD_COUNT: in evmcs_vmwrite()
/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h276 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c229 vmwrite(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs_control_fields()