Home
last modified time | relevance | path

Searched refs:exclusive (Results 1 – 25 of 30) sorted by relevance

12

/qemu/docs/spin/
H A Dtcg-exclusive.promela2 * This model describes the implementation of exclusive sections in
12 * spin -a docs/tcg-exclusive.promela
36 # warning defaulting to 2 concurrent exclusive sections
39 # warning defaulting to 1 concurrent exclusive sections
137 // an exclusive section
203 active[N_EXCLUSIVE] proctype exclusive()
/qemu/
H A Dcpu-common.c130 bool free, exclusive, done; member
157 wi.exclusive = false; in do_run_on_cpu()
329 wi->exclusive = true; in async_safe_run_on_cpu()
347 if (wi->exclusive) { in process_queued_cpu_work()
H A Dqemu-options.hx450 and '\ ``memdev``\ ' are mutually exclusive. If one node uses
816 " exclusive= open device in exclusive mode\n"
968 ``exclusive=on|off``
969 Open the device in exclusive mode (vmix won't work in this
1340 it would normally request exclusive access. When there is
2616 ``share=[allow-exclusive|force-shared|ignore]``
2617 Set display sharing policy. 'allow-exclusive' allows clients to
2618 ask for exclusive access. As suggested by the rfb spec this is
2622 'force-shared' disables exclusive client access. Useful for
/qemu/util/
H A Dosdep.c251 int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive) in qemu_lock_fd() argument
253 return qemu_lock_fcntl(fd, start, len, exclusive ? F_WRLCK : F_RDLCK); in qemu_lock_fd()
261 int qemu_lock_fd_test(int fd, int64_t start, int64_t len, bool exclusive) in qemu_lock_fd_test() argument
268 .l_type = exclusive ? F_WRLCK : F_RDLCK, in qemu_lock_fd_test()
/qemu/tests/decode/
H A Derr_pattern_group_nest3.decode7 # The exclusive group should error for overlap.
/qemu/tests/tcg/xtensa/
H A Dtest_exclusive.S3 test_suite exclusive
/qemu/host/include/aarch64/host/
H A Dstore-insert-al16.h.inc25 * arithmetic into the load-exclusive/store-conditional pair.
/qemu/include/qemu/
H A Dosdep.h609 int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive);
611 int qemu_lock_fd_test(int fd, int64_t start, int64_t len, bool exclusive);
/qemu/target/sh4/
H A Dhelper.h8 DEF_HELPER_1(exclusive, noreturn, env)
/qemu/tests/qemu-iotests/tests/
H A Dqcow2-internal-snapshots.out96 QEMU_PROG: 'incoming' and 'loadvm' options are mutually exclusive
106 QEMU_PROG: 'preconfig' and 'loadvm' options are mutually exclusive
/qemu/qapi/
H A Daudio.json266 # @exclusive: open device in exclusive mode (vmix won't work) (default
281 '*exclusive': 'bool',
/qemu/docs/devel/
H A Dmulti-thread-tcg.rst330 modern ISAs: atomic instructions and exclusive regions.
352 - Support load/store exclusive (or load link/store conditional) pairs
369 an exclusive lock which ensures all emulation is serialised.
H A Datomics.rst312 The concept of acquire and release semantics is not exclusive to atomic
/qemu/docs/system/
H A Ddevice-emulation.rst76 in a PCI slot to the exclusive use of the guest.
H A Dcpu-models-x86.rst.inc318 exclusive with virt-ssbd and amd-ssbd.
H A Dqemu-block-drivers.rst.inc889 By default, the guest has exclusive write access to its disk image. If the
896 Some QEMU features, such as image file formats, require exclusive write access
/qemu/target/arm/tcg/
H A Dneon-dp.decode418 # non-exclusive group which contains within it two exclusive groups:
/qemu/docs/interop/
H A Dfirmware.json182 # @verbose-dynamic is mutually exclusive with
191 # PL011 UART. @verbose-static is mutually exclusive
/qemu/docs/specs/
H A Dppc-spapr-numa.rst202 distance (10), keeping it exclusive to the 4th NUMA level (which is still
203 exclusive to the node_id). All other ranges were chosen under the developer
H A Dppc-spapr-xive.rst28 sequence. The two modes are mutually exclusive.
/qemu/docs/
H A Digd-assign.txt23 In this mode the IGD device is intended to be the primary and exclusive
/qemu/audio/
H A Dossaudio.c252 int oflags = (oopts->has_exclusive && oopts->exclusive) ? O_EXCL : 0; in oss_open()
/qemu/linux-user/arm/
H A Dsyscall.tbl12 # For each syscall number, "common" is mutually exclusive with oabi and eabi
/qemu/docs/tools/
H A Dqemu-img.rst83 exclusive with the *-f* parameter.
89 exclusive with the *-O* parameters. It is currently required to also use
209 zeros. This parameter is mutually exclusive with a destination image
/qemu/pc-bios/
H A Dedk2-licenses.txt18 a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
615 a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable

12