Home
last modified time | relevance | path

Searched refs:VM_EXIT_MSR_STORE_COUNT (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h201 VM_EXIT_MSR_STORE_COUNT = 0x0000400e, enumerator
H A Devmcs.h600 case VM_EXIT_MSR_STORE_COUNT: in evmcs_vmread()
1106 case VM_EXIT_MSR_STORE_COUNT: in evmcs_vmwrite()
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dvmx.c237 vmwrite(VM_EXIT_MSR_STORE_COUNT, 0); in init_vmcs_control_fields()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c1176 vmx_add_auto_msr(&vmx->msr_autostore, msr, 0, VM_EXIT_MSR_STORE_COUNT, in vmx_add_autostore_msr()
1182 vmx_remove_auto_msr(&vmx->msr_autostore, msr, VM_EXIT_MSR_STORE_COUNT); in vmx_remove_autostore_msr()
4903 vmcs_write32(VM_EXIT_MSR_STORE_COUNT, 0); in init_vmcs()
6570 if (vmcs_read32(VM_EXIT_MSR_STORE_COUNT) > 0) in dump_vmcs()
H A Dnested.c2679 vmcs_write32(VM_EXIT_MSR_STORE_COUNT, vmx->msr_autostore.nr + 1); in prepare_vmcs02_rare()
2682 vmcs_write32(VM_EXIT_MSR_STORE_COUNT, vmx->msr_autostore.nr); in prepare_vmcs02_rare()
5145 vmcs_write32(VM_EXIT_MSR_STORE_COUNT, vmx->msr_autostore.nr); in __nested_vmx_vmexit()