Home
last modified time | relevance | path

Searched refs:VM_EXIT_MSR_STORE_COUNT (Results 1 – 8 of 8) 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/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.c274 EVMCS1_FIELD(VM_EXIT_MSR_STORE_COUNT, vm_exit_msr_store_count,
H A Dvmcs12.c76 FIELD(VM_EXIT_MSR_STORE_COUNT, vm_exit_msr_store_count),
H A Dvmx.c1209 vmx_add_auto_msr(&vmx->msr_autostore, msr, 0, VM_EXIT_MSR_STORE_COUNT, in vmx_add_autostore_msr()
1215 vmx_remove_auto_msr(&vmx->msr_autostore, msr, VM_EXIT_MSR_STORE_COUNT); in vmx_remove_autostore_msr()
5002 vmcs_write32(VM_EXIT_MSR_STORE_COUNT, 0); in init_vmcs()
6669 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()
/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/include/asm/
H A Dvmx.h303 VM_EXIT_MSR_STORE_COUNT = 0x0000400e, enumerator