Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dmemory.c974 unsigned ioeventfd_max; in address_space_update_ioeventfds() local
988 ioeventfd_max = QEMU_ALIGN_UP(as->ioeventfd_nb, 4); in address_space_update_ioeventfds()
989 ioeventfds = g_new(MemoryRegionIoeventfd, ioeventfd_max); in address_space_update_ioeventfds()
999 if (ioeventfd_nb > ioeventfd_max) { in address_space_update_ioeventfds()
1000 ioeventfd_max = MAX(ioeventfd_max * 2, 4); in address_space_update_ioeventfds()
1002 ioeventfd_max * sizeof(*ioeventfds)); in address_space_update_ioeventfds()