Searched refs:KVM_GET_MSRS (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 797 r = __kvm_ioctl(kvm_fd, KVM_GET_MSRS, &buffer.header); in kvm_get_feature_msr() 798 TEST_ASSERT(r == 1, KVM_IOCTL_ERROR(KVM_GET_MSRS, r)); in kvm_get_feature_msr()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | kvm.h | 1281 #define KVM_GET_MSRS _IOWR(KVMIO, 0x88, struct kvm_msrs) macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | kvm.h | 1281 #define KVM_GET_MSRS _IOWR(KVMIO, 0x88, struct kvm_msrs) macro
|
| /linux-6.15/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 876 int r = __vcpu_ioctl(vcpu, KVM_GET_MSRS, msrs); in vcpu_msrs_get()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.c | 4936 case KVM_GET_MSRS: in kvm_arch_dev_ioctl() 5958 case KVM_GET_MSRS: { in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/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
|