Home
last modified time | relevance | path

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

123456

/qemu/scripts/
H A Dhxtool5 flag=1
10 SRST*|ERST*) flag=$(($flag^1))
13 test $flag -eq 1 && printf "%s\n" "$str"
/qemu/tests/qemu-iotests/
H 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 …]
H 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
H A D043.out49 "dirty-flag": false
58 "dirty-flag": false
65 "dirty-flag": false
H 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/
H 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) }
H A Dvl.c198 int *flag; member
200 { .driver = "xen-console", .flag = &default_serial },
201 { .driver = "isa-serial", .flag = &default_serial },
202 { .driver = "isa-parallel", .flag = &default_parallel },
203 { .driver = "isa-fdc", .flag = &default_floppy },
204 { .driver = "floppy", .flag = &default_floppy },
205 { .driver = "ide-cd", .flag = &default_cdrom },
206 { .driver = "ide-hd", .flag = &default_cdrom },
207 { .driver = "scsi-cd", .flag = &default_cdrom },
208 { .driver = "scsi-hd", .flag = &default_cdrom },
[all …]
/qemu/pc-bios/s390-ccw/
H A Dmenu.c31 static uint8_t flag; variable
203 if (flag == QIPL_FLAG_BM_OPTS_ZIPL) { in menu_get_zipl_boot_index()
260 flag = boot_menu_flag; in menu_set_parms()
266 return flag & (QIPL_FLAG_BM_OPTS_CMD | QIPL_FLAG_BM_OPTS_ZIPL); in menu_is_enabled_zipl()
271 return flag & QIPL_FLAG_BM_OPTS_CMD; in menu_is_enabled_enum()
/qemu/include/sysemu/
H A Ddirtyrate.h25 unsigned int flag,
28 void global_dirty_log_change(unsigned int flag,
/qemu/linux-user/xtensa/
H A Dtarget_flat.h6 #define flat_old_ram_flag(flag) (flag) argument
/qemu/linux-user/generic/
H A Dtarget_flat.h10 #define flat_old_ram_flag(flag) (flag) argument
/qemu/hw/virtio/
H 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/
H 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/
H 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/
H 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/
H 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/
H A Dfloat_madds.c20 int flag; member
84 if (fesetround(round_flags[i].flag) != 0) { in main()
H A Dfloat_convd.c21 int flag; member
89 if (fesetround(round_flags[i].flag) != 0) { in CONVERT_DOUBLE_TO_INT()
H A Dfloat_convs.c21 int flag; member
89 if (fesetround(round_flags[i].flag) != 0) { in CONVERT_SINGLE_TO_INT()
/qemu/migration/
H A Ddirtyrate.c90 void global_dirty_log_change(unsigned int flag, bool start) in global_dirty_log_change() argument
97 ret = memory_global_dirty_log_start(flag, &local_err); in global_dirty_log_change()
102 memory_global_dirty_log_stop(flag); in global_dirty_log_change()
112 static void global_dirty_log_sync(unsigned int flag, bool one_shot) in global_dirty_log_sync() argument
117 memory_global_dirty_log_stop(flag); in global_dirty_log_sync()
149 unsigned int flag, in vcpu_calculate_dirtyrate() argument
170 global_dirty_log_sync(flag, one_shot); in vcpu_calculate_dirtyrate()
/qemu/docs/sphinx/
H 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/
H 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/hw/misc/
H A Domap_clk.c1227 int flag; in omap_clk_init() local
1230 flag = CLOCK_IN_OMAP310; in omap_clk_init()
1232 flag = CLOCK_IN_OMAP1510; in omap_clk_init()
1234 flag = CLOCK_IN_OMAP242X; in omap_clk_init()
1236 flag = CLOCK_IN_OMAP243X; in omap_clk_init()
1238 flag = CLOCK_IN_OMAP243X; in omap_clk_init()
1243 if ((*i)->flags & flag) in omap_clk_init()
1247 if ((*i)->flags & flag) { in omap_clk_init()
/qemu/gdbstub/
H A Dsystem.c562 int flag = 0; in gdb_continue_partial() local
586 flag = 1; in gdb_continue_partial()
591 flag = 1; in gdb_continue_partial()
599 if (flag) { in gdb_continue_partial()
/qemu/tests/tcg/arm/
H A Dfcvt.c390 int flag; member
408 fesetround(round_flags[i].flag); in main()
440 fesetround(round_flags[i].flag); in main()

123456