Searched refs:dispatch_tree (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/monitor/ |
H A D | hmp-cmds.c | 415 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 D | memory.c | 3585 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 D | memory.h | 2571 void mtree_info(bool flatview, bool dispatch_tree, bool owner, bool disabled);
|
/openbmc/qemu/ |
H A D | hmp-commands-info.hx | 231 .args_type = "flatview:-f,dispatch_tree:-d,owner:-o,disabled:-D",
|