Home
last modified time | relevance | path

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

/openbmc/qemu/monitor/
H A Dhmp-cmds.c415 bool dispatch_tree = qdict_get_try_bool(qdict, "dispatch_tree", false); in hmp_info_mtree() local
419 mtree_info(flatview, dispatch_tree, owner, disabled); in hmp_info_mtree()
/openbmc/qemu/system/
H A Dmemory.c3585 bool dispatch_tree; member
3666 if (fvi->dispatch_tree && view->root) { in mtree_print_flatview()
3686 static void mtree_info_flatview(bool dispatch_tree, bool owner) in mtree_info_flatview() argument
3690 .dispatch_tree = dispatch_tree, in mtree_info_flatview()
3767 static void mtree_info_as(bool dispatch_tree, bool owner, bool disabled) in mtree_info_as() argument
3807 void mtree_info(bool flatview, bool dispatch_tree, bool owner, bool disabled) in mtree_info() argument
3810 mtree_info_flatview(dispatch_tree, owner); in mtree_info()
3812 mtree_info_as(dispatch_tree, owner, disabled); in mtree_info()
/openbmc/qemu/include/exec/
H A Dmemory.h2571 void mtree_info(bool flatview, bool dispatch_tree, bool owner, bool disabled);
/openbmc/qemu/
H A Dhmp-commands-info.hx231 .args_type = "flatview:-f,dispatch_tree:-d,owner:-o,disabled:-D",