Searched refs:KVM_EXIT_X86_WRMSR (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | userspace_msr_exit_test.c | 426 TEST_ASSERT_KVM_EXIT_REASON(vcpu, KVM_EXIT_X86_WRMSR); in process_wrmsr() 651 case KVM_EXIT_X86_WRMSR: in KVM_ONE_VCPU_TEST()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | kvm.h | 171 #define KVM_EXIT_X86_WRMSR 30 macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | kvm.h | 171 #define KVM_EXIT_X86_WRMSR 30 macro
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 6631 KVM_EXIT_EPR, KVM_EXIT_X86_RDMSR and KVM_EXIT_X86_WRMSR the corresponding 7022 /* KVM_EXIT_X86_RDMSR / KVM_EXIT_X86_WRMSR */ 7033 may instead trigger a KVM_EXIT_X86_RDMSR exit for reads and KVM_EXIT_X86_WRMSR 7055 For KVM_EXIT_X86_WRMSR, the "index" field tells userspace which MSR the guest 7932 KVM_EXIT_X86_RDMSR and KVM_EXIT_X86_WRMSR exit notifications. Userspace 8795 KVM_EXIT_X86_WRMSR exit notifications.
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.c | 2045 if (kvm_msr_user_space(vcpu, ecx, KVM_EXIT_X86_WRMSR, data, in kvm_emulate_wrmsr() 8477 if (kvm_msr_user_space(vcpu, msr_index, KVM_EXIT_X86_WRMSR, data, in emulator_set_msr_with_filter()
|