Searched refs:KVM_GET_MSRS (Results 1 – 5 of 5) sorted by relevance
865 r = ioctl(vcpu->fd, KVM_GET_MSRS, &buffer.header); in vcpu_get_msr()1087 r = ioctl(vcpu->fd, KVM_GET_MSRS, &state->msrs); in vcpu_save_state()
1361 #define KVM_GET_MSRS _IOWR(KVMIO, 0x88, struct kvm_msrs) macro
210 to the KVM_GET_MSRS system ioctl. This lets userspace probe host capabilities546 4.18 KVM_GET_MSRS591 Writes model-specific registers to the vcpu. See KVM_GET_MSRS for the
3406 case KVM_GET_MSRS: in kvm_arch_dev_ioctl()4205 case KVM_GET_MSRS: { in kvm_arch_vcpu_ioctl()