Searched refs:VM_EXIT_MSR_STORE_COUNT (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 201 VM_EXIT_MSR_STORE_COUNT = 0x0000400e, enumerator
|
| H A D | evmcs.h | 600 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 D | hyperv_evmcs.c | 274 EVMCS1_FIELD(VM_EXIT_MSR_STORE_COUNT, vm_exit_msr_store_count,
|
| H A D | vmcs12.c | 76 FIELD(VM_EXIT_MSR_STORE_COUNT, vm_exit_msr_store_count),
|
| H A D | vmx.c | 1209 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 D | nested.c | 2679 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 D | vmx.c | 237 vmwrite(VM_EXIT_MSR_STORE_COUNT, 0); in init_vmcs_control_fields()
|
| /linux/arch/x86/include/asm/ |
| H A D | vmx.h | 303 VM_EXIT_MSR_STORE_COUNT = 0x0000400e, enumerator
|