/qemu/docs/spin/ |
A D | tcg-exclusive.promela | 2 * 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 D | cpu-common.c | 131 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 D | osdep.c | 256 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 D | err_pattern_group_nest3.decode | 7 # The exclusive group should error for overlap.
|
/qemu/tests/tcg/xtensa/ |
A D | test_exclusive.S | 3 test_suite exclusive
|
/qemu/host/include/aarch64/host/ |
A D | store-insert-al16.h.inc | 25 * arithmetic into the load-exclusive/store-conditional pair.
|
/qemu/target/sh4/ |
A D | helper.h | 8 DEF_HELPER_1(exclusive, noreturn, env)
|
/qemu/include/qemu/ |
A D | osdep.h | 613 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 D | qcow2-internal-snapshots.out | 96 QEMU_PROG: 'incoming' and 'loadvm' options are mutually exclusive 106 QEMU_PROG: 'preconfig' and 'loadvm' options are mutually exclusive
|
/qemu/qapi/ |
A D | audio.json | 266 # @exclusive: open device in exclusive mode (vmix won't work) (default 281 '*exclusive': 'bool',
|
A D | char.json | 282 # mutually exclusive with @reconnect.
|
/qemu/docs/devel/ |
A D | multi-thread-tcg.rst | 325 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 D | atomics.rst | 312 The concept of acquire and release semantics is not exclusive to atomic
|
/qemu/docs/system/ |
A D | device-emulation.rst | 76 in a PCI slot to the exclusive use of the guest.
|
A D | cpu-models-x86.rst.inc | 318 exclusive with virt-ssbd and amd-ssbd.
|
A D | qemu-block-drivers.rst.inc | 889 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 D | neon-dp.decode | 393 # non-exclusive group which contains within it two exclusive groups:
|
/qemu/docs/interop/ |
A D | firmware.json | 205 # @verbose-dynamic is mutually exclusive with 214 # PL011 UART. @verbose-static is mutually exclusive
|
/qemu/docs/specs/ |
A D | ppc-spapr-numa.rst | 202 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 D | ppc-spapr-xive.rst | 28 sequence. The two modes are mutually exclusive.
|
/qemu/docs/ |
A D | igd-assign.txt | 23 In this mode the IGD device is intended to be the primary and exclusive
|
/qemu/audio/ |
A D | ossaudio.c | 252 int oflags = (oopts->has_exclusive && oopts->exclusive) ? O_EXCL : 0; in oss_open()
|
/qemu/linux-user/arm/ |
A D | syscall.tbl | 13 # For each syscall number, "common" is mutually exclusive with oabi and eabi
|
/qemu/docs/tools/ |
A D | qemu-img.rst | 83 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 D | edk2-licenses.txt | 18 a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable 615 a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|