Searched refs:flatview (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/monitor/ |
H A D | hmp-cmds.c | 414 bool flatview = qdict_get_try_bool(qdict, "flatview", false); in hmp_info_mtree() local 419 mtree_info(flatview, dispatch_tree, owner, disabled); in hmp_info_mtree()
|
/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",
|
/openbmc/qemu/system/ |
H A D | memory.c | 3807 void mtree_info(bool flatview, bool dispatch_tree, bool owner, bool disabled) in mtree_info() argument 3809 if (flatview) { in mtree_info()
|