Home
last modified time | relevance | path

Searched defs:disabled (Results 1 – 11 of 11) sorted by relevance

/qemu/tests/qemu-iotests/
H A D24251 def add_bitmap(bitmap_number, persistent, disabled): argument
80 disabled = False variable
82 disabled = True variable
H A D30335 def create_bitmap(bitmap_number, disabled): argument
51 def add_bitmap(num, begin, end, disabled): argument
/qemu/include/hw/char/
H A Descc.h41 int disabled; member
58 uint32_t disabled; member
/qemu/include/hw/arm/
H A Dsmmu-common.h59 bool disabled; /* is the translation table disabled? */ member
92 bool disabled; /* smmu is disabled */ member
/qemu/block/monitor/
H A Dbitmap-qmp-cmds.c93 bool has_disabled, bool disabled, in qmp_block_dirty_bitmap_add()
/qemu/monitor/
H A Dhmp-cmds.c442 bool disabled = qdict_get_try_bool(qdict, "disabled", false); in hmp_info_mtree() local
/qemu/include/hw/virtio/
H A Dvirtio.h138 bool disabled; /* device in temporarily disabled state */ member
/qemu/block/
H A Ddirty-bitmap.c40 bool disabled; /* Bitmap is disabled. It ignores all writes to member
/qemu/system/
H A Dmemory.c3533 bool disabled; member
3573 static void mtree_info_as(bool dispatch_tree, bool owner, bool disabled) in mtree_info_as()
3613 void mtree_info(bool flatview, bool dispatch_tree, bool owner, bool disabled) in mtree_info()
/qemu/target/sparc/
H A Dcpu.h371 uint32_t disabled; member
/qemu/hw/pci/
H A Dpci.c1568 int i, disabled = pci_irq_disabled(d); in pci_update_irq_disabled() local