Searched refs:VM_EXIT_MSR_LOAD_COUNT (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 202 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator
|
| H A D | evmcs.h | 603 case VM_EXIT_MSR_LOAD_COUNT: in evmcs_vmread() 1110 case VM_EXIT_MSR_LOAD_COUNT: in evmcs_vmwrite()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | hyperv_evmcs.c | 276 EVMCS1_FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count,
|
| H A D | vmcs12.c | 77 FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count),
|
| H A D | vmx.c | 1081 vmx_remove_auto_msr(&m->host, msr, VM_EXIT_MSR_LOAD_COUNT); in clear_atomic_switch_msr() 1152 vmx_add_auto_msr(&m->host, msr, host_val, VM_EXIT_MSR_LOAD_COUNT, kvm); in add_atomic_switch_msr() 5004 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs() 6704 if (vmcs_read32(VM_EXIT_MSR_LOAD_COUNT) > 0) in dump_vmcs()
|
| H A D | nested.c | 2684 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in prepare_vmcs02_rare() 5146 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in __nested_vmx_vmexit()
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 238 vmwrite(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs_control_fields()
|
| /linux/arch/x86/include/asm/ |
| H A D | vmx.h | 304 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator
|