Searched refs:KVM_EXIT_X86_RDMSR (Results 1 – 5 of 5) sorted by relevance
227 case KVM_EXIT_X86_RDMSR: in main()
251 #define KVM_EXIT_X86_RDMSR 29 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_WRMSR5305 For KVM_EXIT_X86_RDMSR, the "index" field tells user space which MSR the guest6026 KVM_EXIT_X86_RDMSR and KVM_EXIT_X86_WRMSR exit notifications which user space6380 instead get bounced to user space through the KVM_EXIT_X86_RDMSR and
1767 return kvm_msr_user_space(vcpu, index, KVM_EXIT_X86_RDMSR, 0, in kvm_get_msr_user_space()