Searched refs:VM_ENTRY_MSR_LOAD_COUNT (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | vmcs12.c | 79 FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count),
|
| H A D | hyperv_evmcs.c | 278 EVMCS1_FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count,
|
| H A D | nested.c | 2621 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in prepare_vmcs02_rare() 3214 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw() 3246 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in nested_vmx_check_vmentry_hw() 5036 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in __nested_vmx_vmexit()
|
| H A D | vmx.c | 1007 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in clear_atomic_switch_msr() 1081 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in add_atomic_switch_msr() 4814 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); in init_vmcs() 6419 if (vmcs_read32(VM_ENTRY_MSR_LOAD_COUNT) > 0) in dump_vmcs()
|
| /linux-6.15/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 204 VM_ENTRY_MSR_LOAD_COUNT = 0x00004014, enumerator
|
| H A D | evmcs.h | 606 case VM_ENTRY_MSR_LOAD_COUNT: in evmcs_vmread() 1114 case VM_ENTRY_MSR_LOAD_COUNT: in evmcs_vmwrite()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | vmx.h | 301 VM_ENTRY_MSR_LOAD_COUNT = 0x00004014, enumerator
|
| /linux-6.15/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 230 vmwrite(VM_ENTRY_MSR_LOAD_COUNT, 0); in init_vmcs_control_fields()
|