Searched refs:flushes (Results 1 – 25 of 43) sorted by relevance
12
23 entire TLB than doing 2^48/PAGE_SIZE individual flushes.33 cache on modern CPUs, and the global flushes have become more34 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.
116 g. On systems without PCID support, each CR3 write flushes118 or exception flushes the TLB.
37 may skip the cache flushes required to ensure data is made
1111 unsigned int flushes; in reloc_kmap() local1114 err = i915_gem_object_prepare_write(obj, &flushes); in reloc_kmap()1121 cache->vaddr = flushes | KMAP; in reloc_kmap()1123 if (flushes) in reloc_kmap()1225 static void clflush_write32(u32 *addr, u32 value, unsigned int flushes) in clflush_write32() argument1227 if (unlikely(flushes & (CLFLUSH_BEFORE | CLFLUSH_AFTER))) { in clflush_write32()1228 if (flushes & CLFLUSH_BEFORE) { in clflush_write32()1242 if (flushes & CLFLUSH_AFTER) in clflush_write32()
66 struct list_head flushes; member900 list_for_each_entry(nfit_flush, &prev->flushes, list) { in add_flush()906 list_move_tail(&nfit_flush->list, &acpi_desc->flushes); in add_flush()917 list_add_tail(&nfit_flush->list, &acpi_desc->flushes); in add_flush()1139 list_for_each_entry(nfit_flush, &acpi_desc->flushes, list) { in __nfit_mem_init()3416 !list_empty(&prev->flushes)) { in acpi_nfit_check_deletions()3492 INIT_LIST_HEAD(&prev.flushes); in acpi_nfit_init()3504 list_cut_position(&prev.flushes, &acpi_desc->flushes, in acpi_nfit_init()3505 acpi_desc->flushes.prev); in acpi_nfit_init()3659 INIT_LIST_HEAD(&acpi_desc->flushes); in acpi_nfit_desc_init()
246 struct list_head flushes; member
50 1. dcache_disable() - flushes and disables d-cache
43 This interface flushes an entire user address space from139 This interface flushes an entire user address space from148 This interface flushes an entire user address space from392 flushes the kernel cache for a given virtual address range in
150 'L1D conditional cache flushes' L1D flush is conditionally enabled152 'L1D cache flushes' L1D flush is unconditionally enabled174 the hypervisor flushes the L1D before entering the guest.177 by a potentially malicious guest, it also flushes the guest197 Unconditional mode flushes L1D on all VMENTER invocations and provides
116 flushes and the problematic situation cannot happen. However, the shadow
86 kernel flushes one-by-one instead of doing a full TLB flush. In89 to -1, the code flushes the whole TLB unconditionally. Otherwise,
20 Explicit cache flushes
234 eliminate cache flushes issued by the kernel.
20 # the "ip" command from busybox is not sufficient (flush by protocol flushes all routes)
2240 struct bio *flushes; in integrity_commit() local2245 flushes = bio_list_get(&ic->flush_bio_list); in integrity_commit()2294 while (flushes) { in integrity_commit()2295 struct bio *next = flushes->bi_next; in integrity_commit()2296 flushes->bi_next = NULL; in integrity_commit()2297 do_endio(ic, flushes); in integrity_commit()2298 flushes = next; in integrity_commit()
226 file system for the map update to work successfully, as kernel flushes prog
240 are synchronized when the guest executes invlpg or flushes its tlb by273 The guest uses two events to synchronize its tlb and page tables: tlb flushes
115 exceeds this watermark, the thread that flushes the journal will
148 flushes in other drivers. This only has an effect for clients using
289 This request flushes all pending protocol requests between the Xdmx
262 - (UNS_8 *) "Enables, disables, or flushes data cache",
1# ncurses 6.1 - patch 20191207 - Thomas E. Dickey 2# 3# --- ...
443 flushes eh_done_q by either retrying or notifying upper
1112 - Closes a zip entry, flushes buffer and releases resources.1121 + * Closes a zip entry, flushes buffer and releases resources.
456 * @brief Possibly flushes the stream.