Searched refs:VM_ENTRY_MSR_LOAD_COUNT (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/testing/selftests/kvm/include/ |
D | vmx.h | 253 VM_ENTRY_MSR_LOAD_COUNT = 0x00004014, enumerator
|
/Linux-v4.19/arch/x86/include/asm/ |
D | vmx.h | 259 VM_ENTRY_MSR_LOAD_COUNT = 0x00004014, enumerator
|
/Linux-v4.19/tools/testing/selftests/kvm/lib/ |
D | vmx.c | 150 vmwrite(VM_ENTRY_MSR_LOAD_COUNT, 0); in init_vmcs_control_fields()
|
/Linux-v4.19/arch/x86/kvm/ |
D | vmx_evmcs.h | 264 EVMCS1_FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count,
|
D | vmx.c | 1159 FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count), 2692 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in clear_atomic_switch_msr() 2764 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in add_atomic_switch_msr() 6632 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); in vmx_vcpu_setup() 11766 nested_vmx_check_msr_switch(vcpu, VM_ENTRY_MSR_LOAD_COUNT, in nested_vmx_check_msr_switch_controls() 12057 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in prepare_vmcs02_full() 13336 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in nested_vmx_vmexit()
|