Searched refs:kvm_irq_level (Results 1 – 6 of 6) sorted by relevance
32 struct kvm_irq_level irq;
114 struct kvm_irq_level { struct1221 #define KVM_IRQ_LINE _IOW(KVMIO, 0x61, struct kvm_irq_level)1227 #define KVM_IRQ_LINE_STATUS _IOWR(KVMIO, 0x67, struct kvm_irq_level)
41 static const struct kvm_irq_level default_ptimer_irq = {46 static const struct kvm_irq_level default_vtimer_irq = {
906 int kvm_vm_ioctl_irq_line(struct kvm *kvm, struct kvm_irq_level *irq_level, in kvm_vm_ioctl_irq_line()
823 int kvm_vm_ioctl_irq_line(struct kvm *kvm, struct kvm_irq_level *irq_level,
3325 struct kvm_irq_level irq_event; in kvm_vm_ioctl()