Home
last modified time | relevance | path

Searched refs:flushes (Results 1 – 25 of 29) sorted by relevance

12

/linux/Documentation/arch/x86/
H A Dtlb.rst23 entire TLB than doing 2^48/PAGE_SIZE individual flushes.
33 cache on modern CPUs, and the global flushes have become more
34 expensive relative to single-page flushes.
49 Lowering it to 0 will disable the use of the individual flushes.
55 flushes. THP is treated exactly the same as normal memory.
H A Dpti.rst114 g. On systems without PCID support, each CR3 write flushes
116 or exception flushes the TLB.
/linux/Documentation/devicetree/bindings/pmem/
H A Dpmem-region.txt37 may skip the cache flushes required to ensure data is made
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c1240 unsigned int flushes; in reloc_kmap() local
1243 err = i915_gem_object_prepare_write(obj, &flushes); in reloc_kmap()
1250 cache->vaddr = flushes | KMAP; in reloc_kmap()
1252 if (flushes) in reloc_kmap()
1369 static void clflush_write32(u32 *addr, u32 value, unsigned int flushes) in clflush_write32() argument
1371 if (unlikely(flushes & (CLFLUSH_BEFORE | CLFLUSH_AFTER))) { in clflush_write32()
1372 if (flushes & CLFLUSH_BEFORE) in clflush_write32()
1384 if (flushes & CLFLUSH_AFTER) in clflush_write32()
/linux/drivers/acpi/nfit/
H A Dnfit.h242 struct list_head flushes; member
/linux/Documentation/core-api/
H A Dcachetlb.rst43 This interface flushes an entire user address space from
143 This interface flushes an entire user address space from
152 This interface flushes an entire user address space from
385 flushes the kernel cache for a given virtual address range in
H A Ddma-api.rst697 memory or doing partial flushes.
/linux/Documentation/admin-guide/hw-vuln/
H A Dl1tf.rst150 'L1D conditional cache flushes' L1D flush is conditionally enabled
152 'L1D cache flushes' L1D flush is unconditionally enabled
174 the hypervisor flushes the L1D before entering the guest.
177 by a potentially malicious guest, it also flushes the guest
197 Unconditional mode flushes L1D on all VMENTER invocations and provides
H A Dmultihit.rst116 flushes and the problematic situation cannot happen. However, the shadow
H A Dspectre.rst573 flushes the return stack buffer on every VM exit to prevent a return
/linux/Documentation/block/
H A Dwriteback_cache_control.rst20 Explicit cache flushes
/linux/Documentation/gpu/rfc/
H A Di915_vm_bind.rst35 The i915 driver flushes the TLB for each submission and when an object's
39 batches (which would require additional TLB flushes, which is not supported).
/linux/Documentation/mm/
H A Dmultigen_lru.rst37 do not require TLB flushes; clean pages do not require writeback.
63 flushes required and the likelihood of encountering the dirty bit.
/linux/drivers/md/
H A Ddm-writecache.c216 unsigned long long flushes; member
1509 wc->stats.flushes++; in writecache_map_flush()
1520 wc->stats.flushes++; in writecache_map_flush()
2701 wc->stats.flushes, in writecache_status()
H A Ddm-integrity.c2709 struct bio *flushes; in integrity_commit() local
2717 flushes = bio_list_get(&ic->flush_bio_list); in integrity_commit()
2768 while (flushes) { in integrity_commit()
2769 struct bio *next = flushes->bi_next; in integrity_commit()
2771 flushes->bi_next = NULL; in integrity_commit()
2772 do_endio(ic, flushes); in integrity_commit()
2773 flushes = next; in integrity_commit()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-map.rst225 file system for the map update to work successfully, as kernel flushes prog
/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst262 are synchronized when the guest executes invlpg or flushes its tlb by
299 The guest uses two events to synchronize its tlb and page tables: tlb flushes
/linux/Documentation/scheduler/
H A Dsched-ext.rst269 locks held. ``scx_bpf_move_to_local()`` flushes the pending insertions
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-integrity.rst120 exceeds this watermark, the thread that flushes the journal will
/linux/Documentation/scsi/
H A Dscsi_eh.rst444 flushes eh_done_q by either retrying or notifying upper
/linux/Documentation/filesystems/ext4/
H A Dsuper.rst784 - Disable write flushes. (EXT4_DEFM_NOBARRIER)
/linux/Documentation/arch/powerpc/
H A Dkvm-nested.rst632 copy and only flushes this copy to the L0 when the L2 runs again via
/linux/Documentation/admin-guide/
H A Dxfs.rst273 The interval at which the filesystem flushes metadata
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-cxl8 flushes that work.
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst916 Any read or write (by root only) flushes all the per-cpu vm statistics

12