Home
last modified time | relevance | path

Searched refs:KVM_EXIT_X86_RDMSR (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Duserspace_msr_exit_test.c413 TEST_ASSERT_KVM_EXIT_REASON(vcpu, KVM_EXIT_X86_RDMSR); in process_rdmsr()
675 case KVM_EXIT_X86_RDMSR: in test_msr_filter_deny()
/openbmc/qemu/linux-headers/linux/
H A Dkvm.h170 #define KVM_EXIT_X86_RDMSR 29 macro
/openbmc/linux/include/uapi/linux/
H A Dkvm.h258 #define KVM_EXIT_X86_RDMSR 29 macro
/openbmc/linux/tools/include/uapi/linux/
H A Dkvm.h258 #define KVM_EXIT_X86_RDMSR 29 macro
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst6243 KVM_EXIT_EPR, KVM_EXIT_X86_RDMSR and KVM_EXIT_X86_WRMSR the corresponding
6617 /* KVM_EXIT_X86_RDMSR / KVM_EXIT_X86_WRMSR */
6628 may instead trigger a KVM_EXIT_X86_RDMSR exit for reads and KVM_EXIT_X86_WRMSR
6641 For KVM_EXIT_X86_RDMSR, the "index" field tells userspace which MSR the guest
7427 KVM_EXIT_X86_RDMSR and KVM_EXIT_X86_WRMSR exit notifications. Userspace
8089 instead get bounced to user space through the KVM_EXIT_X86_RDMSR and
/openbmc/linux/arch/x86/kvm/
H A Dx86.c2070 if (kvm_msr_user_space(vcpu, ecx, KVM_EXIT_X86_RDMSR, 0, in kvm_emulate_rdmsr()
8199 if (kvm_msr_user_space(vcpu, msr_index, KVM_EXIT_X86_RDMSR, 0, in emulator_get_msr_with_filter()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c5955 case KVM_EXIT_X86_RDMSR: in kvm_arch_handle_exit()