Home
last modified time | relevance | path

Searched refs:VM_ENTRY_MSR_LOAD_COUNT (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/arch/x86/kvm/vmx/
Dvmcs12.c78 FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count),
Devmcs.c286 EVMCS1_FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count,
Dnested.c2486 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in prepare_vmcs02_rare()
3070 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw()
3102 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in nested_vmx_check_vmentry_hw()
4772 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in nested_vmx_vmexit()
Dvmx.c913 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in clear_atomic_switch_msr()
987 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in add_atomic_switch_msr()
4651 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); in init_vmcs()
6192 if (vmcs_read32(VM_ENTRY_MSR_LOAD_COUNT) > 0) in dump_vmcs()
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h206 VM_ENTRY_MSR_LOAD_COUNT = 0x00004014, enumerator
Devmcs.h619 case VM_ENTRY_MSR_LOAD_COUNT: in evmcs_vmread()
1127 case VM_ENTRY_MSR_LOAD_COUNT: in evmcs_vmwrite()
/linux-6.1.9/arch/x86/include/asm/
Dvmx.h276 VM_ENTRY_MSR_LOAD_COUNT = 0x00004014, enumerator
/linux-6.1.9/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c252 vmwrite(VM_ENTRY_MSR_LOAD_COUNT, 0); in init_vmcs_control_fields()