We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821c10c commit 31a9b0bCopy full SHA for 31a9b0b
virt/kvm/arm/vgic/vgic-mmio.h
@@ -98,11 +98,6 @@ extern struct kvm_io_device_ops kvm_io_gic_ops;
98
.uaccess_write = uwr, \
99
}
100
101
-int kvm_vgic_register_mmio_region(struct kvm *kvm, struct kvm_vcpu *vcpu,
102
- struct vgic_register_region *reg_desc,
103
- struct vgic_io_device *region,
104
- int nr_irqs, bool offset_private);
105
-
106
unsigned long vgic_data_mmio_bus_to_host(const void *val, unsigned int len);
107
108
void vgic_data_host_to_mmio_bus(void *buf, unsigned int len,
0 commit comments