Home
last modified time | relevance | path

Searched full:flush (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/qemu/tests/qemu-iotests/
H A D026.out17 qemu-io: Failed to flush the L2 table cache: Input/output error
18 qemu-io: Failed to flush the refcount block cache: Input/output error
24 qemu-io: Failed to flush the L2 table cache: Input/output error
25 qemu-io: Failed to flush the refcount block cache: Input/output error
41 qemu-io: Failed to flush the L2 table cache: No space left on device
42 qemu-io: Failed to flush the refcount block cache: No space left on device
48 qemu-io: Failed to flush the L2 table cache: No space left on device
49 qemu-io: Failed to flush the refcount block cache: No space left on device
129 qemu-io: Failed to flush the L2 table cache: Input/output error
130 qemu-io: Failed to flush the refcount block cache: Input/output error
[all …]
H A D026.out.nocache17 qemu-io: Failed to flush the L2 table cache: Input/output error
18 qemu-io: Failed to flush the refcount block cache: Input/output error
24 qemu-io: Failed to flush the L2 table cache: Input/output error
25 qemu-io: Failed to flush the refcount block cache: Input/output error
41 qemu-io: Failed to flush the L2 table cache: No space left on device
42 qemu-io: Failed to flush the refcount block cache: No space left on device
48 qemu-io: Failed to flush the L2 table cache: No space left on device
49 qemu-io: Failed to flush the refcount block cache: No space left on device
131 qemu-io: Failed to flush the L2 table cache: Input/output error
132 qemu-io: Failed to flush the refcount block cache: Input/output error
[all …]
H A D142.out83 cache.no-flush=on on none0
90 cache.no-flush=on on file
97 cache.no-flush=on on backing
104 cache.no-flush=on on backing-file
159 cache.no-flush=on on none0
166 cache.no-flush=on on file
173 cache.no-flush=on on backing
180 cache.no-flush=on on backing-file
235 cache.no-flush=on on none0
242 cache.no-flush=on on file
[all …]
H A D142116 # cache.no-flush is supposed to be inherited by both bs->file and bs->backing
118 printf "\n\ncache.no-flush=on on none0\n"
119 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.no-flush=on | grep -e "Cache" -e "[Cc]ann…
120 printf "\ncache.no-flush=on on file\n"
121 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.no-flush=on | grep -e "Cache" -e "[C…
122 printf "\ncache.no-flush=on on backing\n"
123 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.no-flush=on | grep -e "Cache" -e …
124 printf "\ncache.no-flush=on on backing-file\n"
125 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.file.cache.no-flush=on | grep -e "Cache…
216 hmp_cmds="qemu-io none0 \"reopen -o cache.direct=on,cache.no-flush=on\"
[all …]
H A D191.out150 "no-flush": false,
179 "no-flush": false,
221 "no-flush": false,
250 "no-flush": false,
292 "no-flush": false,
321 "no-flush": false,
351 "no-flush": false,
380 "no-flush": false,
565 "no-flush": false,
594 "no-flush": false,
[all …]
H A D13695 def accounted_ops(self, read = False, write = False, flush = False): argument
109 if flush:
113 def accounted_latency(self, read = False, write = False, flush = False): argument
123 if flush:
190 total_flush_latency = self.accounted_latency(flush = True)
202 # min flush latency <= avg flush latency <= max flush latency
209 if (self.accounted_ops(read = True, write = True, flush = True) != 0):
H A D273.out69 "no-flush": false,
98 "no-flush": false,
139 "no-flush": false,
168 "no-flush": false,
197 "no-flush": false,
H A D307.out18 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )
47 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )
79 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )
89 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload )
116 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload )
H A D244236 echo "=== Flushing should flush the data file ==="
239 # We are going to flush a qcow2 file with a blkdebug node inserted
244 # We need to write something or the flush will not do anything; we
246 # (which would then fail thanks to the implicit flush)
247 $QEMU_IO -c 'write 0 512' -c flush \
259 'iotype': 'flush'
/qemu/include/exec/
H A Dcputlb.h103 * Flush one page from the TLB of the specified CPU, for all
110 * @cpu: src CPU of the flush
113 * Flush one page from the TLB of all CPUs, for all
125 * Flush the entire TLB for the specified CPU. Most CPU architectures
134 * @cpu: src CPU of the flush
136 * Flush the entire TLB for all CPUs, for all MMU indexes.
147 * @idxmap: bitmap of MMU indexes to flush
149 * Flush one page from the TLB of the specified CPU, for the specified
157 * @cpu: Originating CPU of the flush
159 * @idxmap: bitmap of MMU indexes to flush
[all …]
H A Dtb-flush.h2 * tb-flush prototype for use by the rest of the system.
12 * tb_flush() - flush all translation blocks
15 * Used to flush all the translation blocks in the system. Sometimes
16 * it is simpler to flush everything than work out which individual
20 * tb_flush() takes care of running the flush in an exclusive context
/qemu/block/
H A Dqed-table.c62 * @flush: Whether or not to sync to disk
68 unsigned int index, unsigned int n, bool flush) in qed_write_table() argument
98 trace_qed_write_table_cb(s, table, flush, ret); in qed_write_table()
103 if (flush) { in qed_write_table()
184 bool flush) in qed_write_l2_table() argument
188 request->l2_table->table, index, n, flush); in qed_write_l2_table()
193 bool flush) in qed_write_l2_table_sync() argument
195 return qed_write_l2_table(s, request, index, n, flush); in qed_write_l2_table_sync()
/qemu/scripts/qemu-guest-agent/fsfreeze-hook.d/
H A Dmysql-flush.sh.sample3 # Flush MySQL tables to the disk before the filesystem is frozen.
9 FIFO=/var/run/mysql-flush.fifo
15 printf "FLUSH TABLES WITH READ LOCK \\G\n"
32 INNODB_STATUS=$(mktemp /tmp/mysql-flush.XXXXXX)
/qemu/hw/misc/macio/
H A Dmac_dbdma.c293 ch->regs[DBDMA_STATUS] &= ~FLUSH; in dbdma_end()
382 ch->regs[DBDMA_STATUS] &= ~FLUSH; in load_word()
415 ch->regs[DBDMA_STATUS] &= ~FLUSH; in store_word()
566 DBDMA_rw rw, DBDMA_flush flush, in DBDMA_register_channel() argument
575 assert(flush); in DBDMA_register_channel()
579 ch->flush = flush; in DBDMA_register_channel()
598 * FLUSH and WAKE are set by SW and cleared by HW in dbdma_control_write()
644 /* FLUSH is its own thing */ in dbdma_control_write()
645 if ((mask & FLUSH) && (value & FLUSH)) { in dbdma_control_write()
646 DBDMA_DPRINTFCH(ch, " Setting FLUSH !\n"); in dbdma_control_write()
[all …]
/qemu/hw/intc/
H A Dpnv_xive2_regs.h221 /* ESBC cache flush control trigger */
227 /* ESBC cache flush poll trigger */
235 /* ESBC cache flush inject register */
243 /* EASC flush control register */
249 /* EASC flush poll register */
257 /* EASC flush inject register */
265 /* ENDC flush control register */
273 /* ENDC flush poll register */
281 /* ENDC flush inject register */
397 /* NxC Cache flush control */
[all …]
/qemu/include/qemu/
H A Dcacheflush.h2 * Flush the host cpu caches.
15 * @len: length to flush
17 * Flush @len bytes of the data cache at @rw and the icache at @rx
/qemu/target/sparc/
H A Dasi.h42 #define ASI_M_FLUSH_PROBE 0x03 /* Reference MMU Flush/Probe; rw, ss */
62 #define ASI_M_FLUSH_PAGE 0x10 /* Flush I&D Cache Line (page); wo, ss */
63 #define ASI_M_FLUSH_SEG 0x11 /* Flush I&D Cache Line (seg); wo, ss */
64 #define ASI_M_FLUSH_REGION 0x12 /* Flush I&D Cache Line (region); wo, ss */
65 #define ASI_M_FLUSH_CTX 0x13 /* Flush I&D Cache Line (context); wo, ss */
66 #define ASI_M_FLUSH_USER 0x14 /* Flush I&D Cache Line (user); wo, ss */
72 #define ASI_M_IFLUSH_PAGE 0x18 /* Flush I Cache Line (page); wo, ss */
73 #define ASI_M_IFLUSH_SEG 0x19 /* Flush I Cache Line (seg); wo, ss */
74 #define ASI_M_IFLUSH_REGION 0x1A /* Flush I Cache Line (region); wo, ss */
75 #define ASI_M_IFLUSH_CTX 0x1B /* Flush I Cache Line (context); wo, ss */
[all …]
/qemu/tests/qemu-iotests/tests/
H A Dmirror-ready-cancel-error38 # target format layer will forward the pre-READY flush to its
60 # Enter state 2 on the first flush, which happens before the
61 # job enters the READY state. The second flush will happen
98 # flush first (which will fail, thanks to blkdebug)
/qemu/migration/
H A Dmultifd-zlib.c111 int flush = Z_NO_FLUSH; in multifd_zlib_send_prepare() local
114 flush = Z_SYNC_FLUSH; in multifd_zlib_send_prepare()
138 ret = deflate(zs, flush); in multifd_zlib_send_prepare()
236 int flush = Z_NO_FLUSH; in multifd_zlib_recv() local
241 flush = Z_SYNC_FLUSH; in multifd_zlib_recv()
256 ret = inflate(zs, flush); in multifd_zlib_recv()
H A Dmultifd-nocomp.c336 * Not empty, meanwhile we need a flush. It can because of either: in multifd_queue_page()
341 * After flush, always retry. in multifd_queue_page()
358 * - Per-section mode: this is the legacy way to flush, it requires one
361 * - Per-round mode: this is the modern way to flush, it requires one
369 /* Do we need a per-section multifd flush (legacy way)? */
383 /* Do we need a per-round multifd flush (modern way)? */
/qemu/tests/qtest/
H A Dpnv-xive2-flush-sync.c3 * - Test cache flush/queue sync injection
174 * source thread for cache flush and queue sync inject operations. in test_flush_sync_inject()
182 g_test_message("Starting cache flush/queue sync injection tests..."); in test_flush_sync_inject()
195 /* request cache flush or queue sync operation */ in test_flush_sync_inject()
/qemu/qobject/
H A Djson-lexer.c264 static inline uint8_t next_state(JSONLexer *lexer, char ch, bool flush, in next_state() argument
271 *char_consumed = !flush && !(next & LOOKAHEAD); in next_state()
283 static void json_lexer_feed_char(JSONLexer *lexer, char ch, bool flush) in json_lexer_feed_char() argument
294 while (flush ? lexer->state != lexer->start_state : !char_consumed) { in json_lexer_feed_char()
295 new_state = next_state(lexer, ch, flush, &char_consumed); in json_lexer_feed_char()
297 assert(!flush); in json_lexer_feed_char()
/qemu/hw/sparc/
H A Dtrace-events11 sun4m_iommu_mem_writel_tlbflush(uint32_t val) "tlb flush 0x%x"
12 sun4m_iommu_mem_writel_pgflush(uint32_t val) "page flush 0x%x"
/qemu/docs/devel/
H A Dmulti-thread-tcg.rst84 mutex for code generation. This also includes times when we need flush
106 which when full will force a flush of all translations and start from
107 scratch again. Some operations also force a full flush of translations
196 - TLB Flush All/Page
198 - cross vCPU TLB flush may need other vCPU brought to halt
209 A new set of tlb flush operations (tlb_flush_*_all_cpus_synced) force
212 restarts all flush operations have completed.
/qemu/hw/misc/
H A Dpc-testdev.c51 MemoryRegion flush; member
182 memory_region_init_io(&dev->flush, OBJECT(dev), &test_flush_ops, dev, in testdev_realizefn()
183 "pc-testdev-flush-page", 4); in testdev_realizefn()
190 memory_region_add_subregion(io, 0xe4, &dev->flush); in testdev_realizefn()

12345678910>>...14