Home
last modified time | relevance | path

Searched defs:dispatch_tree (Results 1 – 2 of 2) 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
/openbmc/qemu/system/
H A Dmemory.c3585 bool dispatch_tree; member
3686 static void mtree_info_flatview(bool dispatch_tree, bool owner) in mtree_info_flatview()
3767 static void mtree_info_as(bool dispatch_tree, bool owner, bool disabled) in mtree_info_as()
3807 void mtree_info(bool flatview, bool dispatch_tree, bool owner, bool disabled) in mtree_info()