/Linux-v4.19/Documentation/block/ |
D | writeback_cache_control.txt | 9 write back caches. That means the devices signal I/O completion to the 60 devices with volatile caches need to implement the support for these 67 For devices that do not support volatile write caches there is no driver 70 requests that have a payload. For devices with volatile write caches the 71 driver needs to tell the block layer that it supports flushing caches by
|
D | 00-INDEX | 34 - Control of volatile write back caches
|
/Linux-v4.19/arch/arm/boot/compressed/ |
D | head-xscale.S | 28 mcr p15, 0, r0, c7, c7, 0 @ flush I & D caches 30 @ disabling MMU and caches
|
/Linux-v4.19/arch/arm/mm/ |
D | proc-arm720.S | 60 mcr p15, 0, r0, c1, c0, 0 @ disable caches 122 mcr p15, 0, r0, c7, c7, 0 @ invalidate caches 150 mcr p15, 0, r0, c7, c7, 0 @ invalidate caches
|
D | proc-sa110.S | 52 mcr p15, 0, r0, c1, c0, 0 @ disable caches 68 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 165 mcr p15, 0, r10, c7, c7 @ invalidate I,D caches on v4
|
D | proc-fa526.S | 44 mcr p15, 0, r0, c1, c0, 0 @ disable caches 63 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 142 mcr p15, 0, r0, c7, c7 @ invalidate I,D caches on v4
|
D | proc-arm926.S | 67 mcr p15, 0, r0, c1, c0, 0 @ disable caches 83 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 418 mcr p15, 0, ip, c7, c7, 0 @ invalidate I+D caches 431 mcr p15, 0, r0, c7, c7 @ invalidate I,D caches on v4 439 mov r0, #4 @ disable write-back on caches explicitly
|
D | proc-sa1100.S | 60 mcr p15, 0, r0, c1, c0, 0 @ disable caches 76 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 204 mcr p15, 0, r0, c7, c7 @ invalidate I,D caches on v4
|
D | proc-arm920.S | 75 mcr p15, 0, r0, c1, c0, 0 @ disable caches 91 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 403 mcr p15, 0, ip, c7, c7, 0 @ invalidate I+D caches 416 mcr p15, 0, r0, c7, c7 @ invalidate I,D caches on v4
|
D | proc-mohawk.S | 57 mcr p15, 0, r0, c1, c0, 0 @ disable caches 75 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 372 mcr p15, 0, ip, c7, c7, 0 @ invalidate I & D caches, BTB 391 mcr p15, 0, r0, c7, c7 @ invalidate I,D caches
|
D | proc-arm740.S | 44 mcr p15, 0, r0, c1, c0, 0 @ disable caches 66 mcr p15, 0, r0, c7, c0, 0 @ invalidate caches
|
D | proc-arm925.S | 98 mcr p15, 0, r0, c1, c0, 0 @ disable caches 123 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 450 mcr p15, 0, r0, c7, c7 @ invalidate I,D caches on v4 457 mov r0, #4 @ disable write-back on caches explicitly
|
D | proc-arm1026.S | 74 mcr p15, 0, r0, c1, c0, 0 @ disable caches 90 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 402 mcr p15, 0, r0, c7, c7 @ invalidate I,D caches on v4
|
D | proc-arm922.S | 77 mcr p15, 0, r0, c1, c0, 0 @ disable caches 93 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 394 mcr p15, 0, r0, c7, c7 @ invalidate I,D caches on v4
|
D | proc-arm1020e.S | 83 mcr p15, 0, r0, c1, c0, 0 @ disable caches 99 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 429 mcr p15, 0, r0, c7, c7 @ invalidate I,D caches on v4
|
D | proc-arm1022.S | 74 mcr p15, 0, r0, c1, c0, 0 @ disable caches 90 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 413 mcr p15, 0, r0, c7, c7 @ invalidate I,D caches on v4
|
D | proc-xsc3.S | 95 mcr p15, 0, r0, c1, c0, 0 @ disable caches 116 mcr p15, 0, ip, c7, c7, 0 @ invalidate L1 caches and BTB 433 mcr p15, 0, ip, c7, c7, 0 @ invalidate I & D caches, BTB 453 mcr p15, 0, ip, c7, c7, 0 @ invalidate L1 caches and BTB
|
D | proc-arm1020.S | 83 mcr p15, 0, r0, c1, c0, 0 @ disable caches 99 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 447 mcr p15, 0, r0, c7, c7 @ invalidate I,D caches on v4
|
/Linux-v4.19/arch/openrisc/ |
D | Kconfig | 88 bool "Have write through data caches" 91 Select this if your implementation features write through data caches. 93 caches at relevant times. Most OpenRISC implementations support write- 94 through data caches.
|
/Linux-v4.19/tools/perf/util/ |
D | env.c | 33 cpu_cache_level__free(&env->caches[i]); in perf_env__exit() 34 zfree(&env->caches); in perf_env__exit()
|
D | env.h | 61 struct cpu_cache_level *caches; member
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,llcc.txt | 5 SOC, the idea is to minimize the local caches at the clients and migrate to
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 8 a wide variety of values to be caches. 10 There are a number of caches that are similar in structure though 12 of common code for managing these caches. 14 Examples of caches that are likely to be needed are: 92 includes it on a list of caches that will be regularly
|
/Linux-v4.19/fs/coda/ |
D | Kconfig | 11 persistent client caches and write back caching.
|
/Linux-v4.19/tools/testing/selftests/zram/ |
D | README | 9 use as swap disks, various caches under /var and maybe many more :)
|