Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/x86/
Dtlb.txt15 entire TLB than doing 2^48/PAGE_SIZE individual flushes.
25 cache on modern CPUs, and the global flushes have become more
26 expensive relative to single-page flushes.
41 Lowering it to 0 will disable the use of the individual flushes.
47 flushes. THP is treated exactly the same as normal memory.
/linux-4.4.14/drivers/acpi/
Dnfit.c42 struct list_head flushes; member
368 list_for_each_entry(nfit_flush, &prev->flushes, list) in add_flush()
370 list_move_tail(&nfit_flush->list, &acpi_desc->flushes); in add_flush()
379 list_add_tail(&nfit_flush->list, &acpi_desc->flushes); in add_flush()
510 list_for_each_entry(nfit_flush, &acpi_desc->flushes, list) { in nfit_mem_init_bdw()
1621 !list_empty(&prev->flushes)) { in acpi_nfit_check_deletions()
1643 INIT_LIST_HEAD(&prev.flushes); in acpi_nfit_init()
1655 list_cut_position(&prev.flushes, &acpi_desc->flushes, in acpi_nfit_init()
1656 acpi_desc->flushes.prev); in acpi_nfit_init()
1722 INIT_LIST_HEAD(&acpi_desc->flushes); in acpi_nfit_desc_init()
Dnfit.h105 struct list_head flushes; member
/linux-4.4.14/Documentation/
Dcachetlb.txt42 This interface flushes an entire user address space from
148 This interface flushes an entire user address space from
157 This interface flushes an entire user address space from
391 flushes the kernel cache for a given virtual address range in
DDMA-API.txt477 memory or doing partial flushes.
/linux-4.4.14/Documentation/block/
Dwriteback_cache_control.txt20 Explicit cache flushes
/linux-4.4.14/arch/arm/kvm/
Dinterrupts.S87 mov r0, #0 @ rn parameter for c15 flushes is SBZ
/linux-4.4.14/arch/x86/
DKconfig.debug177 kernel flushes one-by-one instead of doing a full TLB flush. In
180 to -1, the code flushes the whole TLB unconditionally. Otherwise,
/linux-4.4.14/arch/metag/
DKconfig139 cache, which requires some extra cache flushes when the memory needs
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt214 are synchronized when the guest executes invlpg or flushes its tlb by
251 The guest uses two events to synchronize its tlb and page tables: tlb flushes
/linux-4.4.14/Documentation/filesystems/
Dxfs.txt255 The interval at which the filesystem flushes metadata
Dcoda.txt254 to the Coda FS layer to request flushes or updates in the cache. The
/linux-4.4.14/Documentation/blockdev/
DREADME.DAC960355 The "flush-cache" command flushes the controller's cache. The system
356 automatically flushes the cache at shutdown or if the driver module is
/linux-4.4.14/Documentation/scsi/
Dscsi_eh.txt421 flushes eh_done_q by either retrying or notifying upper
/linux-4.4.14/tools/testing/nvdimm/test/
Dnfit.c1234 INIT_LIST_HEAD(&acpi_desc->flushes); in nfit_test_probe()
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES67 fsync if desired (fsync still flushes all cached write data to the server).
/linux-4.4.14/arch/arm/
DKconfig1062 and also flushes the branch target cache at every context switch.