Searched refs:KVM_EXIT_X86_WRMSR (Results 1 – 5 of 5) sorted by relevance
230 case KVM_EXIT_X86_WRMSR: in main()
252 #define KVM_EXIT_X86_WRMSR 30 macro
4989 KVM_EXIT_EPR, KVM_EXIT_X86_RDMSR and KVM_EXIT_X86_WRMSR the corresponding5283 /* KVM_EXIT_X86_RDMSR / KVM_EXIT_X86_WRMSR */5294 will instead trigger a KVM_EXIT_X86_RDMSR exit for reads and KVM_EXIT_X86_WRMSR5314 For KVM_EXIT_X86_WRMSR, the "index" field tells user space which MSR the guest6026 KVM_EXIT_X86_RDMSR and KVM_EXIT_X86_WRMSR exit notifications which user space6381 KVM_EXIT_X86_WRMSR exit notifications.
1773 return kvm_msr_user_space(vcpu, index, KVM_EXIT_X86_WRMSR, data, in kvm_set_msr_user_space()