Home
last modified time | relevance | path

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

/qemu/monitor/
H A Dhmp-cmds.c440 bool flatview = qdict_get_try_bool(qdict, "flatview", false); in hmp_info_mtree() local
445 mtree_info(flatview, dispatch_tree, owner, disabled); in hmp_info_mtree()
/qemu/include/exec/
H A Dmemory.h2638 void mtree_info(bool flatview, bool dispatch_tree, bool owner, bool disabled);
/qemu/
H A Dhmp-commands-info.hx231 .args_type = "flatview:-f,dispatch_tree:-d,owner:-o,disabled:-D",
/qemu/system/
H A Dmemory.c3620 void mtree_info(bool flatview, bool dispatch_tree, bool owner, bool disabled) in mtree_info() argument
3622 if (flatview) { in mtree_info()