/qemu/include/qemu/ |
H A D | seqlock.h | 24 unsigned sequence; member 29 sl->sequence = 0; in seqlock_init() 35 qatomic_set(&sl->sequence, sl->sequence + 1); in seqlock_write_begin() 46 qatomic_set(&sl->sequence, sl->sequence + 1); in seqlock_write_end() 71 unsigned ret = qatomic_read(&sl->sequence); in seqlock_read_begin() 82 return unlikely(qatomic_read(&sl->sequence) != start); in seqlock_read_retry()
|
H A D | coroutine.h | 67 unsigned handoff, sequence; member
|
/qemu/util/ |
H A D | qht.c | 146 QemuSeqLock sequence; member 302 seqlock_init(&b->sequence); in qht_head_init() 490 seqlock_write_begin(&head->sequence); in qht_bucket_reset__locked() 502 seqlock_write_end(&head->sequence); in qht_bucket_reset__locked() 589 version = seqlock_read_begin(&b->sequence); in qht_lookup__slowpath() 591 } while (seqlock_read_retry(&b->sequence, version)); in qht_lookup__slowpath() 606 version = seqlock_read_begin(&b->sequence); in qht_lookup_custom() 608 if (likely(!seqlock_read_retry(&b->sequence, version))) { in qht_lookup_custom() 662 seqlock_write_begin(&head->sequence); in qht_insert__locked() 669 seqlock_write_end(&head->sequence); in qht_insert__locked() [all …]
|
H A D | qemu-coroutine-lock.c | 307 if (++mutex->sequence == 0) { in qemu_co_mutex_unlock() 308 mutex->sequence = 1; in qemu_co_mutex_unlock() 311 our_handoff = mutex->sequence; in qemu_co_mutex_unlock()
|
H A D | oslib-posix.c | 982 static int sequence; in qemu_shm_alloc() local 985 cur_sequence = qatomic_fetch_inc(&sequence); in qemu_shm_alloc()
|
/qemu/tests/qemu-iotests/ |
H A D | findtests.py | 154 sequence = sorted(res) 157 del sequence[:sequence.index(self.parse_test_name(start_from))] 159 return sequence
|
/qemu/docs/interop/ |
H A D | barrier.rst | 105 ``seq`` = sequence number, which is used to order messages between 125 barrierCmdCClipboard for with a greater sequence number) and that 141 ``seq`` = sequence number. Client must use the sequence number passed in 321 ``seq`` = sequence number. The sequence number is 0 when sent by the 322 server. Client screens should use the/ sequence number from
|
/qemu/block/ |
H A D | vhdx-log.c | 741 s->log.sequence = candidate.hdr.sequence_number + 1; in vhdx_log_search() 907 if (s->log.sequence == 0) { in vhdx_log_write() 908 s->log.sequence = 1; in vhdx_log_write() 944 .sequence_number = s->log.sequence, in vhdx_log_write() 974 new_desc->sequence_number = s->log.sequence; in vhdx_log_write() 1007 s->log.sequence); in vhdx_log_write() 1033 s->log.sequence++; in vhdx_log_write()
|
H A D | vhdx.h | 346 uint64_t sequence; member
|
/qemu/docs/specs/ |
H A D | vmw_pvscsi-spec.rst | 78 Startup sequence 92 Shutdown sequence
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_privileged.c.inc | 45 * three-instruction sequence to flag a semihosting call: 54 * Uncompressed instructions are required so that the sequence is easy
|
/qemu/tests/tcg/riscv64/ |
H A D | issue1060.S | 43 # Semihosting call sequence
|
/qemu/docs/system/ |
H A D | mux-chardev.rst.inc | 3 commands are available via an escape sequence. These key sequences all
|
/qemu/target/s390x/ |
H A D | cpu.h | 502 uint8_t sequence[16]; member 511 uint8_t sequence[16]; member 534 uint8_t sequence[16]; member
|
/qemu/include/hw/cxl/ |
H A D | cxl_cdat.h | 54 uint32_t sequence; member
|
/qemu/gdbstub/ |
H A D | trace-events | 26 gdbstub_err_invalid_rle(void) "got invalid RLE sequence"
|
/qemu/target/s390x/tcg/ |
H A D | misc_helper.c | 340 ebcdic_put(sysib.sysib_111.sequence, "QEMU ", 16); in HELPER() 344 ebcdic_put(sysib.sysib_121.sequence, "QEMUQEMUQEMUQEMU", 16); in HELPER() 360 ebcdic_put(sysib.sysib_221.sequence, "QEMUQEMUQEMUQEMU", 16); in HELPER()
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_snd.h | 163 uint32_t sequence; member
|
/qemu/docs/devel/ |
H A D | replay.rst | 66 in sequence (e.g. expiring timers and checkpoints in the main thread 79 sequence. 227 Record/replay log consists of the header and the sequence of execution 232 The sequence of the events describes virtual machine state changes.
|
/qemu/hw/cxl/ |
H A D | cxl-cdat.c | 97 cdat_header->sequence = 0; in ct3_build_cdat()
|
/qemu/docs/ |
H A D | pci_expander_bridge.txt | 53 Created automatically as part of init sequence.
|
/qemu/linux-headers/linux/ |
H A D | iommufd.h | 1071 __u32 sequence; member
|
/qemu/crypto/ |
H A D | rsakey-builtin.c.inc | 55 error_setg(errp, "Empty sequence");
|
/qemu/docs/system/i386/ |
H A D | microvm.rst | 115 system, like sending a key sequence to the keyboard or writing to an
|
/qemu/qapi/ |
H A D | ui.json | 1082 # @begin: A new touch event sequence has just started. 1084 # @update: A touch event sequence has been updated. 1086 # @end: A touch event sequence has finished. 1088 # @cancel: A touch event sequence has been canceled.
|