Home
last modified time | relevance | path

Searched refs:stores (Results 1 – 25 of 205) sorted by relevance

123456789

/linux/Documentation/core-api/
A Drefcount-vs-atomic.rst42 stores (all po-earlier instructions) on the same CPU are completed
44 It also guarantees that all po-earlier stores on the same CPU
45 and all propagated stores from other CPUs must propagate to all
50 stores (all po-earlier instructions) on the same CPU are completed
52 stores on the same CPU and all propagated stores from other CPUs
58 stores (all po-later instructions) on the same CPU are
60 po-later stores on the same CPU must propagate to all other CPUs
67 then further stores are ordered against this operation.
68 Control dependency on stores are not implemented using any explicit
69 barriers, but rely on CPU not to speculate on stores. This is only
[all …]
/linux/tools/memory-model/Documentation/
A Dcontrol-dependencies.txt11 One such challenge is that control dependencies order only later stores.
31 However, stores are not speculated. This means that ordering is
43 the compiler might fuse the store to "b" with other stores. Worse yet,
60 identical stores on both branches of the "if" statement as follows:
104 guaranteed only when the stores differ, for example:
212 only to the stores in the then-clause and else-clause of the "if" statement
219 (*) Control dependencies can order prior loads against later stores.
221 Not prior loads against later loads, nor prior stores against
224 stores and later loads, smp_mb().
226 (*) If both legs of the "if" statement contain identical stores to
[all …]
A Dexplanation.txt271 W: P0 stores 1 to flag executes before
274 Z: P0 stores 1 to buf executes before
275 W: P0 stores 1 to flag.
620 the stores to x is simply the order in which the stores overwrite one
638 and W' are two stores, then W ->co W'.
813 most architectures, the local caches process stores in
841 before any po-later stores;
988 CPU 0 stores 14 to x;
989 CPU 1 stores 14 to x;
1308 read from different stores:
[all …]
/linux/tools/memory-model/litmus-tests/
A DMP+unlocklockonceonce+fencermbonceonce.litmus6 * If two locked critical sections execute on the same CPU, stores in the
7 * first must propagate to each CPU before stores in the second do, even if
/linux/fs/romfs/
A DKconfig20 # Select the backing stores to be supported
23 prompt "RomFS backing stores"
27 Select the backing stores to be supported.
/linux/Documentation/userspace-api/media/v4l/
A Dpixfmt-yuv-planar.rst13 stores the Y components. The second plane is the chroma plane and stores the
324 pixels in 2D 16x16 tiles, and stores tiles linearly in memory.
328 ``V4L2_PIX_FMT_NV12MT`` is similar to ``V4L2_PIX_FMT_NV12M`` but stores
329 pixels in 2D 64x32 tiles, and stores 2x2 groups of tiles in
353 ``V4L2_PIX_FMT_NV12_4L4`` stores pixels in 4x4 tiles, and stores
358 ``V4L2_PIX_FMT_NV12_16L16`` stores pixels in 16x16 tiles, and stores
363 ``V4L2_PIX_FMT_NV12_32L32`` stores pixels in 32x32 tiles, and stores
368 ``V4L2_PIX_FMT_NV12M_8L128`` is similar to ``V4L2_PIX_FMT_NV12M`` but stores
369 pixels in 2D 8x128 tiles, and stores tiles linearly in memory.
398 10 bits pixels in 2D 8x128 tiles, and stores tiles linearly in memory.
[all …]
/linux/Documentation/devicetree/bindings/mfd/
A D88pm860x.txt13 - marvell,88pm860x-slave-addr: 88pm860x are two chips solution. <reg> stores the I2C address
14 of one chip, and this property stores the I2C address of
/linux/tools/testing/selftests/kvm/x86_64/
A Dpmu_event_filter_test.c57 uint64_t stores; member
422 const uint64_t stores = rdmsr(msr_base + 1); in masked_events_guest_test() local
433 pmc_results.stores = rdmsr(msr_base + 1) - stores; in masked_events_guest_test()
621 bool_eq(pmc_results.stores, test->flags & ALLOW_STORES) && in run_masked_events_tests()
625 test->msg, pmc_results.loads, pmc_results.stores, in run_masked_events_tests()
/linux/Documentation/ABI/testing/
A Dsysfs-class-devfreq78 The /sys/class/devfreq/.../min_freq shows and stores
87 The /sys/class/devfreq/.../max_freq shows and stores
124 This ABI shows and stores the kind of work timer by users.
A Dsysfs-class-extcon35 The /sys/class/extcon/.../state shows and stores the cable
79 The /sys/class/extcon/.../cable.X/state shows and stores the
/linux/Documentation/leds/
A Dledtrig-transient.rst121 echo n > duration stores timer value to be used upon next
124 echo 0 > duration stores timer value to be used upon next
127 echo 1 > state stores desired transient state LED_FULL to be
129 echo 0 > state stores desired transient state LED_OFF to be
/linux/arch/sparc/kernel/
A Ddtlb_prot.S20 membar #Sync ! Synchronize stores
/linux/Documentation/filesystems/ext4/
A Dinodes.rst6 In a regular UNIX filesystem, the inode stores all the metadata
13 directory entry. (Compare all this to FAT, which stores all the file
56 inode flag is set, this inode stores an extended attribute value and
62 EA_INODE inode flag is set, this inode stores an extended attribute
69 EA_INODE inode flag is set, this inode stores an extended attribute
283 - Inode stores a large extended attribute value in its data blocks
331 stores an extended attribute value and this field contains the upper 32
/linux/Documentation/litmus-tests/rcu/
A DRCU+sync+read.litmus7 * sees all stores done in prior RCU read-side critical sections. Such
/linux/Documentation/
A Dmemory-barriers.txt391 will occur _before_ all the stores after the write barrier.
450 have any effect on stores.
722 the compiler might combine the store to 'b' with other stores to 'b'.
735 It is tempting to try to enforce ordering on identical stores on both
780 ordering is guaranteed only when the stores differ, for example:
832 Please note once again that the stores to 'b' differ. If they were
898 Not prior loads against later loads, nor prior stores against
900 use smp_rmb(), smp_wmb(), or, in the case of prior stores and
1033 | | : +------+ } further stores may take place
1038 | Sequence in which stores are committed to the
[all …]
/linux/tools/perf/Documentation/
A Dperf-c2c.txt153 cpu/mem-stores/P
162 cpu/mem-stores/
213 Total stores
286 Node{cpus %hitms %stores} (Display with HITM types)
287 Node{cpus %peers %stores} (Display with peer type)
/linux/arch/sparc/lib/
A DM7memset.S167 ! Use long word stores.
179 and %o2, 63, %o3 ! %o3 = bytes left after blk stores.
187 ! initial cache-clearing stores
/linux/arch/mips/include/asm/
A Dmips-r2-to-r6-emul.h23 u64 stores; member
A Dfpu_emulator.h27 unsigned long stores; member
/linux/arch/mips/kernel/
A Dmips-r2-to-r6-emul.c1418 MIPS_R2_STATS(stores); in mipsr2_decoder()
1488 MIPS_R2_STATS(stores); in mipsr2_decoder()
1845 MIPS_R2_STATS(stores); in mipsr2_decoder()
1963 MIPS_R2_STATS(stores); in mipsr2_decoder()
2270 (unsigned long)__this_cpu_read(mipsr2emustats.stores), in mipsr2_emul_show()
2271 (unsigned long)__this_cpu_read(mipsr2bdemustats.stores)); in mipsr2_emul_show()
2326 __this_cpu_write((mipsr2emustats).stores, 0); in mipsr2_clear_show()
2327 __this_cpu_write((mipsr2bdemustats).stores, 0); in mipsr2_clear_show()
/linux/drivers/nvmem/layouts/
A DKconfig34 U-Boot stores its setup as environment variables. This driver adds
/linux/Documentation/devicetree/bindings/mtd/partitions/
A Du-boot.yaml27 Broadcom stores environment variables inside a U-Boot partition. They
/linux/Documentation/devicetree/bindings/power/reset/
A Dnvmem-reboot-mode.yaml14 and stores it in the NVMEM cell named "reboot-mode". The bootloader can
/linux/fs/xfs/scrub/
A Dxfarray.h145 uint64_t stores; member
/linux/Documentation/networking/device_drivers/ethernet/meta/
A Dfbnic.rst21 fbnic stores two copies of these three components on flash. This allows fbnic

Completed in 51 milliseconds

123456789