Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dmemory.c3634 struct FlatViewInfo *fvi = user_data; in mtree_print_flatview() local
3641 qemu_printf("FlatView #%d\n", fvi->counter); in mtree_print_flatview()
3642 ++fvi->counter; in mtree_print_flatview()
3686 if (fvi->owner) { in mtree_print_flatview()
3690 if (fvi->ac) { in mtree_print_flatview()
3693 if (fvi->ac->has_memory(current_machine->accelerator, as, in mtree_print_flatview()
3696 qemu_printf(" %s", fvi->ac->name); in mtree_print_flatview()
3705 if (fvi->dispatch_tree && view->root) { in mtree_print_flatview()
3727 struct FlatViewInfo fvi = { in mtree_info_flatview() local
3739 fvi.ac = ac; in mtree_info_flatview()
[all …]