Searched refs:KVM_GET_MSRS (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | processor.c | 693 r = __kvm_ioctl(kvm_fd, KVM_GET_MSRS, &buffer.header); in kvm_get_feature_msr() 694 TEST_ASSERT(r == 1, KVM_IOCTL_ERROR(KVM_GET_MSRS, r)); in kvm_get_feature_msr()
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1264 #define KVM_GET_MSRS _IOWR(KVMIO, 0x88, struct kvm_msrs) macro
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | processor.h | 811 int r = __vcpu_ioctl(vcpu, KVM_GET_MSRS, msrs); in vcpu_msrs_get()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1579 #define KVM_GET_MSRS _IOWR(KVMIO, 0x88, struct kvm_msrs) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1586 #define KVM_GET_MSRS _IOWR(KVMIO, 0x88, struct kvm_msrs) macro
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 610 ret = kvm_ioctl(s, KVM_GET_MSRS, &msr_data); in kvm_arch_get_supported_msr_feature() 3610 ret = kvm_vcpu_ioctl(CPU(cpu), KVM_GET_MSRS, &msr_data); in kvm_get_one_msr() 4594 ret = kvm_vcpu_ioctl(CPU(cpu), KVM_GET_MSRS, cpu->kvm_msr_buf); in kvm_get_msrs()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 4769 case KVM_GET_MSRS: in kvm_arch_dev_ioctl() 5754 case KVM_GET_MSRS: { in kvm_arch_vcpu_ioctl()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 224 to the KVM_GET_MSRS system ioctl. This lets userspace probe host capabilities 608 4.18 KVM_GET_MSRS 657 Writes model-specific registers to the vcpu. See KVM_GET_MSRS for the
|