Lines Matching refs:kvm_io_range
4303 static inline int kvm_io_bus_cmp(const struct kvm_io_range *r1,
4304 const struct kvm_io_range *r2)
4336 struct kvm_io_range *range, key;
4339 key = (struct kvm_io_range) {
4345 sizeof(struct kvm_io_range), kvm_io_bus_sort_cmp);
4358 struct kvm_io_range *range, const void *val)
4382 struct kvm_io_range range;
4385 range = (struct kvm_io_range) {
4403 struct kvm_io_range range;
4405 range = (struct kvm_io_range) {
4429 struct kvm_io_range *range, void *val)
4453 struct kvm_io_range range;
4456 range = (struct kvm_io_range) {
4474 struct kvm_io_range range;
4489 range = (struct kvm_io_range) {
4499 memcpy(new_bus, bus, sizeof(*bus) + i * sizeof(struct kvm_io_range));
4503 (bus->dev_count - i) * sizeof(struct kvm_io_range));