Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/Documentation/x86/
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.
A Dpti.rst116 g. On systems without PCID support, each CR3 write flushes
118 or exception flushes the TLB.
/linux-6.3-rc2/Documentation/devicetree/bindings/pmem/
A Dpmem-region.txt37 may skip the cache flushes required to ensure data is made
/linux-6.3-rc2/drivers/acpi/nfit/
A Dcore.c66 struct list_head flushes; member
910 list_for_each_entry(nfit_flush, &prev->flushes, list) { in add_flush()
916 list_move_tail(&nfit_flush->list, &acpi_desc->flushes); in add_flush()
927 list_add_tail(&nfit_flush->list, &acpi_desc->flushes); in add_flush()
1075 list_for_each_entry(nfit_flush, &acpi_desc->flushes, list) { in __nfit_mem_init()
3028 !list_empty(&prev->flushes)) { in acpi_nfit_check_deletions()
3104 INIT_LIST_HEAD(&prev.flushes); in acpi_nfit_init()
3116 list_cut_position(&prev.flushes, &acpi_desc->flushes, in acpi_nfit_init()
3117 acpi_desc->flushes.prev); in acpi_nfit_init()
3270 INIT_LIST_HEAD(&acpi_desc->flushes); in acpi_nfit_desc_init()
A Dnfit.h242 struct list_head flushes; member
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/
A Di915_gem_execbuffer.c1234 unsigned int flushes; in reloc_kmap() local
1237 err = i915_gem_object_prepare_write(obj, &flushes); in reloc_kmap()
1244 cache->vaddr = flushes | KMAP; in reloc_kmap()
1246 if (flushes) in reloc_kmap()
1360 static void clflush_write32(u32 *addr, u32 value, unsigned int flushes) in clflush_write32() argument
1362 if (unlikely(flushes & (CLFLUSH_BEFORE | CLFLUSH_AFTER))) { in clflush_write32()
1363 if (flushes & CLFLUSH_BEFORE) in clflush_write32()
1375 if (flushes & CLFLUSH_AFTER) in clflush_write32()
/linux-6.3-rc2/Documentation/core-api/
A Dcachetlb.rst43 This interface flushes an entire user address space from
139 This interface flushes an entire user address space from
148 This interface flushes an entire user address space from
386 flushes the kernel cache for a given virtual address range in
A Ddma-api.rst697 memory or doing partial flushes.
/linux-6.3-rc2/Documentation/admin-guide/hw-vuln/
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
A Dmultihit.rst116 flushes and the problematic situation cannot happen. However, the shadow
A Dspectre.rst550 flushes the return stack buffer on every VM exit to prevent a return
/linux-6.3-rc2/Documentation/block/
A Dwriteback_cache_control.rst20 Explicit cache flushes
/linux-6.3-rc2/arch/x86/
A DKconfig.debug76 kernel flushes one-by-one instead of doing a full TLB flush. In
79 to -1, the code flushes the whole TLB unconditionally. Otherwise,
/linux-6.3-rc2/Documentation/mm/
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-6.3-rc2/Documentation/gpu/rfc/
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-6.3-rc2/drivers/md/
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()
A Ddm-integrity.c2383 struct bio *flushes; in integrity_commit() local
2388 flushes = bio_list_get(&ic->flush_bio_list); in integrity_commit()
2439 while (flushes) { in integrity_commit()
2440 struct bio *next = flushes->bi_next; in integrity_commit()
2442 flushes->bi_next = NULL; in integrity_commit()
2443 do_endio(ic, flushes); in integrity_commit()
2444 flushes = next; in integrity_commit()
/linux-6.3-rc2/tools/bpf/bpftool/Documentation/
A Dbpftool-map.rst231 file system for the map update to work successfully, as kernel flushes prog
/linux-6.3-rc2/Documentation/virt/kvm/x86/
A Dmmu.rst241 are synchronized when the guest executes invlpg or flushes its tlb by
274 The guest uses two events to synchronize its tlb and page tables: tlb flushes
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/
A Ddm-integrity.rst115 exceeds this watermark, the thread that flushes the journal will
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-bus-cxl8 flushes that work.
/linux-6.3-rc2/Documentation/filesystems/ext4/
A Dsuper.rst784 - Disable write flushes. (EXT4_DEFM_NOBARRIER)
/linux-6.3-rc2/Documentation/scsi/
A Dscsi_eh.rst444 flushes eh_done_q by either retrying or notifying upper
/linux-6.3-rc2/Documentation/admin-guide/
A Dxfs.rst272 The interval at which the filesystem flushes metadata
/linux-6.3-rc2/Documentation/ABI/stable/
A Dsysfs-block641 since that will also eliminate cache flushes issued by the

Completed in 43 milliseconds

12