Searched refs:MemoryRegionList (Results 1 – 1 of 1) sorted by relevance
3421 typedef struct MemoryRegionList MemoryRegionList; typedef3423 struct MemoryRegionList { struct3425 QTAILQ_ENTRY(MemoryRegionList) mrqueue; argument3428 typedef QTAILQ_HEAD(, MemoryRegionList) MemoryRegionListHead;3475 MemoryRegionList *new_ml, *ml, *next_ml; in mtree_print_mr()3508 ml = g_new(MemoryRegionList, 1); in mtree_print_mr()3556 new_ml = g_new(MemoryRegionList, 1); in mtree_print_mr()3769 MemoryRegionList *ml, *ml2; in mtree_info_as()