Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dmemory.c3477 MemoryRegionListHead submr_print_queue; in mtree_print_mr() local
3554 QTAILQ_INIT(&submr_print_queue); in mtree_print_mr()
3559 QTAILQ_FOREACH(ml, &submr_print_queue, mrqueue) { in mtree_print_mr()
3569 QTAILQ_INSERT_TAIL(&submr_print_queue, new_ml, mrqueue); in mtree_print_mr()
3573 QTAILQ_FOREACH(ml, &submr_print_queue, mrqueue) { in mtree_print_mr()
3578 QTAILQ_FOREACH_SAFE(ml, &submr_print_queue, mrqueue, next_ml) { in mtree_print_mr()