Lines Matching refs:kvm_io_range
5383 static inline int kvm_io_bus_cmp(const struct kvm_io_range *r1,
5384 const struct kvm_io_range *r2)
5416 struct kvm_io_range *range, key;
5419 key = (struct kvm_io_range) {
5425 sizeof(struct kvm_io_range), kvm_io_bus_sort_cmp);
5438 struct kvm_io_range *range, const void *val)
5462 struct kvm_io_range range;
5465 range = (struct kvm_io_range) {
5483 struct kvm_io_range range;
5485 range = (struct kvm_io_range) {
5509 struct kvm_io_range *range, void *val)
5533 struct kvm_io_range range;
5536 range = (struct kvm_io_range) {
5554 struct kvm_io_range range;
5569 range = (struct kvm_io_range) {
5579 memcpy(new_bus, bus, sizeof(*bus) + i * sizeof(struct kvm_io_range));
5583 (bus->dev_count - i) * sizeof(struct kvm_io_range));