Home
last modified time | relevance | path

Searched full:flushing (Results 1 – 25 of 568) sorted by relevance

12345678910>>...23

/kernel/linux/linux-5.10/Documentation/admin-guide/hw-vuln/
Dl1tf.rst148 'L1D vulnerable' L1D flushing is disabled
176 Flushing the L1D evicts not only the data which should not be accessed
178 data. Flushing the L1D has a performance impact as the processor has to
191 The conditional mode avoids L1D flushing after VMEXITs which execute
373 the hypervisors, i.e. unconditional L1D flushing
386 mitigation, i.e. conditional L1D flushing
395 i.e. conditional L1D flushing.
413 The default is 'flush'. For details about L1D flushing see :ref:`l1d_flush`.
421 The KVM hypervisor mitigation mechanism, flushing the L1D cache when
466 To avoid the overhead of the default L1D flushing on VMENTER the
[all …]
/kernel/linux/linux-5.10/Documentation/core-api/
Dcachetlb.rst2 Cache and TLB Flushing Under Linux
7 This document describes the cache/tlb flushing interfaces called
17 thinking SMP cache/tlb flushing must be so inefficient, this is in
23 First, the TLB flushing interfaces, since they are the simplest. The
56 Here we are flushing a specific range of (user) virtual
104 Next, we have the cache flushing interfaces. In general, when Linux
126 The cache flushing routines below need only deal with cache flushing
161 Here we are flushing a specific range of (user) virtual
211 Here in these two interfaces we are flushing a specific range
337 Any necessary cache flushing or other coherency operations
[all …]
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dmmu.h21 * Any code that needs to do any sort of TLB flushing for this
24 * flushing code keep track of what needs flushing.
Dtlbflush.h149 * isn't aware of PCID will end up harmlessly flushing
171 * TLB flushing:
180 * ..but the i386 has somewhat limited tlb flushing capabilities,
Dset_memory.h21 * - Flushing TLBs
22 * - Flushing CPU caches
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dtlbflush.h5 /* TLB flushing routines.... */
33 * and not flushing the whole tlb.
41 /* Except for very small threads, flushing the whole TLB is in flush_tlb_mm()
/kernel/linux/linux-5.10/fs/btrfs/
Dspace-info.c59 * MAKING RESERVATIONS, FLUSHING NORMALLY (non-priority)
88 * MAKING RESERVATIONS, FLUSHING HIGH PRIORITY
95 * THE FLUSHING STATES
138 * above flushing first and then commit the transaction as the last resort.
323 * If we aren't flushing all things, let us overcommit up to in calc_available_free_space()
506 * make sure we're flushing enough delalloc to hopefully reclaim in shrink_delalloc()
768 * We may be flushing because suddenly we have less space than we had in btrfs_calc_reclaim_metadata_size()
771 * appropriate pressure on the flushing state machine. in btrfs_calc_reclaim_metadata_size()
847 * maybe_fail_all_tickets - we've exhausted our flushing, start failing tickets
849 * @space_info - the space info we were flushing
[all …]
/kernel/linux/linux-5.10/Documentation/x86/
Dpti.rst96 allows us to skip flushing the entire TLB when switching page
119 h. INVPCID is a TLB-flushing instruction which allows flushing
123 flushing a kernel address, we need to flush all PCIDs, so a
124 single kernel address flush will require a TLB-flushing CR3
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
Dtlbflush.h6 * TLB flushing:
20 * TLB flushing for software loaded TLB chips
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
Dcacheflush.h20 * Helper function for flushing or invalidating entire pages from data
28 * Data cache flushing always happen on the local cpu. Instruction cache
/kernel/linux/linux-5.10/arch/arm/mm/
Dmm.h15 * is reserved for VIPT aliasing flushing by generic code.
22 /* PFN alias flushing, for VIPT caches */
/kernel/linux/linux-5.10/drivers/md/bcache/
Djournal.h25 * moving gc we work around it by flushing the btree to disk before updating the
74 * If the journal fills up, we start flushing dirty btree nodes until we can
75 * allocate space for a journal write again - preferentially flushing btree
/kernel/linux/linux-5.10/mm/
Dpercpu-vm.c121 * unmapped. Flush cache. As each flushing trial can be very
179 * returned to vmalloc as vmalloc will handle TLB flushing lazily.
181 * As with pcpu_pre_unmap_flush(), TLB flushing also is done at once
251 * As with pcpu_pre_unmap_flush(), TLB flushing also is done at once
/kernel/linux/linux-5.10/arch/sh/mm/
Dtlbflush_32.c2 * TLB flushing operations for SH with an MMU.
130 * This is the most destructive of the TLB flushing options, in __flush_tlb_global()
/kernel/linux/linux-5.10/arch/sh/include/asm/
Dcacheflush.h8 * Cache flushing:
12 * - flush_cache_dup mm(mm) handles cache flushing when forking
/kernel/linux/linux-5.10/drivers/ssb/
Ddriver_gige.c212 /* Write flushing is controlled by the Flush Status Control register. in ssb_gige_probe()
214 * to disable the IRQ mask while flushing to avoid concurrency. in ssb_gige_probe()
215 * Note that automatic write flushing does _not_ work from in ssb_gige_probe()
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
Dsynth.c41 .flushing = 0,
78 if (speakup_info.flushing) { in _spk_do_catch_up()
79 speakup_info.flushing = 0; in _spk_do_catch_up()
199 speakup_info.flushing = 1; in spk_do_flush()
Dspeakup_soft.c221 if (!synth_buffer_empty() || speakup_info.flushing) in softsynthx_read()
245 if (speakup_info.flushing) { in softsynthx_read()
246 speakup_info.flushing = 0; in softsynthx_read()
342 (!synth_buffer_empty() || speakup_info.flushing)) in softsynth_poll()
/kernel/linux/linux-5.10/Documentation/block/
Dwriteback_cache_control.rst45 worry if the underlying devices need any explicit cache flushing and how
71 driver needs to tell the block layer that it supports flushing caches by
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dcacheflush.h16 /* Cache flushing:
20 * - flush_cache_dup mm(mm) handles cache flushing when forking
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/
Dtlb.c3 * This file contains the routines for TLB flushing.
62 * TLB flushing:
/kernel/linux/linux-5.10/include/trace/events/
Djbd2.h261 __field( unsigned long, flushing )
275 __entry->flushing = stats->rs_flushing;
283 "locked %u flushing %u logging %u handle_count %u "
290 jiffies_to_msecs(__entry->flushing),
/kernel/linux/linux-5.10/fs/ceph/
Dcaps.c1355 int flushing, u64 flush_tid, u64 oldest_flush_tid) in __prep_cap() argument
1388 arg->follows = flushing ? ci->i_head_snapc->seq : 0; in __prep_cap()
1402 if (flushing & CEPH_CAP_XATTR_EXCL) { in __prep_cap()
1420 arg->dirty = flushing; in __prep_cap()
1459 pr_err("error allocating cap msg: ino (%llx.%llx) flushing %s tid %llu, requeuing cap.\n", in __send_cap()
1783 * Remove cap_flush from the mdsc's or inode's flushing cap list.
1817 * Add dirty inode to the flushing list. Assigned a seq number so we
1829 int flushing; in __mark_caps_flushing() local
1836 flushing = ci->i_dirty_caps; in __mark_caps_flushing()
1837 dout("__mark_caps_flushing flushing %s, flushing_caps %s -> %s\n", in __mark_caps_flushing()
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/include/mach/
Dmemory.h17 * Cache flushing area - SRAM
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dcache.h2 /* cache.h: Cache specific code for the Sparc. These include flushing

12345678910>>...23