Home
last modified time | relevance | path

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

12

/qemu/docs/spin/
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/
A Dcpu-common.c131 bool free, exclusive, done; member
158 wi.exclusive = false; in do_run_on_cpu()
333 wi->exclusive = true; in async_safe_run_on_cpu()
362 if (wi->exclusive) { in process_queued_cpu_work()
/qemu/util/
A Dosdep.c256 int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive) in qemu_lock_fd() argument
258 return qemu_lock_fcntl(fd, start, len, exclusive ? F_WRLCK : F_RDLCK); in qemu_lock_fd()
266 int qemu_lock_fd_test(int fd, int64_t start, int64_t len, bool exclusive) in qemu_lock_fd_test() argument
273 .l_type = exclusive ? F_WRLCK : F_RDLCK, in qemu_lock_fd_test()
/qemu/tests/decode/
A Derr_pattern_group_nest3.decode7 # The exclusive group should error for overlap.
/qemu/tests/tcg/xtensa/
A Dtest_exclusive.S3 test_suite exclusive
/qemu/host/include/aarch64/host/
A Dstore-insert-al16.h.inc25 * arithmetic into the load-exclusive/store-conditional pair.
/qemu/target/sh4/
A Dhelper.h8 DEF_HELPER_1(exclusive, noreturn, env)
/qemu/include/qemu/
A Dosdep.h613 int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive);
615 int qemu_lock_fd_test(int fd, int64_t start, int64_t len, bool exclusive);
/qemu/tests/qemu-iotests/tests/
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/
A Daudio.json266 # @exclusive: open device in exclusive mode (vmix won't work) (default
281 '*exclusive': 'bool',
A Dchar.json282 # mutually exclusive with @reconnect.
/qemu/docs/devel/
A Dmulti-thread-tcg.rst325 modern ISAs: atomic instructions and exclusive regions.
347 - Support load/store exclusive (or load link/store conditional) pairs
364 an exclusive lock which ensures all emulation is serialised.
A Datomics.rst312 The concept of acquire and release semantics is not exclusive to atomic
/qemu/docs/system/
A Ddevice-emulation.rst76 in a PCI slot to the exclusive use of the guest.
A Dcpu-models-x86.rst.inc318 exclusive with virt-ssbd and amd-ssbd.
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/
A Dneon-dp.decode393 # non-exclusive group which contains within it two exclusive groups:
/qemu/docs/interop/
A Dfirmware.json205 # @verbose-dynamic is mutually exclusive with
214 # PL011 UART. @verbose-static is mutually exclusive
/qemu/docs/specs/
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
A Dppc-spapr-xive.rst28 sequence. The two modes are mutually exclusive.
/qemu/docs/
A Digd-assign.txt23 In this mode the IGD device is intended to be the primary and exclusive
/qemu/audio/
A Dossaudio.c252 int oflags = (oopts->has_exclusive && oopts->exclusive) ? O_EXCL : 0; in oss_open()
/qemu/linux-user/arm/
A Dsyscall.tbl13 # For each syscall number, "common" is mutually exclusive with oabi and eabi
/qemu/docs/tools/
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/
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

Completed in 80 milliseconds

12