Home
last modified time | relevance | path

Searched refs:writeback (Results 101 – 125 of 141) sorted by relevance

123456

/openbmc/qemu/target/m68k/
H A Dtranslate.c121 TCGv writeback[8]; member
128 return s->writeback[regno]; in get_areg()
139 s->writeback[regno] = val; in delay_set_areg()
141 tcg_gen_mov_i32(s->writeback[regno], val); in delay_set_areg()
146 s->writeback[regno] = val; in delay_set_areg()
149 s->writeback[regno] = tmp; in delay_set_areg()
162 tcg_gen_mov_i32(cpu_aregs[regno], s->writeback[regno]); in do_writebacks()
/openbmc/linux/include/trace/events/
H A Dwriteback.h3 #define TRACE_SYSTEM writeback
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c664 inserted->cache->writeback ? "writeback" : "writethrough", in print_block_info()
/openbmc/linux/fs/
H A Dbinfmt_elf.c1756 if (regset->writeback) in do_thread_regset_writeback()
1757 regset->writeback(task, regset, 1); in do_thread_regset_writeback()
/openbmc/linux/arch/x86/kvm/
H A Demulate.c1784 static int writeback(struct x86_emulate_ctxt *ctxt, struct operand *op) in writeback() function
5292 goto writeback; in x86_emulate_insn()
5362 writeback: in x86_emulate_insn()
5365 rc = writeback(ctxt, &ctxt->src); in x86_emulate_insn()
5370 rc = writeback(ctxt, &ctxt->dst); in x86_emulate_insn()
5483 goto writeback; in x86_emulate_insn()
H A Dx86.c4389 int writeback) in msr_io() argument
4413 if (writeback && copy_to_user(user_msrs->entries, entries, size)) in msr_io()
8901 bool writeback = true; in x86_emulate_instruction() local
8966 goto writeback; in x86_emulate_instruction()
9022 writeback = false; in x86_emulate_instruction()
9030 writeback = false; in x86_emulate_instruction()
9034 writeback = false; in x86_emulate_instruction()
9041 writeback: in x86_emulate_instruction()
9042 if (writeback) { in x86_emulate_instruction()
/openbmc/linux/Documentation/mm/
H A Dphysical_memory.rst286 Number of pages written while reclaim is throttled waiting for writeback.
H A Dmultigen_lru.rst37 do not require TLB flushes; clean pages do not require writeback.
/openbmc/qemu/block/
H A Dqapi.c70 .writeback = blk ? blk_enable_write_cache(blk) : true, in bdrv_block_device_info()
/openbmc/linux/Documentation/core-api/
H A Dpin_user_pages.rst202 (and file system writeback code in general) to make informed decisions about
/openbmc/linux/drivers/md/
H A Ddm-cache-target.c290 atomic_t writeback; member
981 atomic_inc(&stats->writeback); in update_stats()
H A DKconfig333 cleaned etc. It supports writeback and writethrough modes.
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dusage.rst471 writeback:writeback_wake_thread [Tracepoint event]
472 writeback:writeback_wake_forker_thread [Tracepoint event]
473 writeback:writeback_bdi_register [Tracepoint event]
476 writeback:writeback_single_inode_requeue [Tracepoint event]
477 writeback:writeback_single_inode [Tracepoint event]
1504 drwxr-xr-x 26 root root 0 Nov 14 23:19 writeback
/openbmc/linux/Documentation/filesystems/
H A Dxfs-self-describing-metadata.rst346 inode is already extensively verified during writeback in xfs_iflush_int, so the
H A Dzonefs.rst144 Since dirty page writeback by the page cache does not guarantee a sequential
/openbmc/linux/fs/ceph/
H A Dcaps.c3427 bool writeback = false; in handle_cap_grant() local
3627 writeback = true; /* initiate writeback; will delay ack */ in handle_cap_grant()
3702 if (writeback) in handle_cap_grant()
/openbmc/linux/arch/ia64/kernel/
H A Dptrace.c1924 .writeback = gpregs_writeback
/openbmc/linux/Documentation/filesystems/ext4/
H A Djournal.rst28 safest. If ``data=writeback``, dirty data blocks are not flushed to the
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc24 * a result, most operand load and writeback is done entirely in common
47 * generic load and writeback, the decoder needs to know the type of the
1386 /* prevent writeback for CMP */
1735 /* Manual writeback because REP LODS (!) has to write EAX/RAX after every LODS. */
H A Demit.c.inc1624 * the result of a successful writeback and perform the movcond
2107 /* Perform writeback here to skip it if ZF=0. */
2222 /* Perform writeback here to skip it if ZF=0. */
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_4_3.c2547 bool writeback = flags & AMDGPU_FENCE_FLAG_TC_WB_ONLY; in gfx_v9_4_3_ring_emit_fence() local
2551 amdgpu_ring_write(ring, ((writeback ? (EOP_TC_WB_ACTION_EN | in gfx_v9_4_3_ring_emit_fence()
/openbmc/linux/drivers/block/zram/
H A Dzram_drv.c2145 static DEVICE_ATTR_WO(writeback);
/openbmc/qemu/docs/specs/
H A Drocker.rst539 is complete, hardware will writeback status to descriptor(s) to signal to
/openbmc/qemu/
H A Dqemu-options.hx1522 " [,cache=writethrough|writeback|none|directsync|unsafe][,format=f]\n"
1576 cache is "none", "writeback", "unsafe", "directsync" or
1580 additionally ``cache.writeback``, which provides a default for
1585 \ cache.writeback cache.direct cache.no-flush
1587 writeback on off off
1594 The default mode is ``cache=writeback``.
1649 By default, the ``cache.writeback=on`` mode is used. It will report
1656 For such guests, you should consider using ``cache.writeback=off``.
/openbmc/linux/drivers/gpu/drm/ci/
H A Dtestlist.txt2908 kms_writeback@writeback-pixel-formats
2909 kms_writeback@writeback-invalid-parameters
2910 kms_writeback@writeback-fb-id
2911 kms_writeback@writeback-check-output

123456