Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
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()
/Linux-v6.6/tools/include/uapi/linux/
Dkvm.h258 #define KVM_EXIT_X86_RDMSR 29 macro
/Linux-v6.6/include/uapi/linux/
Dkvm.h258 #define KVM_EXIT_X86_RDMSR 29 macro
/Linux-v6.6/Documentation/virt/kvm/
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
/Linux-v6.6/arch/x86/kvm/
Dx86.c2067 if (kvm_msr_user_space(vcpu, ecx, KVM_EXIT_X86_RDMSR, 0, in kvm_emulate_rdmsr()
8181 if (kvm_msr_user_space(vcpu, msr_index, KVM_EXIT_X86_RDMSR, 0, in emulator_get_msr_with_filter()