Searched refs:KVM_EXIT_X86_RDMSR (Results 1 - 4 of 4) sorted by path

/linux-master/arch/x86/kvm/
H A Dx86.c2069 if (kvm_msr_user_space(vcpu, ecx, KVM_EXIT_X86_RDMSR, 0,
8421 if (kvm_msr_user_space(vcpu, msr_index, KVM_EXIT_X86_RDMSR, 0,
/linux-master/include/uapi/linux/
H A Dkvm.h170 #define KVM_EXIT_X86_RDMSR 29 macro
394 /* KVM_EXIT_X86_RDMSR / KVM_EXIT_X86_WRMSR */
/linux-master/tools/include/uapi/linux/
H A Dkvm.h170 #define KVM_EXIT_X86_RDMSR 29 macro
394 /* KVM_EXIT_X86_RDMSR / KVM_EXIT_X86_WRMSR */
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Duserspace_msr_exit_test.c398 TEST_ASSERT_KVM_EXIT_REASON(vcpu, KVM_EXIT_X86_RDMSR);
657 case KVM_EXIT_X86_RDMSR:

Completed in 526 milliseconds