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

/linux-master/arch/x86/kvm/vmx/
H A Dvmcs12.c77 FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count),
H A Dhyperv_evmcs.c276 EVMCS1_FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count,
H A Dnested.c2553 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr);
3134 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0);
3166 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr);
4867 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr);
H A Dvmx.c1013 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr);
1088 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr);
4766 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0);
6370 if (vmcs_read32(VM_EXIT_MSR_LOAD_COUNT) > 0)
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h204 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator in enum:vmcs_field
H A Devmcs.h606 case VM_EXIT_MSR_LOAD_COUNT:
1113 case VM_EXIT_MSR_LOAD_COUNT:
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c229 vmwrite(VM_EXIT_MSR_LOAD_COUNT, 0);
/linux-master/arch/x86/include/asm/
H A Dvmx.h277 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator in enum:vmcs_field

Completed in 175 milliseconds