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

/linux-master/arch/x86/include/asm/
H A Dvmx.h279 VM_EXIT_MSR_STORE_COUNT = 0x0000400e, enumerator in enum:vmcs_field
/linux-master/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.c274 EVMCS1_FIELD(VM_EXIT_MSR_STORE_COUNT, vm_exit_msr_store_count,
H A Dnested.c2574 vmcs_write32(VM_EXIT_MSR_STORE_COUNT, vmx->msr_autostore.guest.nr);
H A Dvmcs12.c76 FIELD(VM_EXIT_MSR_STORE_COUNT, vm_exit_msr_store_count),
H A Dvmx.c4777 vmcs_write32(VM_EXIT_MSR_STORE_COUNT, 0);
6350 if (vmcs_read32(VM_EXIT_MSR_STORE_COUNT) > 0)
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h603 case VM_EXIT_MSR_STORE_COUNT:
1109 case VM_EXIT_MSR_STORE_COUNT:
H A Dvmx.h203 VM_EXIT_MSR_STORE_COUNT = 0x0000400e, enumerator in enum:vmcs_field
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c228 vmwrite(VM_EXIT_MSR_STORE_COUNT, 0);

Completed in 356 milliseconds