Searched refs:fvi (Results 1 – 1 of 1) sorted by relevance
3595 struct FlatViewInfo *fvi = user_data; in mtree_print_flatview() local3602 qemu_printf("FlatView #%d\n", fvi->counter); in mtree_print_flatview()3603 ++fvi->counter; in mtree_print_flatview()3647 if (fvi->owner) { in mtree_print_flatview()3651 if (fvi->ac) { in mtree_print_flatview()3654 if (fvi->ac->has_memory(current_machine, as, in mtree_print_flatview()3657 qemu_printf(" %s", fvi->ac->name); in mtree_print_flatview()3666 if (fvi->dispatch_tree && view->root) { in mtree_print_flatview()3688 struct FlatViewInfo fvi = { in mtree_info_flatview() local3700 fvi.ac = ac; in mtree_info_flatview()[all …]