Searched refs:VM_ENTRY_MSR_LOAD_COUNT (Results 1 – 5 of 5) sorted by relevance
| /arch/x86/kvm/vmx/ |
| A D | vmcs12.c | 79 FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count),
|
| A D | hyperv_evmcs.c | 278 EVMCS1_FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count,
|
| A D | nested.c | 2637 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in prepare_vmcs02_rare() 3232 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw() 3264 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in nested_vmx_check_vmentry_hw() 5054 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in __nested_vmx_vmexit()
|
| A D | vmx.c | 960 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in clear_atomic_switch_msr() 1034 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in add_atomic_switch_msr() 4683 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); in init_vmcs() 6263 if (vmcs_read32(VM_ENTRY_MSR_LOAD_COUNT) > 0) in dump_vmcs()
|
| /arch/x86/include/asm/ |
| A D | vmx.h | 302 VM_ENTRY_MSR_LOAD_COUNT = 0x00004014, enumerator
|
Completed in 28 milliseconds