Searched refs:VM_EXIT_MSR_LOAD_COUNT (Results 1 – 8 of 8) sorted by relevance
/linux/arch/x86/kvm/vmx/ |
A D | vmcs12.c | 76 FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count),
|
A D | evmcs.c | 258 EVMCS1_FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count,
|
A D | nested.c | 2452 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in prepare_vmcs02_rare() 3037 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw() 3069 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in nested_vmx_check_vmentry_hw() 4557 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in nested_vmx_vmexit()
|
A D | vmx.c | 836 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in clear_atomic_switch_msr() 911 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in add_atomic_switch_msr() 4332 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs() 5811 if (vmcs_read32(VM_EXIT_MSR_LOAD_COUNT) > 0) in dump_vmcs()
|
/linux/tools/testing/selftests/kvm/include/x86_64/ |
A D | evmcs.h | 586 case VM_EXIT_MSR_LOAD_COUNT: in evmcs_vmread() 973 case VM_EXIT_MSR_LOAD_COUNT: in evmcs_vmwrite()
|
A D | vmx.h | 246 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator
|
/linux/arch/x86/include/asm/ |
A D | vmx.h | 262 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator
|
/linux/tools/testing/selftests/kvm/lib/x86_64/ |
A D | vmx.c | 242 vmwrite(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs_control_fields()
|
Completed in 35 milliseconds