Searched refs:MemoryRegionList (Results 1 – 1 of 1) sorted by relevance
3461 typedef struct MemoryRegionList MemoryRegionList; typedef3463 struct MemoryRegionList { struct3465 QTAILQ_ENTRY(MemoryRegionList) mrqueue; argument3468 typedef QTAILQ_HEAD(, MemoryRegionList) MemoryRegionListHead;3515 MemoryRegionList *new_ml, *ml, *next_ml; in mtree_print_mr()3548 ml = g_new(MemoryRegionList, 1); in mtree_print_mr()3596 new_ml = g_new(MemoryRegionList, 1); in mtree_print_mr()3809 MemoryRegionList *ml, *ml2; in mtree_info_as()