Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 140) sorted by relevance

123456

/qemu/scripts/
A Dhxtool5 flag=1
10 SRST*|ERST*) flag=$(($flag^1))
13 test $flag -eq 1 && printf "%s\n" "$str"
/qemu/tests/qemu-iotests/
A D191.out134 "dirty-flag": false
163 "dirty-flag": false
203 "dirty-flag": false
232 "dirty-flag": false
272 "dirty-flag": false
301 "dirty-flag": false
330 "dirty-flag": false
358 "dirty-flag": false
541 "dirty-flag": false
570 "dirty-flag": false
[all …]
A D273.out33 "dirty-flag": false
43 "dirty-flag": false
53 "dirty-flag": false
82 "dirty-flag": false
111 "dirty-flag": false
121 "dirty-flag": false
150 "dirty-flag": false
178 "dirty-flag": false
A D043.out49 "dirty-flag": false
58 "dirty-flag": false
65 "dirty-flag": false
A D242.out104 Checking "in-use" flag...
153 Write an unknown bitmap flag '0x4' into a new QCOW2 image at offset 327695
156 Unset the unknown bitmap flag '0x4' in the bitmap directory entry:
/qemu/system/
A Dqemu-seccomp.c63 #define REQUIRE_CLONE_FLAG(flag) \ argument
64 const struct scmp_arg_cmp clone_arg ## flag[] = { \
67 .datum_a = flag, .datum_b = 0 } }
69 #define FORBID_CLONE_FLAG(flag) \ argument
70 const struct scmp_arg_cmp clone_arg ## flag[] = { \
73 .datum_a = flag, .datum_b = flag } }
75 #define RULE_CLONE_FLAG(flag) \ argument
77 ARRAY_SIZE(clone_arg ## flag), clone_arg ## flag, SCMP_ACT_ERRNO(EPERM) }
A Dvl.c199 int *flag; member
201 { .driver = "xen-console", .flag = &default_serial },
202 { .driver = "isa-serial", .flag = &default_serial },
203 { .driver = "isa-parallel", .flag = &default_parallel },
204 { .driver = "isa-fdc", .flag = &default_floppy },
205 { .driver = "floppy", .flag = &default_floppy },
206 { .driver = "ide-cd", .flag = &default_cdrom },
207 { .driver = "ide-hd", .flag = &default_cdrom },
208 { .driver = "scsi-cd", .flag = &default_cdrom },
209 { .driver = "scsi-hd", .flag = &default_cdrom },
[all …]
/qemu/pc-bios/s390-ccw/
A Dmenu.c34 static uint8_t flag; variable
201 if (flag == QIPL_FLAG_BM_OPTS_ZIPL) { in menu_get_zipl_boot_index()
255 flag = boot_menu_flag; in menu_set_parms()
261 return flag & (QIPL_FLAG_BM_OPTS_CMD | QIPL_FLAG_BM_OPTS_ZIPL); in menu_is_enabled_zipl()
266 return flag & QIPL_FLAG_BM_OPTS_CMD; in menu_is_enabled_enum()
/qemu/include/sysemu/
A Ddirtyrate.h25 unsigned int flag,
28 void global_dirty_log_change(unsigned int flag,
/qemu/linux-user/generic/
A Dtarget_flat.h10 #define flat_old_ram_flag(flag) (flag) argument
/qemu/linux-user/xtensa/
A Dtarget_flat.h6 #define flat_old_ram_flag(flag) (flag) argument
/qemu/hw/virtio/
A Dvirtio-hmp-cmds.c295 strList *flag = list->value->flags; in hmp_virtio_queue_element() local
297 while (flag) { in hmp_virtio_queue_element()
298 monitor_printf(mon, "%s", flag->value); in hmp_virtio_queue_element()
299 flag = flag->next; in hmp_virtio_queue_element()
300 if (flag) { in hmp_virtio_queue_element()
/qemu/target/hexagon/
A Ddecode.c275 bool flag; /* flag means we've seen a non-memory instruction */ in decode_shuffle_for_execution() local
296 for (flag = false, n_mems = 0, i = last_insn; i >= 0; i--) { in decode_shuffle_for_execution()
299 if (flag && GET_ATTRIB(opcode, A_STORE)) { in decode_shuffle_for_execution()
317 flag = true; in decode_shuffle_for_execution()
325 for (flag = false, i = 0; i < last_insn + 1; i++) { in decode_shuffle_for_execution()
331 if (flag) { in decode_shuffle_for_execution()
343 if (flag) { in decode_shuffle_for_execution()
350 if (flag) { in decode_shuffle_for_execution()
356 flag = true; in decode_shuffle_for_execution()
/qemu/tests/qapi-schema/
A Dreserved-member-has.json2 # We reject names like 'has-a', because they can collide with the flag
4 # TODO we could munge the optional flag name to avoid the collision.
/qemu/qapi/
A Dvirtio.json94 # @log-enabled: vhost_dev log_enabled flag
125 # @vhost-started: VirtIODevice vhost_started flag
144 # @vm-running: VirtIODevice vm_running flag
146 # @broken: VirtIODevice broken flag
148 # @disabled: VirtIODevice disabled flag
150 # @use-started: VirtIODevice use_started flag
152 # @started: VirtIODevice started flag
154 # @start-on-kick: VirtIODevice start_on_kick flag
156 # @disable-legacy-check: VirtIODevice disabled_legacy_check flag
160 # @use-guest-notifier-mask: VirtIODevice use_guest_notifier_mask flag
[all …]
/qemu/audio/
A Ddsound_template.h79 DWORD flag; in glue() local
82 flag = entire ? DSCBLOCK_ENTIREBUFFER : 0; in glue()
84 flag = entire ? DSBLOCK_ENTIREBUFFER : 0; in glue()
86 hr = glue(IFACE, _Lock)(buf, pos, len, p1p, blen1p, p2p, blen2p, flag); in glue()
/qemu/tests/tcg/multiarch/
A Dfloat_convd.c21 int flag; member
89 if (fesetround(round_flags[i].flag) != 0) { in CONVERT_DOUBLE_TO_INT()
A Dfloat_convs.c21 int flag; member
89 if (fesetround(round_flags[i].flag) != 0) { in CONVERT_SINGLE_TO_INT()
A Dfloat_madds.c20 int flag; member
84 if (fesetround(round_flags[i].flag) != 0) { in main()
/qemu/migration/
A Ddirtyrate.c91 void global_dirty_log_change(unsigned int flag, bool start) in global_dirty_log_change() argument
98 ret = memory_global_dirty_log_start(flag, &local_err); in global_dirty_log_change()
103 memory_global_dirty_log_stop(flag); in global_dirty_log_change()
113 static void global_dirty_log_sync(unsigned int flag, bool one_shot) in global_dirty_log_sync() argument
118 memory_global_dirty_log_stop(flag); in global_dirty_log_sync()
150 unsigned int flag, in vcpu_calculate_dirtyrate() argument
171 global_dirty_log_sync(flag, one_shot); in vcpu_calculate_dirtyrate()
/qemu/docs/sphinx/
A Ddbusdomain.py41 "deprecated": directives.flag,
112 "noreply": directives.flag,
199 "readonly": directives.flag,
200 "writeonly": directives.flag,
201 "readwrite": directives.flag,
/qemu/linux-user/ppc/
A Dcpu_loop.c386 int flag = (env->insns_flags2 & PPC2_BOOKE206) ? MSR_CM : MSR_SF; in target_cpu_copy_regs() local
388 ppc_store_msr(env, env->msr & ~((target_ulong)1 << flag)); in target_cpu_copy_regs()
390 ppc_store_msr(env, env->msr | (target_ulong)1 << flag); in target_cpu_copy_regs()
/qemu/gdbstub/
A Dsystem.c563 int flag = 0; in gdb_continue_partial() local
587 flag = 1; in gdb_continue_partial()
592 flag = 1; in gdb_continue_partial()
600 if (flag) { in gdb_continue_partial()
/qemu/tests/tcg/arm/
A Dfcvt.c395 int flag; member
413 fesetround(round_flags[i].flag); in main()
444 fesetround(round_flags[i].flag); in main()
/qemu/hw/block/
A Dxen_blkif.h32 uint8_t flag; /* nr_segments in request struct */ member
58 uint8_t flag; /* nr_segments in request struct */ member

Completed in 49 milliseconds

123456