Searched refs:KVM_GET_MSRS (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 952 r = __kvm_ioctl(kvm_fd, KVM_GET_MSRS, &buffer.header); in kvm_get_feature_msr() 953 TEST_ASSERT(r == 1, KVM_IOCTL_ERROR(KVM_GET_MSRS, r)); in kvm_get_feature_msr()
|
| /linux/include/uapi/linux/ |
| H A D | kvm.h | 1362 #define KVM_GET_MSRS _IOWR(KVMIO, 0x88, struct kvm_msrs) macro
|
| /linux/tools/include/uapi/linux/ |
| H A D | kvm.h | 1353 #define KVM_GET_MSRS _IOWR(KVMIO, 0x88, struct kvm_msrs) macro
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 906 int r = __vcpu_ioctl(vcpu, KVM_GET_MSRS, msrs); in vcpu_msrs_get()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 5126 case KVM_GET_MSRS: in kvm_arch_dev_ioctl() 6316 case KVM_GET_MSRS: { in kvm_arch_vcpu_ioctl()
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 254 to the KVM_GET_MSRS system ioctl. This lets userspace probe host capabilities 643 4.18 KVM_GET_MSRS 692 Writes model-specific registers to the vcpu. See KVM_GET_MSRS for the
|