Searched refs:KVM_EXIT_X86_RDMSR (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | userspace_msr_exit_test.c | 413 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 D | kvm.h | 170 #define KVM_EXIT_X86_RDMSR 29 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 258 #define KVM_EXIT_X86_RDMSR 29 macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 258 #define KVM_EXIT_X86_RDMSR 29 macro
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 6243 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 D | x86.c | 2070 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 D | kvm.c | 5955 case KVM_EXIT_X86_RDMSR: in kvm_arch_handle_exit()
|