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 | 3584 bool dispatch_tree; member 3665 if (fvi->dispatch_tree && view->root) { in mtree_print_flatview() 3685 static void mtree_info_flatview(bool dispatch_tree, bool owner) in mtree_info_flatview() argument 3689 .dispatch_tree = dispatch_tree, in mtree_info_flatview() 3766 static void mtree_info_as(bool dispatch_tree, bool owner, bool disabled) in mtree_info_as() argument 3806 void mtree_info(bool flatview, bool dispatch_tree, bool owner, bool disabled) in mtree_info() argument 3809 mtree_info_flatview(dispatch_tree, owner); in mtree_info() 3811 mtree_info_as(dispatch_tree, owner, disabled); in mtree_info()
|
| /openbmc/qemu/include/system/ |
| H A D | memory.h | 2668 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",
|