Home
last modified time | relevance | path

Searched refs:nr_allocated_irq_routes (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dkvm_int.h143 int nr_allocated_irq_routes; member
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c1998 s->nr_allocated_irq_routes = 0; in kvm_init_irq_routing()
2027 if (s->irq_routes->nr == s->nr_allocated_irq_routes) { in kvm_add_routing_entry()
2028 n = s->nr_allocated_irq_routes * 2; in kvm_add_routing_entry()
2035 s->nr_allocated_irq_routes = n; in kvm_add_routing_entry()