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

/linux-master/arch/x86/include/asm/
H A Dvmx.h282 VM_ENTRY_MSR_LOAD_COUNT = 0x00004014, enumerator in enum:vmcs_field
/linux-master/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.c278 EVMCS1_FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count,
H A Dnested.c2576 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr);
3158 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0);
3190 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr);
4890 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr);
H A Dvmcs12.c79 FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count),
H A Dvmx.c1009 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr);
1083 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr);
4780 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0);
6348 if (vmcs_read32(VM_ENTRY_MSR_LOAD_COUNT) > 0)
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h609 case VM_ENTRY_MSR_LOAD_COUNT:
1117 case VM_ENTRY_MSR_LOAD_COUNT:
H A Dvmx.h206 VM_ENTRY_MSR_LOAD_COUNT = 0x00004014, enumerator in enum:vmcs_field
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c232 vmwrite(VM_ENTRY_MSR_LOAD_COUNT, 0);

Completed in 570 milliseconds