Searched refs:VM_EXIT_MSR_LOAD_COUNT (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/kvm/vmx/ |
H A D | vmcs12.c | 77 FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count),
|
H A D | hyperv_evmcs.c | 276 EVMCS1_FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count,
|
H A D | nested.c | 2620 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in prepare_vmcs02_rare() 3212 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw() 3244 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in nested_vmx_check_vmentry_hw() 5033 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in nested_vmx_vmexit()
|
H A D | vmx.c | 1016 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in clear_atomic_switch_msr() 1091 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in add_atomic_switch_msr() 4797 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs() 6406 if (vmcs_read32(VM_EXIT_MSR_LOAD_COUNT) > 0) in dump_vmcs()
|
/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h |
|
H A D | evmcs.h |
|
/linux/arch/x86/include/asm/ |
H A D | vmx.h | 299 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator
|