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

/linux-master/arch/x86/kvm/vmx/
H A Dvmcs12.c79 FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count),
H A Dhyperv_evmcs.c278 EVMCS1_FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count,
H A Dnested.c2554 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr);
3136 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0);
3168 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr);
4868 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr);
H A Dvmx.c1004 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr);
1078 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr);
4768 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0);
6337 if (vmcs_read32(VM_ENTRY_MSR_LOAD_COUNT) > 0)
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h206 VM_ENTRY_MSR_LOAD_COUNT = 0x00004014, enumerator in enum:vmcs_field
H A Devmcs.h609 case VM_ENTRY_MSR_LOAD_COUNT:
1117 case VM_ENTRY_MSR_LOAD_COUNT:
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c232 vmwrite(VM_ENTRY_MSR_LOAD_COUNT, 0);
/linux-master/arch/x86/include/asm/
H A Dvmx.h279 VM_ENTRY_MSR_LOAD_COUNT = 0x00004014, enumerator in enum:vmcs_field

Completed in 160 milliseconds