Searched refs:VM_EXIT_MSR_LOAD_COUNT (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/kvm/vmx/ |
| A D | vmcs12.c | 77 FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count),
|
| A D | hyperv_evmcs.c | 276 EVMCS1_FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count,
|
| A D | nested.c | 2620 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in prepare_vmcs02_rare() 3201 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw() 3233 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in nested_vmx_check_vmentry_hw() 5011 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in nested_vmx_vmexit()
|
| A D | vmx.c | 1017 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in clear_atomic_switch_msr() 1092 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in add_atomic_switch_msr() 4794 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs() 6378 if (vmcs_read32(VM_EXIT_MSR_LOAD_COUNT) > 0) in dump_vmcs()
|
| /linux/tools/testing/selftests/kvm/include/x86_64/ |
| A D | vmx.h | 204 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator
|
| A D | evmcs.h | 606 case VM_EXIT_MSR_LOAD_COUNT: in evmcs_vmread() 1113 case VM_EXIT_MSR_LOAD_COUNT: in evmcs_vmwrite()
|
| /linux/arch/x86/include/asm/ |
| A D | vmx.h | 299 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator
|
| /linux/tools/testing/selftests/kvm/lib/x86_64/ |
| A D | vmx.c | 229 vmwrite(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs_control_fields()
|
Completed in 37 milliseconds